#E13B29

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

Shades of Cinnabar #E13B29

Tints of Cinnabar #E13B29

Color information

#E13B29 (or 0xE13B29) is unknown color: approx Cinnabar. HEX triplet: E1, 3B and 29. RGB value is (225,59,41). Sum of RGB (Red+Green+Blue) = 225+59+41=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B29 is #1EC4D6. Grayscale: #6A6A6A. Windows color (decimal): -2016471 or 2702305. OLE color: 2702305.

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

Color convert

RGB2255941-
CMYK00.740.820.12
HSL5.87º75.41%52.16%-
HSV(B)5.87º81.78%88.24%-
XYZ33.0219.34.08-
YUV106.5891212.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=69.23%
G=18.15%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225594100.740.820.125.8775.4152.16
HexE13B2904A52C64b34
Octal3417351011212214611364
Binary1110000111101110100101001010101001011001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B29; }

 p { color: rgb(225,59,41); }

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

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

 a { background-color: rgb(225,59,41); }

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

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

 span { border-color: rgb(225,59,41); }

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