#E13F30

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

Shades of Cinnabar #E13F30

Tints of Cinnabar #E13F30

Color information

#E13F30 (or 0xE13F30) is unknown color: approx Cinnabar. HEX triplet: E1, 3F and 30. RGB value is (225,63,48). Sum of RGB (Red+Green+Blue) = 225+63+48=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F30 is #1EC0CF. Grayscale: #6D6D6D. Windows color (decimal): -2015440 or 3162081. OLE color: 3162081.

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

Color convert

RGB2256348-
CMYK00.720.790.12
HSL5.08º74.68%53.53%-
HSV(B)5.08º78.67%88.24%-
XYZ33.3619.784.86-
YUV109.7393.17210.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=66.96%
G=18.75%
B=14.29%

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
Decimal225634800.720.790.125.0874.6853.53
HexE13F300484FC54b36
Octal3417760011011714511366
Binary1110000111111111000001001000100111111001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F30; }

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

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

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

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

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

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

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

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