Shades of Cinnabar #E6461B
Tints of Cinnabar #E6461B
RGB
CMYK
RGB Variations
Color information
#E6461B (or 0xE6461B) is known color: Cinnabar. HEX triplet: E6, 46 and 1B. RGB value is (230,70,27). Sum of RGB (Red+Green+Blue) = 230+70+27=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6461B is #19B9E4. Grayscale: #717171. Windows color (decimal): -1685989 or 1787622. OLE color: 1787622.
HSL color Cylindrical-coordinate representation of color #E6461B: hue angle of 12.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6461B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.10 |
| HSL | 12.71º | 0.8% | 0.5% | - |
| HSV(B) | 12.71º | 0.88% | 0.9% | - |
| XYZ | 35.02 | 21.28 | 3.3 | - |
| YUV | 112.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 27 | 0 | 0.70 | 0.88 | 0.10 | 12.71 | 0.8 | 0.5 |
| Hex | E6 | 46 | 1B | 0 | 46 | 58 | A | D | 50 | 32 |
| Octal | 346 | 106 | 33 | 0 | 106 | 130 | 12 | 15 | 120 | 62 |
| Binary | 11100110 | 1000110 | 11011 | 0 | 1000110 | 1011000 | 1010 | 1101 | 1010000 | 110010 |
Color Harmonies of #E6461B
Complementary color
Monochromatic Colors of #E6461B
Black with #E6461B
Text Example
Text Example
White with #E6461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6461B; }
p { color: rgb(230,70,27); }
H1.HeaderClassName
{
color: #E6461B;
}
.AnyTagClassName
{
color: #E6461B;
}
</style>
background-color css
<style>
a { background-color: #E6461B; }
a { background-color: rgb(230,70,27); }
div.DivClassName
{
background-color: #E6461B;
}
.BgClassName
{
background-color: #E6461B;
}
</style>
border-color css
<style>
span { border-color: #E6461B; }
span { border-color: rgb(230,70,27); }
td.TdClassName
{
border-color: #E6461B;
}
.TagClassName
{
border-color: #E6461B;
}
</style>