#E13C2A

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

Shades of Cinnabar #E13C2A

Tints of Cinnabar #E13C2A

Color information

#E13C2A (or 0xE13C2A) is unknown color: approx Cinnabar. HEX triplet: E1, 3C and 2A. RGB value is (225,60,42). Sum of RGB (Red+Green+Blue) = 225+60+42=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C2A is #1EC3D5. Grayscale: #6B6B6B. Windows color (decimal): -2016214 or 2768097. OLE color: 2768097.

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

Color convert

RGB2256042-
CMYK00.730.810.12
HSL5.9º75.31%52.35%-
HSV(B)5.9º81.33%88.24%-
XYZ33.0919.414.19-
YUV107.2891.16211.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=68.81%
G=18.35%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225604200.730.810.125.975.3152.35
HexE13C2A04951C64b34
Octal3417452011112114611364
Binary1110000111110010101001001001101000111001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C2A; }

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

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

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

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

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

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

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

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