#e13a37

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

Shades of Cinnabar #E13A37

Tints of Cinnabar #E13A37

Color information

#E13A37 (or 0xE13A37) is unknown color: approx Cinnabar. HEX triplet: E1, 3A and 37. RGB value is (225,58,55). Sum of RGB (Red+Green+Blue) = 225+58+55=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A37 is #1EC5C8. Grayscale: #6B6B6B. Windows color (decimal): -2016713 or 3619553. OLE color: 3619553.

HSL color Cylindrical-coordinate representation of color #E13A37: hue angle of 1.06º 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 #E13A37 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2255855-
CMYK00.740.760.12
HSL1.06º73.91%54.9%-
HSV(B)1.06º75.56%88.24%-
XYZ33.2519.315.59-
YUV107.5998.33211.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=66.57%
G=17.16%
B=16.27%

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
Decimal225585500.740.760.121.0673.9154.9
HexE13A3704A4CC14a37
Octal3417267011211414111267
Binary11100001111010110111010010101001100110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13a37; }

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

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

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

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

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

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

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

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