#E13A36

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

Shades of Cinnabar #E13A36

Tints of Cinnabar #E13A36

Color information

#E13A36 (or 0xE13A36) is unknown color: approx Cinnabar. HEX triplet: E1, 3A and 36. RGB value is (225,58,54). Sum of RGB (Red+Green+Blue) = 225+58+54=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A36 is #1EC5C9. Grayscale: #6B6B6B. Windows color (decimal): -2016714 or 3554017. OLE color: 3554017.

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

Color convert

RGB2255854-
CMYK00.740.760.12
HSL1.4º74.03%54.71%-
HSV(B)1.4º76%88.24%-
XYZ33.2319.35.46-
YUV107.4897.83211.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=66.77%
G=17.21%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225585400.740.760.121.474.0354.71
HexE13A3604A4CC14a37
Octal3417266011211414111267
Binary11100001111010110110010010101001100110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13A36; }

 p { color: rgb(225,58,54); }

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

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

 a { background-color: rgb(225,58,54); }

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

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

 span { border-color: rgb(225,58,54); }

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