#E33A35

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

Shades of Cinnabar #E33A35

Tints of Cinnabar #E33A35

Color information

#E33A35 (or 0xE33A35) is unknown color: approx Cinnabar. HEX triplet: E3, 3A and 35. RGB value is (227,58,53). Sum of RGB (Red+Green+Blue) = 227+58+53=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A35 is #1CC5CA. Grayscale: #6C6C6C. Windows color (decimal): -1885643 or 3488483. OLE color: 3488483.

HSL color Cylindrical-coordinate representation of color #E33A35: hue angle of 1.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E33A35 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2275853-
CMYK00.740.770.11
HSL1.72º75.65%54.9%-
HSV(B)1.72º76.65%89.02%-
XYZ33.8319.615.37-
YUV107.9696.99212.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.16%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=67.16%
G=17.16%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227585300.740.770.111.7275.6554.9
HexE33A3504A4DB24c37
Octal3437265011211513211467
Binary111000111110101101010100101010011011011101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33A35; }

 p { color: rgb(227,58,53); }

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

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

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

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

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

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

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