#e1352e

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

Shades of Cinnabar #E1352E

Tints of Cinnabar #E1352E

Color information

#E1352E (or 0xE1352E) is unknown color: approx Cinnabar. HEX triplet: E1, 35 and 2E. RGB value is (225,53,46). Sum of RGB (Red+Green+Blue) = 225+53+46=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352E is #1ECAD1. Grayscale: #676767. Windows color (decimal): -2018002 or 3028449. OLE color: 3028449.

HSL color Cylindrical-coordinate representation of color #E1352E: hue angle of 2.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1352E is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2255346-
CMYK00.760.800.12
HSL2.35º74.9%53.14%-
HSV(B)2.35º79.56%88.24%-
XYZ32.8218.754.47-
YUV103.6395.48214.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.44%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=69.44%
G=16.36%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225534600.760.800.122.3574.953.14
HexE1352E04C50C24b35
Octal3416556011412014211365
Binary111000011101011011100100110010100001100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1352e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1352e; }

 p { color: rgb(225,53,46); }

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

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

 a { background-color: rgb(225,53,46); }

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

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

 span { border-color: rgb(225,53,46); }

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