Shades of Cinnabar #E6472A
Tints of Cinnabar #E6472A
RGB
CMYK
RGB Variations
Color information
#E6472A (or 0xE6472A) is known color: Cinnabar. HEX triplet: E6, 47 and 2A. RGB value is (230,71,42). Sum of RGB (Red+Green+Blue) = 230+71+42=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6472A is #19B8D5. Grayscale: #737373. Windows color (decimal): -1685718 or 2770918. OLE color: 2770918.
HSL color Cylindrical-coordinate representation of color #E6472A: hue angle of 9.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6472A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.10 |
| HSL | 9.26º | 0.79% | 0.53% | - |
| HSV(B) | 9.26º | 0.82% | 0.9% | - |
| XYZ | 35.3 | 21.5 | 4.48 | - |
| YUV | 115.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 42 | 0 | 0.69 | 0.82 | 0.10 | 9.26 | 0.79 | 0.53 |
| Hex | E6 | 47 | 2A | 0 | 45 | 52 | A | 9 | 4F | 35 |
| Octal | 346 | 107 | 52 | 0 | 105 | 122 | 12 | 11 | 117 | 65 |
| Binary | 11100110 | 1000111 | 101010 | 0 | 1000101 | 1010010 | 1010 | 1001 | 1001111 | 110101 |
Color Harmonies of #E6472A
Complementary color
Monochromatic Colors of #E6472A
Black with #E6472A
Text Example
Text Example
White with #E6472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6472A; }
p { color: rgb(230,71,42); }
H1.HeaderClassName
{
color: #E6472A;
}
.AnyTagClassName
{
color: #E6472A;
}
</style>
background-color css
<style>
a { background-color: #E6472A; }
a { background-color: rgb(230,71,42); }
div.DivClassName
{
background-color: #E6472A;
}
.BgClassName
{
background-color: #E6472A;
}
</style>
border-color css
<style>
span { border-color: #E6472A; }
span { border-color: rgb(230,71,42); }
td.TdClassName
{
border-color: #E6472A;
}
.TagClassName
{
border-color: #E6472A;
}
</style>