#E13F1F

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

Shades of Cinnabar #E13F1F

Tints of Cinnabar #E13F1F

Color information

#E13F1F (or 0xE13F1F) is unknown color: approx Cinnabar. HEX triplet: E1, 3F and 1F. RGB value is (225,63,31). Sum of RGB (Red+Green+Blue) = 225+63+31=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F1F is #1EC0E0. Grayscale: #6C6C6C. Windows color (decimal): -2015457 or 2047969. OLE color: 2047969.

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

Color convert

RGB2256331-
CMYK00.720.860.12
HSL9.9º76.38%50.2%-
HSV(B)9.9º86.22%88.24%-
XYZ33.0819.663.35-
YUV107.7984.67211.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 31 (12.5% from 255) = 9.72%
R=70.53%
G=19.75%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225633100.720.860.129.976.3850.2
HexE13F1F04856Ca4c32
Octal34177370110126141211462
Binary1110000111111111111010010001010110110010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F1F; }

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

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

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

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

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

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

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

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