#E15338

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

Shades of Cinnabar #E15338

Tints of Cinnabar #E15338

Color information

#E15338 (or 0xE15338) is unknown color: approx Cinnabar. HEX triplet: E1, 53 and 38. RGB value is (225,83,56). Sum of RGB (Red+Green+Blue) = 225+83+56=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E15338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15338 is #1EACC7. Grayscale: #7A7A7A. Windows color (decimal): -2010312 or 3691489. OLE color: 3691489.

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

Color convert

RGB2258356-
CMYK00.630.750.12
HSL9.59º73.8%55.1%-
HSV(B)9.59º75.11%88.24%-
XYZ34.8622.486.24-
YUV122.3890.54201.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.81%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=61.81%
G=22.80%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225835600.630.750.129.5973.855.1
HexE1533803F4BCa4a37
Octal34112370077113141211267
Binary11100001101001111100001111111001011110010101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15338; }

 p { color: rgb(225,83,56); }

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

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

 a { background-color: rgb(225,83,56); }

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

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

 span { border-color: rgb(225,83,56); }

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