#E33B32

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

Shades of Cinnabar #E33B32

Tints of Cinnabar #E33B32

Color information

#E33B32 (or 0xE33B32) is unknown color: approx Cinnabar. HEX triplet: E3, 3B and 32. RGB value is (227,59,50). Sum of RGB (Red+Green+Blue) = 227+59+50=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E33B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33B32 is #1CC4CD. Grayscale: #6C6C6C. Windows color (decimal): -1885390 or 3292131. OLE color: 3292131.

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

Color convert

RGB2275950-
CMYK00.740.780.11
HSL3.05º75.97%54.31%-
HSV(B)3.05º77.97%89.02%-
XYZ33.8219.695.04-
YUV108.2195.16212.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.56%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=67.56%
G=17.56%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227595000.740.780.113.0575.9754.31
HexE33B3204A4EB34c36
Octal3437362011211613311466
Binary111000111110111100100100101010011101011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33B32; }

 p { color: rgb(227,59,50); }

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

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

 a { background-color: rgb(227,59,50); }

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

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

 span { border-color: rgb(227,59,50); }

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