Shades of Cinnabar #E63F2C
Tints of Cinnabar #E63F2C
RGB
CMYK
RGB Variations
Color information
#E63F2C (or 0xE63F2C) is known color: Cinnabar. HEX triplet: E6, 3F and 2C. RGB value is (230,63,44). Sum of RGB (Red+Green+Blue) = 230+63+44=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F2C is #19C0D3. Grayscale: #6F6F6F. Windows color (decimal): -1687764 or 2899942. OLE color: 2899942.
HSL color Cylindrical-coordinate representation of color #E63F2C: hue angle of 6.13º 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 #E63F2C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 44 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.10 |
| HSL | 6.13º | 0.79% | 0.54% | - |
| HSV(B) | 6.13º | 0.81% | 0.9% | - |
| XYZ | 34.87 | 20.56 | 4.51 | - |
| YUV | 110.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 44 | 0 | 0.73 | 0.81 | 0.10 | 6.13 | 0.79 | 0.54 |
| Hex | E6 | 3F | 2C | 0 | 49 | 51 | A | 6 | 4F | 36 |
| Octal | 346 | 77 | 54 | 0 | 111 | 121 | 12 | 6 | 117 | 66 |
| Binary | 11100110 | 111111 | 101100 | 0 | 1001001 | 1010001 | 1010 | 110 | 1001111 | 110110 |
Color Harmonies of #E63F2C
Complementary color
Monochromatic Colors of #E63F2C
Black with #E63F2C
Text Example
Text Example
White with #E63F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F2C; }
p { color: rgb(230,63,44); }
H1.HeaderClassName
{
color: #E63F2C;
}
.AnyTagClassName
{
color: #E63F2C;
}
</style>
background-color css
<style>
a { background-color: #E63F2C; }
a { background-color: rgb(230,63,44); }
div.DivClassName
{
background-color: #E63F2C;
}
.BgClassName
{
background-color: #E63F2C;
}
</style>
border-color css
<style>
span { border-color: #E63F2C; }
span { border-color: rgb(230,63,44); }
td.TdClassName
{
border-color: #E63F2C;
}
.TagClassName
{
border-color: #E63F2C;
}
</style>