Html Css Color HEX #D44327 Cinnabar

📋 copy color: '#D44327'

red 212 ◦ green 67 ◦ blue 39

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

Shades of Cinnabar #D44327

Tints of Cinnabar #D44327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

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

R = 66.67%
G = 21.07%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D44327 (or 0xD44327) is known color: Cinnabar. HEX triplet: D4, 43 and 27. RGB value is (212,67,39). Sum of RGB (Red+Green+Blue) = 212+67+39=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D44327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44327 is #2BBCD8. Grayscale: #6B6B6B. Windows color (decimal): -2866393 or 2573268. OLE color: 2573268.

HSL color Cylindrical-coordinate representation of color #D44327: hue angle of 9.71º 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 #D44327 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 67 39 -
CMYK 0 0.68 0.82 0.17
HSL 9.71º 0.69% 0.49% -
HSV(B) 9.71º 0.82% 0.83% -
XYZ 29.52 18.16 3.87 -
YUV 107.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 212 67 39 0 0.68 0.82 0.17 9.71 0.69 0.49
Hex D4 43 27 0 44 52 11 A 45 31
Octal 324 103 47 0 104 122 21 12 105 61
Binary 11010100 1000011 100111 0 1000100 1010010 10001 1010 1000101 110001

Color Harmonies of #D44327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44327

Black with #D44327

Text Example


Text Example

White with #D44327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44327; }

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

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

background-color css

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

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

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

border-color css

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

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

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