#E33D32

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

Shades of Cinnabar #E33D32

Tints of Cinnabar #E33D32

Color information

#E33D32 (or 0xE33D32) is unknown color: approx Cinnabar. HEX triplet: E3, 3D and 32. RGB value is (227,61,50). Sum of RGB (Red+Green+Blue) = 227+61+50=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33D32 is #1CC2CD. Grayscale: #6D6D6D. Windows color (decimal): -1884878 or 3292643. OLE color: 3292643.

HSL color Cylindrical-coordinate representation of color #E33D32: hue angle of 3.73º 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 #E33D32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB2276150-
CMYK00.730.780.11
HSL3.73º75.97%54.31%-
HSV(B)3.73º77.97%89.02%-
XYZ33.9219.95.07-
YUV109.3894.5211.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.16%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=67.16%
G=18.05%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227615000.730.780.113.7375.9754.31
HexE33D320494EB44c36
Octal3437562011111613411466
Binary1110001111110111001001001001100111010111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33D32; }

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

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

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

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

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

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

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

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