Shades of Cinnabar #E6371B
Tints of Cinnabar #E6371B
RGB
CMYK
RGB Variations
Color information
#E6371B (or 0xE6371B) is known color: Cinnabar. HEX triplet: E6, 37 and 1B. RGB value is (230,55,27). Sum of RGB (Red+Green+Blue) = 230+55+27=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6371B is #19C8E4. Grayscale: #686868. Windows color (decimal): -1689829 or 1783782. OLE color: 1783782.
HSL color Cylindrical-coordinate representation of color #E6371B: hue angle of 8.28º 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 #E6371B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.10 |
| HSL | 8.28º | 0.8% | 0.5% | - |
| HSV(B) | 8.28º | 0.88% | 0.9% | - |
| XYZ | 34.2 | 19.63 | 3.02 | - |
| YUV | 104.13 | 84.48 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 27 | 0 | 0.76 | 0.88 | 0.10 | 8.28 | 0.8 | 0.5 |
| Hex | E6 | 37 | 1B | 0 | 4C | 58 | A | 8 | 50 | 32 |
| Octal | 346 | 67 | 33 | 0 | 114 | 130 | 12 | 10 | 120 | 62 |
| Binary | 11100110 | 110111 | 11011 | 0 | 1001100 | 1011000 | 1010 | 1000 | 1010000 | 110010 |
Color Harmonies of #E6371B
Complementary color
Monochromatic Colors of #E6371B
Black with #E6371B
Text Example
Text Example
White with #E6371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6371B; }
p { color: rgb(230,55,27); }
H1.HeaderClassName
{
color: #E6371B;
}
.AnyTagClassName
{
color: #E6371B;
}
</style>
background-color css
<style>
a { background-color: #E6371B; }
a { background-color: rgb(230,55,27); }
div.DivClassName
{
background-color: #E6371B;
}
.BgClassName
{
background-color: #E6371B;
}
</style>
border-color css
<style>
span { border-color: #E6371B; }
span { border-color: rgb(230,55,27); }
td.TdClassName
{
border-color: #E6371B;
}
.TagClassName
{
border-color: #E6371B;
}
</style>