Html Css Color HEX #D44032 Cinnabar

📋 copy color: '#D44032'

red 212 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #D44032

Tints of Cinnabar #D44032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 65.03%
G = 19.63%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D44032 (or 0xD44032) is known color: Cinnabar. HEX triplet: D4, 40 and 32. RGB value is (212,64,50). Sum of RGB (Red+Green+Blue) = 212+64+50=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D44032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44032 is #2BBFCD. Grayscale: #6A6A6A. Windows color (decimal): -2867150 or 3293396. OLE color: 3293396.

HSL color Cylindrical-coordinate representation of color #D44032: hue angle of 5.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D44032 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 50 -
CMYK 0 0.70 0.76 0.17
HSL 5.19º 0.65% 0.51% -
HSV(B) 5.19º 0.76% 0.83% -
XYZ 29.56 17.89 4.91 -
YUV 106.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 212 64 50 0 0.70 0.76 0.17 5.19 0.65 0.51
Hex D4 40 32 0 46 4C 11 5 41 33
Octal 324 100 62 0 106 114 21 5 101 63
Binary 11010100 1000000 110010 0 1000110 1001100 10001 101 1000001 110011

Color Harmonies of #D44032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44032

Black with #D44032

Text Example


Text Example

White with #D44032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44032; }

 p { color: rgb(212,64,50); }

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

background-color css

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

 a { background-color: rgb(212,64,50); }

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

border-color css

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

 span { border-color: rgb(212,64,50); }

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