Html Css Color HEX #DE3A20 Cinnabar

📋 copy color: '#DE3A20'

red 222 ◦ green 58 ◦ blue 32

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

Shades of Cinnabar #DE3A20

Tints of Cinnabar #DE3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 71.15%
G = 18.59%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE3A20 (or 0xDE3A20) is known color: Cinnabar. HEX triplet: DE, 3A and 20. RGB value is (222,58,32). Sum of RGB (Red+Green+Blue) = 222+58+32=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A20 is #21C5DF. Grayscale: #686868. Windows color (decimal): -2213344 or 2112222. OLE color: 2112222.

HSL color Cylindrical-coordinate representation of color #DE3A20: hue angle of 8.21º 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 #DE3A20 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 58 32 -
CMYK 0 0.74 0.86 0.13
HSL 8.21º 0.75% 0.5% -
HSV(B) 8.21º 0.86% 0.87% -
XYZ 31.9 18.66 3.29 -
YUV 104.07 87.33 212.11 -
System Red Green Blue C M Y K H S L
Decimal 222 58 32 0 0.74 0.86 0.13 8.21 0.75 0.5
Hex DE 3A 20 0 4A 56 D 8 4B 32
Octal 336 72 40 0 112 126 15 10 113 62
Binary 11011110 111010 100000 0 1001010 1010110 1101 1000 1001011 110010

Color Harmonies of #DE3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A20

Black with #DE3A20

Text Example


Text Example

White with #DE3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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