Html Css Color HEX #DE3720 Cinnabar

📋 copy color: '#DE3720'

red 222 ◦ green 55 ◦ blue 32

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

Shades of Cinnabar #DE3720

Tints of Cinnabar #DE3720

RGB

 RED value IS 222 (87.11% from 255) = 71.84%

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 71.84%
G = 17.8%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE3720 (or 0xDE3720) is known color: Cinnabar. HEX triplet: DE, 37 and 20. RGB value is (222,55,32). Sum of RGB (Red+Green+Blue) = 222+55+32=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3720 is #21C8DF. Grayscale: #666666. Windows color (decimal): -2214112 or 2111454. OLE color: 2111454.

HSL color Cylindrical-coordinate representation of color #DE3720: hue angle of 7.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE3720 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 55 32 -
CMYK 0 0.75 0.86 0.13
HSL 7.26º 0.75% 0.5% -
HSV(B) 7.26º 0.86% 0.87% -
XYZ 31.75 18.37 3.24 -
YUV 102.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 222 55 32 0 0.75 0.86 0.13 7.26 0.75 0.5
Hex DE 37 20 0 4B 56 D 7 4B 32
Octal 336 67 40 0 113 126 15 7 113 62
Binary 11011110 110111 100000 0 1001011 1010110 1101 111 1001011 110010

Color Harmonies of #DE3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3720

Black with #DE3720

Text Example


Text Example

White with #DE3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3720; }

 p { color: rgb(222,55,32); }

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

background-color css

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

 a { background-color: rgb(222,55,32); }

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

border-color css

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

 span { border-color: rgb(222,55,32); }

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