#E13D1F

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

Shades of Cinnabar #E13D1F

Tints of Cinnabar #E13D1F

Color information

#E13D1F (or 0xE13D1F) is unknown color: approx Cinnabar. HEX triplet: E1, 3D and 1F. RGB value is (225,61,31). Sum of RGB (Red+Green+Blue) = 225+61+31=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D1F is #1EC2E0. Grayscale: #6A6A6A. Windows color (decimal): -2015969 or 2047457. OLE color: 2047457.

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

Color convert

RGB2256131-
CMYK00.730.860.12
HSL9.28º76.38%50.2%-
HSV(B)9.28º86.22%88.24%-
XYZ32.9719.443.31-
YUV106.6285.33212.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.98%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=70.98%
G=19.24%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225613100.730.860.129.2876.3850.2
HexE13D1F04956C94c32
Octal34175370111126141111462
Binary1110000111110111111010010011010110110010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D1F; }

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

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

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

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

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

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

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

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