#DE4335

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

Shades of Cinnabar #DE4335

Tints of Cinnabar #DE4335

Color information

#DE4335 (or 0xDE4335) is unknown color: approx Cinnabar. HEX triplet: DE, 43 and 35. RGB value is (222,67,53). Sum of RGB (Red+Green+Blue) = 222+67+53=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4335 is #21BCCA. Grayscale: #6F6F6F. Windows color (decimal): -2211019 or 3490782. OLE color: 3490782.

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

Color convert

RGB2226753-
CMYK00.700.760.13
HSL4.97º71.91%53.92%-
HSV(B)4.97º76.13%87.06%-
XYZ32.7719.85.46-
YUV111.7594.85206.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=64.91%
G=19.59%
B=15.50%

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
Decimal222675300.700.760.134.9771.9153.92
HexDE43350464CD54836
Octal33610365010611415511066
Binary11011110100001111010101000110100110011011011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4335; }

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

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

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

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

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

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

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

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