Html Css Color HEX #DE3320 Cinnabar

📋 copy color: '#DE3320'

red 222 ◦ green 51 ◦ blue 32

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

Shades of Cinnabar #DE3320

Tints of Cinnabar #DE3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 72.79%
G = 16.72%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE3320 (or 0xDE3320) is known color: Cinnabar. HEX triplet: DE, 33 and 20. RGB value is (222,51,32). Sum of RGB (Red+Green+Blue) = 222+51+32=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3320 is #21CCDF. Grayscale: #646464. Windows color (decimal): -2215136 or 2110430. OLE color: 2110430.

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

Color convert

RGB 222 51 32 -
CMYK 0 0.77 0.86 0.13
HSL 0.75% 0.5% -
HSV(B) 0.86% 0.87% -
XYZ 31.57 18 3.18 -
YUV 99.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 222 51 32 0 0.77 0.86 0.13 6 0.75 0.5
Hex DE 33 20 0 4D 56 D 6 4B 32
Octal 336 63 40 0 115 126 15 6 113 62
Binary 11011110 110011 100000 0 1001101 1010110 1101 110 1001011 110010

Color Harmonies of #DE3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3320

Black with #DE3320

Text Example


Text Example

White with #DE3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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