Html Css Color HEX #D44542 Cinnabar

📋 copy color: '#D44542'

red 212 ◦ green 69 ◦ blue 66

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

Shades of Cinnabar #D44542

Tints of Cinnabar #D44542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 61.1%
G = 19.88%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44542 (or 0xD44542) is known color: Cinnabar. HEX triplet: D4, 45 and 42. RGB value is (212,69,66). Sum of RGB (Red+Green+Blue) = 212+69+66=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D44542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44542 is #2BBABD. Grayscale: #6F6F6F. Windows color (decimal): -2865854 or 4343252. OLE color: 4343252.

HSL color Cylindrical-coordinate representation of color #D44542: hue angle of 1.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44542 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 66 -
CMYK 0 0.67 0.69 0.17
HSL 1.23º 0.63% 0.55% -
HSV(B) 1.23º 0.69% 0.83% -
XYZ 30.26 18.65 7.16 -
YUV 111.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 212 69 66 0 0.67 0.69 0.17 1.23 0.63 0.55
Hex D4 45 42 0 43 45 11 1 3F 37
Octal 324 105 102 0 103 105 21 1 77 67
Binary 11010100 1000101 1000010 0 1000011 1000101 10001 1 111111 110111

Color Harmonies of #D44542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44542

Black with #D44542

Text Example


Text Example

White with #D44542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44542; }

 p { color: rgb(212,69,66); }

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

background-color css

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

 a { background-color: rgb(212,69,66); }

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

border-color css

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

 span { border-color: rgb(212,69,66); }

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