Shades of Cinnabar #E64B1F
Tints of Cinnabar #E64B1F
RGB
CMYK
RGB Variations
Color information
#E64B1F (or 0xE64B1F) is known color: Cinnabar. HEX triplet: E6, 4B and 1F. RGB value is (230,75,31). Sum of RGB (Red+Green+Blue) = 230+75+31=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64B1F is #19B4E0. Grayscale: #747474. Windows color (decimal): -1684705 or 2051046. OLE color: 2051046.
HSL color Cylindrical-coordinate representation of color #E64B1F: hue angle of 13.27º 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 #E64B1F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 31 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.10 |
| HSL | 13.27º | 0.8% | 0.51% | - |
| HSV(B) | 13.27º | 0.87% | 0.9% | - |
| XYZ | 35.4 | 21.95 | 3.67 | - |
| YUV | 116.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 31 | 0 | 0.67 | 0.87 | 0.10 | 13.27 | 0.8 | 0.51 |
| Hex | E6 | 4B | 1F | 0 | 43 | 57 | A | D | 50 | 33 |
| Octal | 346 | 113 | 37 | 0 | 103 | 127 | 12 | 15 | 120 | 63 |
| Binary | 11100110 | 1001011 | 11111 | 0 | 1000011 | 1010111 | 1010 | 1101 | 1010000 | 110011 |
Color Harmonies of #E64B1F
Complementary color
Monochromatic Colors of #E64B1F
Black with #E64B1F
Text Example
Text Example
White with #E64B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B1F; }
p { color: rgb(230,75,31); }
H1.HeaderClassName
{
color: #E64B1F;
}
.AnyTagClassName
{
color: #E64B1F;
}
</style>
background-color css
<style>
a { background-color: #E64B1F; }
a { background-color: rgb(230,75,31); }
div.DivClassName
{
background-color: #E64B1F;
}
.BgClassName
{
background-color: #E64B1F;
}
</style>
border-color css
<style>
span { border-color: #E64B1F; }
span { border-color: rgb(230,75,31); }
td.TdClassName
{
border-color: #E64B1F;
}
.TagClassName
{
border-color: #E64B1F;
}
</style>