#E53A37

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

Shades of Cinnabar #E53A37

Tints of Cinnabar #E53A37

Color information

#E53A37 (or 0xE53A37) is unknown color: approx Cinnabar. HEX triplet: E5, 3A and 37. RGB value is (229,58,55). Sum of RGB (Red+Green+Blue) = 229+58+55=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A37 is #1AC5C8. Grayscale: #6C6C6C. Windows color (decimal): -1754569 or 3619557. OLE color: 3619557.

HSL color Cylindrical-coordinate representation of color #E53A37: hue angle of 1.03º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53A37 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB2295855-
CMYK00.750.760.10
HSL1.03º76.99%55.69%-
HSV(B)1.03º75.98%89.8%-
XYZ34.5219.965.65-
YUV108.7997.65213.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.96%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 55 (21.88% from 255) = 16.08%
R=66.96%
G=16.96%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229585500.750.760.101.0376.9955.69
HexE53A3704B4CA14d38
Octal3457267011311412111570
Binary11100101111010110111010010111001100101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A37; }

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

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

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

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

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

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

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

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