Shades of Cinnabar #E64A1F
Tints of Cinnabar #E64A1F
RGB
CMYK
RGB Variations
Color information
#E64A1F (or 0xE64A1F) is known color: Cinnabar. HEX triplet: E6, 4A and 1F. RGB value is (230,74,31). Sum of RGB (Red+Green+Blue) = 230+74+31=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A1F is #19B5E0. Grayscale: #747474. Windows color (decimal): -1684961 or 2050790. OLE color: 2050790.
HSL color Cylindrical-coordinate representation of color #E64A1F: hue angle of 12.96º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E64A1F is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 31 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.10 |
| HSL | 12.96º | 0.8% | 0.51% | - |
| HSV(B) | 12.96º | 0.87% | 0.9% | - |
| XYZ | 35.33 | 21.82 | 3.65 | - |
| YUV | 115.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 31 | 0 | 0.68 | 0.87 | 0.10 | 12.96 | 0.8 | 0.51 |
| Hex | E6 | 4A | 1F | 0 | 44 | 57 | A | D | 50 | 33 |
| Octal | 346 | 112 | 37 | 0 | 104 | 127 | 12 | 15 | 120 | 63 |
| Binary | 11100110 | 1001010 | 11111 | 0 | 1000100 | 1010111 | 1010 | 1101 | 1010000 | 110011 |
Color Harmonies of #E64A1F
Complementary color
Monochromatic Colors of #E64A1F
Black with #E64A1F
Text Example
Text Example
White with #E64A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A1F; }
p { color: rgb(230,74,31); }
H1.HeaderClassName
{
color: #E64A1F;
}
.AnyTagClassName
{
color: #E64A1F;
}
</style>
background-color css
<style>
a { background-color: #E64A1F; }
a { background-color: rgb(230,74,31); }
div.DivClassName
{
background-color: #E64A1F;
}
.BgClassName
{
background-color: #E64A1F;
}
</style>
border-color css
<style>
span { border-color: #E64A1F; }
span { border-color: rgb(230,74,31); }
td.TdClassName
{
border-color: #E64A1F;
}
.TagClassName
{
border-color: #E64A1F;
}
</style>