#DE4333

Color #DE4333 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DE4333

Tints of Cinnabar #DE4333

Color information

#DE4333 (or 0xDE4333) is unknown color: approx Cinnabar. HEX triplet: DE, 43 and 33. RGB value is (222,67,51). Sum of RGB (Red+Green+Blue) = 222+67+51=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4333 is #21BCCC. Grayscale: #6F6F6F. Windows color (decimal): -2211021 or 3359710. OLE color: 3359710.

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

Color convert

RGB2226751-
CMYK00.700.770.13
HSL5.61º72.15%53.53%-
HSV(B)5.61º77.03%87.06%-
XYZ32.7319.785.23-
YUV111.5293.85206.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.29%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 51 (20.31% from 255) = 15%
R=65.29%
G=19.71%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222675100.700.770.135.6172.1553.53
HexDE43330464DD64836
Octal33610363010611515611066
Binary11011110100001111001101000110100110111011101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4333; }

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

 H1.HeaderClassName
 {
   color: #DE4333;
 }
 .AnyTagClassName
 {
   color: #DE4333;
 }
</style>
background-color css

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

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

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

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

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

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