#e33c1f

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

Shades of Cinnabar #E33C1F

Tints of Cinnabar #E33C1F

Color information

#E33C1F (or 0xE33C1F) is unknown color: approx Cinnabar. HEX triplet: E3, 3C and 1F. RGB value is (227,60,31). Sum of RGB (Red+Green+Blue) = 227+60+31=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C1F is #1CC3E0. Grayscale: #6A6A6A. Windows color (decimal): -1885153 or 2047203. OLE color: 2047203.

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

Color convert

RGB2276031-
CMYK00.740.860.11
HSL8.88º77.78%50.59%-
HSV(B)8.88º86.34%89.02%-
XYZ33.5419.663.32-
YUV106.6385.33213.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=71.38%
G=18.87%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227603100.740.860.118.8877.7850.59
HexE33C1F04A56B94e33
Octal34374370112126131111663
Binary1110001111110011111010010101010110101110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33c1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33c1f; }

 p { color: rgb(227,60,31); }

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

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

 a { background-color: rgb(227,60,31); }

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

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

 span { border-color: rgb(227,60,31); }

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