#E13C2D

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

Shades of Cinnabar #E13C2D

Tints of Cinnabar #E13C2D

Color information

#E13C2D (or 0xE13C2D) is unknown color: approx Cinnabar. HEX triplet: E1, 3C and 2D. RGB value is (225,60,45). Sum of RGB (Red+Green+Blue) = 225+60+45=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C2D is #1EC3D2. Grayscale: #6B6B6B. Windows color (decimal): -2016211 or 2964705. OLE color: 2964705.

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

Color convert

RGB2256045-
CMYK00.730.80.12
HSL75%52.94%-
HSV(B)80%88.24%-
XYZ33.1419.434.49-
YUV107.6292.66211.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.18%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=68.18%
G=18.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225604500.730.80.1257552.94
HexE13C2D04950C54b35
Octal3417455011112014511365
Binary1110000111110010110101001001101000011001011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C2D; }

 p { color: rgb(225,60,45); }

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

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

 a { background-color: rgb(225,60,45); }

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

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

 span { border-color: rgb(225,60,45); }

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