Html Css Color HEX #D44226 Cinnabar

📋 copy color: '#D44226'

red 212 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #D44226

Tints of Cinnabar #D44226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 67.09%
G = 20.89%
B = 12.03%

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

#D44226 (or 0xD44226) is known color: Cinnabar. HEX triplet: D4, 42 and 26. RGB value is (212,66,38). Sum of RGB (Red+Green+Blue) = 212+66+38=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D44226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44226 is #2BBDD9. Grayscale: #6A6A6A. Windows color (decimal): -2866650 or 2507476. OLE color: 2507476.

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

Color convert

RGB 212 66 38 -
CMYK 0 0.69 0.82 0.17
HSL 9.66º 0.7% 0.49% -
HSV(B) 9.66º 0.82% 0.83% -
XYZ 29.45 18.03 3.76 -
YUV 106.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 212 66 38 0 0.69 0.82 0.17 9.66 0.7 0.49
Hex D4 42 26 0 45 52 11 A 46 31
Octal 324 102 46 0 105 122 21 12 106 61
Binary 11010100 1000010 100110 0 1000101 1010010 10001 1010 1000110 110001

Color Harmonies of #D44226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44226

Black with #D44226

Text Example


Text Example

White with #D44226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44226; }

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

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

background-color css

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

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

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

border-color css

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

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

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