Shades of Cinnabar #E4431F
Tints of Cinnabar #E4431F
RGB
CMYK
RGB Variations
Color information
#E4431F (or 0xE4431F) is known color: Cinnabar. HEX triplet: E4, 43 and 1F. RGB value is (228,67,31). Sum of RGB (Red+Green+Blue) = 228+67+31=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4431F is #1BBCE0. Grayscale: #6F6F6F. Windows color (decimal): -1817825 or 2048996. OLE color: 2048996.
HSL color Cylindrical-coordinate representation of color #E4431F: hue angle of 10.96º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4431F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 67 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.11 |
| HSL | 10.96º | 0.78% | 0.51% | - |
| HSV(B) | 10.96º | 0.86% | 0.89% | - |
| XYZ | 34.25 | 20.61 | 3.47 | - |
| YUV | 111.04 | 82.84 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 67 | 31 | 0 | 0.71 | 0.86 | 0.11 | 10.96 | 0.78 | 0.51 |
| Hex | E4 | 43 | 1F | 0 | 47 | 56 | B | B | 4E | 33 |
| Octal | 344 | 103 | 37 | 0 | 107 | 126 | 13 | 13 | 116 | 63 |
| Binary | 11100100 | 1000011 | 11111 | 0 | 1000111 | 1010110 | 1011 | 1011 | 1001110 | 110011 |
Color Harmonies of #E4431F
Complementary color
Monochromatic Colors of #E4431F
Black with #E4431F
Text Example
Text Example
White with #E4431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4431F; }
p { color: rgb(228,67,31); }
H1.HeaderClassName
{
color: #E4431F;
}
.AnyTagClassName
{
color: #E4431F;
}
</style>
background-color css
<style>
a { background-color: #E4431F; }
a { background-color: rgb(228,67,31); }
div.DivClassName
{
background-color: #E4431F;
}
.BgClassName
{
background-color: #E4431F;
}
</style>
border-color css
<style>
span { border-color: #E4431F; }
span { border-color: rgb(228,67,31); }
td.TdClassName
{
border-color: #E4431F;
}
.TagClassName
{
border-color: #E4431F;
}
</style>