#DE4435

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

Shades of Cinnabar #DE4435

Tints of Cinnabar #DE4435

Color information

#DE4435 (or 0xDE4435) is unknown color: approx Cinnabar. HEX triplet: DE, 44 and 35. RGB value is (222,68,53). Sum of RGB (Red+Green+Blue) = 222+68+53=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4435 is #21BBCA. Grayscale: #707070. Windows color (decimal): -2210763 or 3491038. OLE color: 3491038.

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

Color convert

RGB2226853-
CMYK00.690.760.13
HSL5.33º71.91%53.92%-
HSV(B)5.33º76.13%87.06%-
XYZ32.8319.925.48-
YUV112.3494.52206.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.72%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=64.72%
G=19.83%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222685300.690.760.135.3371.9153.92
HexDE44350454CD54836
Octal33610465010511415511066
Binary11011110100010011010101000101100110011011011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4435; }

 p { color: rgb(222,68,53); }

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

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

 a { background-color: rgb(222,68,53); }

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

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

 span { border-color: rgb(222,68,53); }

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