Shades of Cinnabar #E6451C
Tints of Cinnabar #E6451C
RGB
CMYK
RGB Variations
Color information
#E6451C (or 0xE6451C) is known color: Cinnabar. HEX triplet: E6, 45 and 1C. RGB value is (230,69,28). Sum of RGB (Red+Green+Blue) = 230+69+28=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6451C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6451C is #19BAE3. Grayscale: #707070. Windows color (decimal): -1686244 or 1852902. OLE color: 1852902.
HSL color Cylindrical-coordinate representation of color #E6451C: hue angle of 12.18º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6451C is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 28 | - |
| CMYK | 0 | 0.7 | 0.88 | 0.10 |
| HSL | 12.18º | 0.8% | 0.51% | - |
| HSV(B) | 12.18º | 0.88% | 0.9% | - |
| XYZ | 34.97 | 21.16 | 3.34 | - |
| YUV | 112.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 28 | 0 | 0.7 | 0.88 | 0.10 | 12.18 | 0.8 | 0.51 |
| Hex | E6 | 45 | 1C | 0 | 46 | 58 | A | C | 50 | 33 |
| Octal | 346 | 105 | 34 | 0 | 106 | 130 | 12 | 14 | 120 | 63 |
| Binary | 11100110 | 1000101 | 11100 | 0 | 1000110 | 1011000 | 1010 | 1100 | 1010000 | 110011 |
Color Harmonies of #E6451C
Complementary color
Monochromatic Colors of #E6451C
Black with #E6451C
Text Example
Text Example
White with #E6451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6451C; }
p { color: rgb(230,69,28); }
H1.HeaderClassName
{
color: #E6451C;
}
.AnyTagClassName
{
color: #E6451C;
}
</style>
background-color css
<style>
a { background-color: #E6451C; }
a { background-color: rgb(230,69,28); }
div.DivClassName
{
background-color: #E6451C;
}
.BgClassName
{
background-color: #E6451C;
}
</style>
border-color css
<style>
span { border-color: #E6451C; }
span { border-color: rgb(230,69,28); }
td.TdClassName
{
border-color: #E6451C;
}
.TagClassName
{
border-color: #E6451C;
}
</style>