Shades of Cinnabar #E1431F
Tints of Cinnabar #E1431F
RGB
CMYK
RGB Variations
Color information
#E1431F (or 0xE1431F) is known color: Cinnabar. HEX triplet: E1, 43 and 1F. RGB value is (225,67,31). Sum of RGB (Red+Green+Blue) = 225+67+31=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1431F is #1EBCE0. Grayscale: #6E6E6E. Windows color (decimal): -2014433 or 2048993. OLE color: 2048993.
HSL color Cylindrical-coordinate representation of color #E1431F: hue angle of 11.13º 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 #E1431F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.12 |
| HSL | 11.13º | 0.76% | 0.5% | - |
| HSV(B) | 11.13º | 0.86% | 0.88% | - |
| XYZ | 33.31 | 20.12 | 3.42 | - |
| YUV | 110.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 31 | 0 | 0.70 | 0.86 | 0.12 | 11.13 | 0.76 | 0.5 |
| Hex | E1 | 43 | 1F | 0 | 46 | 56 | C | B | 4C | 32 |
| Octal | 341 | 103 | 37 | 0 | 106 | 126 | 14 | 13 | 114 | 62 |
| Binary | 11100001 | 1000011 | 11111 | 0 | 1000110 | 1010110 | 1100 | 1011 | 1001100 | 110010 |
Color Harmonies of #E1431F
Complementary color
Monochromatic Colors of #E1431F
Black with #E1431F
Text Example
Text Example
White with #E1431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1431F; }
p { color: rgb(225,67,31); }
H1.HeaderClassName
{
color: #E1431F;
}
.AnyTagClassName
{
color: #E1431F;
}
</style>
background-color css
<style>
a { background-color: #E1431F; }
a { background-color: rgb(225,67,31); }
div.DivClassName
{
background-color: #E1431F;
}
.BgClassName
{
background-color: #E1431F;
}
</style>
border-color css
<style>
span { border-color: #E1431F; }
span { border-color: rgb(225,67,31); }
td.TdClassName
{
border-color: #E1431F;
}
.TagClassName
{
border-color: #E1431F;
}
</style>