Html Css Color HEX #D44227 Cinnabar

📋 copy color: '#D44227'

red 212 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #D44227

Tints of Cinnabar #D44227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 66.88%
G = 20.82%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D44227 (or 0xD44227) is known color: Cinnabar. HEX triplet: D4, 42 and 27. RGB value is (212,66,39). Sum of RGB (Red+Green+Blue) = 212+66+39=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D44227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44227 is #2BBDD8. Grayscale: #6A6A6A. Windows color (decimal): -2866649 or 2573012. OLE color: 2573012.

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

Color convert

RGB 212 66 39 -
CMYK 0 0.69 0.82 0.17
HSL 9.36º 0.69% 0.49% -
HSV(B) 9.36º 0.82% 0.83% -
XYZ 29.47 18.04 3.85 -
YUV 106.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 212 66 39 0 0.69 0.82 0.17 9.36 0.69 0.49
Hex D4 42 27 0 45 52 11 9 45 31
Octal 324 102 47 0 105 122 21 11 105 61
Binary 11010100 1000010 100111 0 1000101 1010010 10001 1001 1000101 110001

Color Harmonies of #D44227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44227

Black with #D44227

Text Example


Text Example

White with #D44227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44227; }

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

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

background-color css

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

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

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

border-color css

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

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

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