#DE3433

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

Shades of Cinnabar #DE3433

Tints of Cinnabar #DE3433

Color information

#DE3433 (or 0xDE3433) is unknown color: approx Cinnabar. HEX triplet: DE, 34 and 33. RGB value is (222,52,51). Sum of RGB (Red+Green+Blue) = 222+52+51=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3433 is #21CBCC. Grayscale: #666666. Windows color (decimal): -2214861 or 3355870. OLE color: 3355870.

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

Color convert

RGB2225251-
CMYK00.770.770.13
HSL0.35º72.15%53.53%-
HSV(B)0.35º77.03%87.06%-
XYZ31.9518.224.97-
YUV102.7298.82213.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.31%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=68.31%
G=16%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222525100.770.770.130.3572.1553.53
HexDE343304D4DD04836
Octal3366463011511515011066
Binary11011110110100110011010011011001101110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3433; }

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

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

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

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

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

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

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

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