Html Css Color HEX #D42449 Brick Red

📋 copy color: '#D42449'

red 212 ◦ green 36 ◦ blue 73

#D42449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D42449

Tints of Brick Red #D42449

RGB

 RED value IS 212 (83.2% from 255) = 66.04%

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 66.04%
G = 11.21%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D42449 (or 0xD42449) is known color: Brick Red. HEX triplet: D4, 24 and 49. RGB value is (212,36,73). Sum of RGB (Red+Green+Blue) = 212+36+73=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D42449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42449 is #2BDBB6. Grayscale: #5C5C5C. Windows color (decimal): -2874295 or 4793556. OLE color: 4793556.

HSL color Cylindrical-coordinate representation of color #D42449: hue angle of 347.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42449 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 73 -
CMYK 0 0.83 0.66 0.17
HSL 347.39º 0.71% 0.49% -
HSV(B) 347.39º 0.83% 0.83% -
XYZ 28.98 15.74 7.81 -
YUV 92.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 212 36 73 0 0.83 0.66 0.17 347.39 0.71 0.49
Hex D4 24 49 0 53 42 11 15B 47 31
Octal 324 44 111 0 123 102 21 533 107 61
Binary 11010100 100100 1001001 0 1010011 1000010 10001 101011011 1000111 110001

Color Harmonies of #D42449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42449

Black with #D42449

Text Example


Text Example

White with #D42449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42449; }

 p { color: rgb(212,36,73); }

 H1.HeaderClassName
 {
   color: #D42449;
 }
 .AnyTagClassName
 {
   color: #D42449;
 }
</style>

background-color css

<style>
 a { background-color: #D42449; }

 a { background-color: rgb(212,36,73); }

 div.DivClassName
 {
   background-color: #D42449;
 }
 .BgClassName
 {
   background-color: #D42449;
 }
</style>

border-color css

<style>
 span { border-color: #D42449; }

 span { border-color: rgb(212,36,73); }

 td.TdClassName
 {
   border-color: #D42449;
 }
 .TagClassName
 {
   border-color: #D42449;
 }
</style>