#e05333

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

Shades of Cinnabar #E05333

Tints of Cinnabar #E05333

Color information

#E05333 (or 0xE05333) is unknown color: approx Cinnabar. HEX triplet: E0, 53 and 33. RGB value is (224,83,51). Sum of RGB (Red+Green+Blue) = 224+83+51=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E05333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05333 is #1FACCC. Grayscale: #797979. Windows color (decimal): -2075853 or 3363808. OLE color: 3363808.

HSL color Cylindrical-coordinate representation of color #E05333: hue angle of 11.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E05333 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2248351-
CMYK00.630.770.12
HSL11.1º73.62%53.92%-
HSV(B)11.1º77.23%87.84%-
XYZ34.4322.275.62-
YUV121.5188.21201.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=62.57%
G=23.18%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224835100.630.770.1211.173.6253.92
HexE0533303F4DCb4a36
Octal34012363077115141311266
Binary11100000101001111001101111111001101110010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05333; }

 p { color: rgb(224,83,51); }

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

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

 a { background-color: rgb(224,83,51); }

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

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

 span { border-color: rgb(224,83,51); }

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