Shades of Cinnabar #E6472C
Tints of Cinnabar #E6472C
RGB
CMYK
RGB Variations
Color information
#E6472C (or 0xE6472C) is known color: Cinnabar. HEX triplet: E6, 47 and 2C. RGB value is (230,71,44). Sum of RGB (Red+Green+Blue) = 230+71+44=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6472C is #19B8D3. Grayscale: #737373. Windows color (decimal): -1685716 or 2901990. OLE color: 2901990.
HSL color Cylindrical-coordinate representation of color #E6472C: hue angle of 8.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6472C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.10 |
| HSL | 8.71º | 0.79% | 0.54% | - |
| HSV(B) | 8.71º | 0.81% | 0.9% | - |
| XYZ | 35.34 | 21.51 | 4.67 | - |
| YUV | 115.46 | 87.68 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 44 | 0 | 0.69 | 0.81 | 0.10 | 8.71 | 0.79 | 0.54 |
| Hex | E6 | 47 | 2C | 0 | 45 | 51 | A | 9 | 4F | 36 |
| Octal | 346 | 107 | 54 | 0 | 105 | 121 | 12 | 11 | 117 | 66 |
| Binary | 11100110 | 1000111 | 101100 | 0 | 1000101 | 1010001 | 1010 | 1001 | 1001111 | 110110 |
Color Harmonies of #E6472C
Complementary color
Monochromatic Colors of #E6472C
Black with #E6472C
Text Example
Text Example
White with #E6472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6472C; }
p { color: rgb(230,71,44); }
H1.HeaderClassName
{
color: #E6472C;
}
.AnyTagClassName
{
color: #E6472C;
}
</style>
background-color css
<style>
a { background-color: #E6472C; }
a { background-color: rgb(230,71,44); }
div.DivClassName
{
background-color: #E6472C;
}
.BgClassName
{
background-color: #E6472C;
}
</style>
border-color css
<style>
span { border-color: #E6472C; }
span { border-color: rgb(230,71,44); }
td.TdClassName
{
border-color: #E6472C;
}
.TagClassName
{
border-color: #E6472C;
}
</style>