#E15234

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

Shades of Cinnabar #E15234

Tints of Cinnabar #E15234

Color information

#E15234 (or 0xE15234) is unknown color: approx Cinnabar. HEX triplet: E1, 52 and 34. RGB value is (225,82,52). Sum of RGB (Red+Green+Blue) = 225+82+52=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E15234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15234 is #1EADCB. Grayscale: #797979. Windows color (decimal): -2010572 or 3429089. OLE color: 3429089.

HSL color Cylindrical-coordinate representation of color #E15234: hue angle of 10.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E15234 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2258252-
CMYK00.640.770.12
HSL10.4º74.25%54.31%-
HSV(B)10.4º76.89%88.24%-
XYZ34.6922.295.72-
YUV121.3488.88201.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=62.67%
G=22.84%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225825200.640.770.1210.474.2554.31
HexE152340404DCa4a36
Octal341122640100115141211266
Binary111000011010010110100010000001001101110010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15234; }

 p { color: rgb(225,82,52); }

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

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

 a { background-color: rgb(225,82,52); }

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

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

 span { border-color: rgb(225,82,52); }

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