Html Css Color HEX #D44225 Cinnabar

📋 copy color: '#D44225'

red 212 ◦ green 66 ◦ blue 37

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

Shades of Cinnabar #D44225

Tints of Cinnabar #D44225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.75%

R = 67.3%
G = 20.95%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D44225 (or 0xD44225) is known color: Cinnabar. HEX triplet: D4, 42 and 25. RGB value is (212,66,37). Sum of RGB (Red+Green+Blue) = 212+66+37=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D44225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44225 is #2BBDDA. Grayscale: #6A6A6A. Windows color (decimal): -2866651 or 2441940. OLE color: 2441940.

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

Color convert

RGB 212 66 37 -
CMYK 0 0.69 0.83 0.17
HSL 9.94º 0.7% 0.49% -
HSV(B) 9.94º 0.83% 0.83% -
XYZ 29.43 18.03 3.68 -
YUV 106.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 212 66 37 0 0.69 0.83 0.17 9.94 0.7 0.49
Hex D4 42 25 0 45 53 11 A 46 31
Octal 324 102 45 0 105 123 21 12 106 61
Binary 11010100 1000010 100101 0 1000101 1010011 10001 1010 1000110 110001

Color Harmonies of #D44225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44225

Black with #D44225

Text Example


Text Example

White with #D44225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44225; }

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

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

background-color css

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

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

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

border-color css

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

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

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