#e33525

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

Shades of Cinnabar #E33525

Tints of Cinnabar #E33525

Color information

#E33525 (or 0xE33525) is unknown color: approx Cinnabar. HEX triplet: E3, 35 and 25. RGB value is (227,53,37). Sum of RGB (Red+Green+Blue) = 227+53+37=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E33525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33525 is #1CCADA. Grayscale: #676767. Windows color (decimal): -1886939 or 2438627. OLE color: 2438627.

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

Color convert

RGB2275337-
CMYK00.770.840.11
HSL5.05º77.24%51.76%-
HSV(B)5.05º83.7%89.02%-
XYZ33.2919.013.67-
YUV103.290.65216.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.61%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=71.61%
G=16.72%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227533700.770.840.115.0577.2451.76
HexE3352504D54B54d34
Octal3436545011512413511564
Binary1110001111010110010101001101101010010111011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33525; }

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

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

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

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

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

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

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

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