Html Css Color HEX #DE3C33 Cinnabar

📋 copy color: '#DE3C33'

red 222 ◦ green 60 ◦ blue 51

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

Shades of Cinnabar #DE3C33

Tints of Cinnabar #DE3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 66.67%
G = 18.02%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE3C33 (or 0xDE3C33) is known color: Cinnabar. HEX triplet: DE, 3C and 33. RGB value is (222,60,51). Sum of RGB (Red+Green+Blue) = 222+60+51=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3C33 is #21C3CC. Grayscale: #6B6B6B. Windows color (decimal): -2212813 or 3357918. OLE color: 3357918.

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

Color convert

RGB 222 60 51 -
CMYK 0 0.73 0.77 0.13
HSL 3.16º 0.72% 0.54% -
HSV(B) 3.16º 0.77% 0.87% -
XYZ 32.34 19 5.1 -
YUV 107.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 222 60 51 0 0.73 0.77 0.13 3.16 0.72 0.54
Hex DE 3C 33 0 49 4D D 3 48 36
Octal 336 74 63 0 111 115 15 3 110 66
Binary 11011110 111100 110011 0 1001001 1001101 1101 11 1001000 110110

Color Harmonies of #DE3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3C33

Black with #DE3C33

Text Example


Text Example

White with #DE3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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