#E13E30

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

Shades of Cinnabar #E13E30

Tints of Cinnabar #E13E30

Color information

#E13E30 (or 0xE13E30) is unknown color: approx Cinnabar. HEX triplet: E1, 3E and 30. RGB value is (225,62,48). Sum of RGB (Red+Green+Blue) = 225+62+48=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E30 is #1EC1CF. Grayscale: #6D6D6D. Windows color (decimal): -2015696 or 3161825. OLE color: 3161825.

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

Color convert

RGB2256248-
CMYK00.720.790.12
HSL4.75º74.68%53.53%-
HSV(B)4.75º78.67%88.24%-
XYZ33.3119.674.84-
YUV109.1493.5210.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=67.16%
G=18.51%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225624800.720.790.124.7574.6853.53
HexE13E300484FC54b36
Octal3417660011011714511366
Binary1110000111111011000001001000100111111001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E30; }

 p { color: rgb(225,62,48); }

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

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

 a { background-color: rgb(225,62,48); }

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

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

 span { border-color: rgb(225,62,48); }

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