#DE4235

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

Shades of Cinnabar #DE4235

Tints of Cinnabar #DE4235

Color information

#DE4235 (or 0xDE4235) is unknown color: approx Cinnabar. HEX triplet: DE, 42 and 35. RGB value is (222,66,53). Sum of RGB (Red+Green+Blue) = 222+66+53=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4235 is #21BDCA. Grayscale: #6F6F6F. Windows color (decimal): -2211275 or 3490526. OLE color: 3490526.

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

Color convert

RGB2226653-
CMYK00.700.760.13
HSL4.62º71.91%53.92%-
HSV(B)4.62º76.13%87.06%-
XYZ32.7219.685.44-
YUV111.1695.18207.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.10%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=65.10%
G=19.35%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222665300.700.760.134.6271.9153.92
HexDE42350464CD54836
Octal33610265010611415511066
Binary11011110100001011010101000110100110011011011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4235; }

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

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

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

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

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

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

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

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