Color Hex Logo

#d4223a Color Hex

#D4223A
(212,34,58)
0 Favorites   0 Comments

Color spaces of #d4223a

RGB 2123458
HSL0.980.720.48
HSV352°84°83°
CMYK 0.000.840.73   0.17
XYZ28.487115.44665.4830
Yxy15.44660.57650.3126
Hunter Lab39.302260.602119.2400
CIE-Lab46.239966.335333.4547

#d4223a color RGB value is (212,34,58).

#d4223a hex color red value is 212, green value is 34 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d4223a hue: 0.98 , saturation: 0.72 and the lightness value of d4223a is 0.48.

The process color (four color CMYK) of #d4223a color hex is 0.00, 0.84, 0.73, 0.17. Web safe color of #d4223a is #cc3333. Color #d4223a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 00111010
Octal 324 42 72
Decimal 212 34 58
Hex D4 22 3A

RGB Percentages of Color #d4223a

%69.74
%11.18
%19.08

CMYK Percentages of Color #d4223a

%0
%84
%73
%17

Triadic Colors of #d4223a

#d4223a #3ad422 #223ad4

Analogous Colors of #d4223a

#d4223a #d46322 #d42293

Monochromatic Colors of #d4223a

#d4223a

Complementary Color

#d4223a #22d4bc

#d4223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4223a Color CSS Codes

.mybgcolor {background-color:#d4223a; } 
.myforecolor {color:#d4223a; }
.mybordercolor {border:3px solid #d4223a; }

#d4223a Text Font Color

<p style="color:#d4223a">Text here</p>

This sample text font color is #d4223a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d4223a Background Color

<div style="background-color:#d4223a">
Div content here</div>

This div background color is #d4223a


#d4223a Border Color

<div style="border:3px solid #d4223a">
Div here</div>

This div border color is #d4223a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,34,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4223a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4223a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4223a;
  box-shadow:         1px 1px 3px 2px #d4223a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,34,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4223a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d4223a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4223a;
  box-shadow:         1px 1px 3px 2px #d4223a;">
Div content here</div>

This div box has shadow with color #d4223a


Comments

No comments written yet.

Please login to write comment.