Shades of Cinnabar #E13A1F
Tints of Cinnabar #E13A1F
RGB
CMYK
RGB Variations
Color information
#E13A1F (or 0xE13A1F) is known color: Cinnabar. HEX triplet: E1, 3A and 1F. RGB value is (225,58,31). Sum of RGB (Red+Green+Blue) = 225+58+31=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A1F is #1EC5E0. Grayscale: #696969. Windows color (decimal): -2016737 or 2046689. OLE color: 2046689.
HSL color Cylindrical-coordinate representation of color #E13A1F: hue angle of 8.35º 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 #E13A1F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 31 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.12 |
| HSL | 8.35º | 0.76% | 0.5% | - |
| HSV(B) | 8.35º | 0.86% | 0.88% | - |
| XYZ | 32.81 | 19.13 | 3.26 | - |
| YUV | 104.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 31 | 0 | 0.74 | 0.86 | 0.12 | 8.35 | 0.76 | 0.5 |
| Hex | E1 | 3A | 1F | 0 | 4A | 56 | C | 8 | 4C | 32 |
| Octal | 341 | 72 | 37 | 0 | 112 | 126 | 14 | 10 | 114 | 62 |
| Binary | 11100001 | 111010 | 11111 | 0 | 1001010 | 1010110 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E13A1F
Complementary color
Monochromatic Colors of #E13A1F
Black with #E13A1F
Text Example
Text Example
White with #E13A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A1F; }
p { color: rgb(225,58,31); }
H1.HeaderClassName
{
color: #E13A1F;
}
.AnyTagClassName
{
color: #E13A1F;
}
</style>
background-color css
<style>
a { background-color: #E13A1F; }
a { background-color: rgb(225,58,31); }
div.DivClassName
{
background-color: #E13A1F;
}
.BgClassName
{
background-color: #E13A1F;
}
</style>
border-color css
<style>
span { border-color: #E13A1F; }
span { border-color: rgb(225,58,31); }
td.TdClassName
{
border-color: #E13A1F;
}
.TagClassName
{
border-color: #E13A1F;
}
</style>