Html Css Color HEX #DE3321 Cinnabar

📋 copy color: '#DE3321'

red 222 ◦ green 51 ◦ blue 33

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

Shades of Cinnabar #DE3321

Tints of Cinnabar #DE3321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 72.55%
G = 16.67%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE3321 (or 0xDE3321) is known color: Cinnabar. HEX triplet: DE, 33 and 21. RGB value is (222,51,33). Sum of RGB (Red+Green+Blue) = 222+51+33=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3321 is #21CCDE. Grayscale: #646464. Windows color (decimal): -2215135 or 2175966. OLE color: 2175966.

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

Color convert

RGB 222 51 33 -
CMYK 0 0.77 0.85 0.13
HSL 5.71º 0.74% 0.5% -
HSV(B) 5.71º 0.85% 0.87% -
XYZ 31.58 18.01 3.25 -
YUV 100.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 222 51 33 0 0.77 0.85 0.13 5.71 0.74 0.5
Hex DE 33 21 0 4D 55 D 6 4A 32
Octal 336 63 41 0 115 125 15 6 112 62
Binary 11011110 110011 100001 0 1001101 1010101 1101 110 1001010 110010

Color Harmonies of #DE3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3321

Black with #DE3321

Text Example


Text Example

White with #DE3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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