#e03535

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

Shades of Cinnabar #E03535

Tints of Cinnabar #E03535

Color information

#E03535 (or 0xE03535) is unknown color: approx Cinnabar. HEX triplet: E0, 35 and 35. RGB value is (224,53,53). Sum of RGB (Red+Green+Blue) = 224+53+53=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03535 is #1FCACA. Grayscale: #686868. Windows color (decimal): -2083531 or 3487200. OLE color: 3487200.

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

Color convert

RGB2245353-
CMYK00.760.760.12
HSL73.39%54.31%-
HSV(B)76.34%87.84%-
XYZ32.6618.655.25-
YUV104.1399.15213.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.88%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=67.88%
G=16.06%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224535300.760.760.12073.3954.31
HexE0353504C4CC04936
Octal3406565011411414011166
Binary11100000110101110101010011001001100110001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03535; }

 p { color: rgb(224,53,53); }

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

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

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

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

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

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

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