Shades of Cinnabar #E64123
Tints of Cinnabar #E64123
RGB
CMYK
RGB Variations
Color information
#E64123 (or 0xE64123) is known color: Cinnabar. HEX triplet: E6, 41 and 23. RGB value is (230,65,35). Sum of RGB (Red+Green+Blue) = 230+65+35=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64123 is #19BEDC. Grayscale: #6F6F6F. Windows color (decimal): -1687261 or 2310630. OLE color: 2310630.
HSL color Cylindrical-coordinate representation of color #E64123: hue angle of 9.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E64123 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.10 |
| HSL | 9.23º | 0.8% | 0.52% | - |
| HSV(B) | 9.23º | 0.85% | 0.9% | - |
| XYZ | 34.83 | 20.72 | 3.75 | - |
| YUV | 110.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 35 | 0 | 0.72 | 0.85 | 0.10 | 9.23 | 0.8 | 0.52 |
| Hex | E6 | 41 | 23 | 0 | 48 | 55 | A | 9 | 50 | 34 |
| Octal | 346 | 101 | 43 | 0 | 110 | 125 | 12 | 11 | 120 | 64 |
| Binary | 11100110 | 1000001 | 100011 | 0 | 1001000 | 1010101 | 1010 | 1001 | 1010000 | 110100 |
Color Harmonies of #E64123
Complementary color
Monochromatic Colors of #E64123
Black with #E64123
Text Example
Text Example
White with #E64123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64123; }
p { color: rgb(230,65,35); }
H1.HeaderClassName
{
color: #E64123;
}
.AnyTagClassName
{
color: #E64123;
}
</style>
background-color css
<style>
a { background-color: #E64123; }
a { background-color: rgb(230,65,35); }
div.DivClassName
{
background-color: #E64123;
}
.BgClassName
{
background-color: #E64123;
}
</style>
border-color css
<style>
span { border-color: #E64123; }
span { border-color: rgb(230,65,35); }
td.TdClassName
{
border-color: #E64123;
}
.TagClassName
{
border-color: #E64123;
}
</style>