#E13F3C

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

Shades of Cinnabar #E13F3C

Tints of Cinnabar #E13F3C

Color information

#E13F3C (or 0xE13F3C) is unknown color: approx Cinnabar. HEX triplet: E1, 3F and 3C. RGB value is (225,63,60). Sum of RGB (Red+Green+Blue) = 225+63+60=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F3C is #1EC0C3. Grayscale: #6F6F6F. Windows color (decimal): -2015428 or 3948513. OLE color: 3948513.

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

Color convert

RGB2256360-
CMYK00.720.730.12
HSL1.09º73.33%55.88%-
HSV(B)1.09º73.33%88.24%-
XYZ33.6419.896.34-
YUV111.199.17209.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.66%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=64.66%
G=18.10%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225636000.720.730.121.0973.3355.88
HexE13F3C04849C14938
Octal3417774011011114111170
Binary11100001111111111100010010001001001110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F3C; }

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

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

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

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

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

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

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

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