Shades of Cinnabar #E6451F
Tints of Cinnabar #E6451F
RGB
CMYK
RGB Variations
Color information
#E6451F (or 0xE6451F) is known color: Cinnabar. HEX triplet: E6, 45 and 1F. RGB value is (230,69,31). Sum of RGB (Red+Green+Blue) = 230+69+31=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6451F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6451F is #19BAE0. Grayscale: #717171. Windows color (decimal): -1686241 or 2049510. OLE color: 2049510.
HSL color Cylindrical-coordinate representation of color #E6451F: hue angle of 11.46º 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 #E6451F is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 31 | - |
| CMYK | 0 | 0.7 | 0.87 | 0.10 |
| HSL | 11.46º | 0.8% | 0.51% | - |
| HSV(B) | 11.46º | 0.87% | 0.9% | - |
| XYZ | 35.01 | 21.18 | 3.54 | - |
| YUV | 112.81 | 81.84 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 31 | 0 | 0.7 | 0.87 | 0.10 | 11.46 | 0.8 | 0.51 |
| Hex | E6 | 45 | 1F | 0 | 46 | 57 | A | B | 50 | 33 |
| Octal | 346 | 105 | 37 | 0 | 106 | 127 | 12 | 13 | 120 | 63 |
| Binary | 11100110 | 1000101 | 11111 | 0 | 1000110 | 1010111 | 1010 | 1011 | 1010000 | 110011 |
Color Harmonies of #E6451F
Complementary color
Monochromatic Colors of #E6451F
Black with #E6451F
Text Example
Text Example
White with #E6451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6451F; }
p { color: rgb(230,69,31); }
H1.HeaderClassName
{
color: #E6451F;
}
.AnyTagClassName
{
color: #E6451F;
}
</style>
background-color css
<style>
a { background-color: #E6451F; }
a { background-color: rgb(230,69,31); }
div.DivClassName
{
background-color: #E6451F;
}
.BgClassName
{
background-color: #E6451F;
}
</style>
border-color css
<style>
span { border-color: #E6451F; }
span { border-color: rgb(230,69,31); }
td.TdClassName
{
border-color: #E6451F;
}
.TagClassName
{
border-color: #E6451F;
}
</style>