Shades of Cinnabar #E62D2C
Tints of Cinnabar #E62D2C
RGB
CMYK
RGB Variations
Color information
#E62D2C (or 0xE62D2C) is known color: Cinnabar. HEX triplet: E6, 2D and 2C. RGB value is (230,45,44). Sum of RGB (Red+Green+Blue) = 230+45+44=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D2C is #19D2D3. Grayscale: #646464. Windows color (decimal): -1692372 or 2895334. OLE color: 2895334.
HSL color Cylindrical-coordinate representation of color #E62D2C: hue angle of 0.32º 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 #E62D2C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 44 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.10 |
| HSL | 0.32º | 0.79% | 0.54% | - |
| HSV(B) | 0.32º | 0.81% | 0.9% | - |
| XYZ | 34.03 | 18.88 | 4.23 | - |
| YUV | 100.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 44 | 0 | 0.80 | 0.81 | 0.10 | 0.32 | 0.79 | 0.54 |
| Hex | E6 | 2D | 2C | 0 | 50 | 51 | A | 0 | 4F | 36 |
| Octal | 346 | 55 | 54 | 0 | 120 | 121 | 12 | 0 | 117 | 66 |
| Binary | 11100110 | 101101 | 101100 | 0 | 1010000 | 1010001 | 1010 | 0 | 1001111 | 110110 |
Color Harmonies of #E62D2C
Complementary color
Monochromatic Colors of #E62D2C
Black with #E62D2C
Text Example
Text Example
White with #E62D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D2C; }
p { color: rgb(230,45,44); }
H1.HeaderClassName
{
color: #E62D2C;
}
.AnyTagClassName
{
color: #E62D2C;
}
</style>
background-color css
<style>
a { background-color: #E62D2C; }
a { background-color: rgb(230,45,44); }
div.DivClassName
{
background-color: #E62D2C;
}
.BgClassName
{
background-color: #E62D2C;
}
</style>
border-color css
<style>
span { border-color: #E62D2C; }
span { border-color: rgb(230,45,44); }
td.TdClassName
{
border-color: #E62D2C;
}
.TagClassName
{
border-color: #E62D2C;
}
</style>