Shades of Cinnabar #E6372B
Tints of Cinnabar #E6372B
RGB
CMYK
RGB Variations
Color information
#E6372B (or 0xE6372B) is known color: Cinnabar. HEX triplet: E6, 37 and 2B. RGB value is (230,55,43). Sum of RGB (Red+Green+Blue) = 230+55+43=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6372B is #19C8D4. Grayscale: #6A6A6A. Windows color (decimal): -1689813 or 2832358. OLE color: 2832358.
HSL color Cylindrical-coordinate representation of color #E6372B: hue angle of 3.85º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6372B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.10 |
| HSL | 3.85º | 0.79% | 0.54% | - |
| HSV(B) | 3.85º | 0.81% | 0.9% | - |
| XYZ | 34.44 | 19.73 | 4.28 | - |
| YUV | 105.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 43 | 0 | 0.76 | 0.81 | 0.10 | 3.85 | 0.79 | 0.54 |
| Hex | E6 | 37 | 2B | 0 | 4C | 51 | A | 4 | 4F | 36 |
| Octal | 346 | 67 | 53 | 0 | 114 | 121 | 12 | 4 | 117 | 66 |
| Binary | 11100110 | 110111 | 101011 | 0 | 1001100 | 1010001 | 1010 | 100 | 1001111 | 110110 |
Color Harmonies of #E6372B
Complementary color
Monochromatic Colors of #E6372B
Black with #E6372B
Text Example
Text Example
White with #E6372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6372B; }
p { color: rgb(230,55,43); }
H1.HeaderClassName
{
color: #E6372B;
}
.AnyTagClassName
{
color: #E6372B;
}
</style>
background-color css
<style>
a { background-color: #E6372B; }
a { background-color: rgb(230,55,43); }
div.DivClassName
{
background-color: #E6372B;
}
.BgClassName
{
background-color: #E6372B;
}
</style>
border-color css
<style>
span { border-color: #E6372B; }
span { border-color: rgb(230,55,43); }
td.TdClassName
{
border-color: #E6372B;
}
.TagClassName
{
border-color: #E6372B;
}
</style>