Shades of Cinnabar #E63F2F
Tints of Cinnabar #E63F2F
RGB
CMYK
RGB Variations
Color information
#E63F2F (or 0xE63F2F) is known color: Cinnabar. HEX triplet: E6, 3F and 2F. RGB value is (230,63,47). Sum of RGB (Red+Green+Blue) = 230+63+47=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F2F is #19C0D0. Grayscale: #6F6F6F. Windows color (decimal): -1687761 or 3096550. OLE color: 3096550.
HSL color Cylindrical-coordinate representation of color #E63F2F: hue angle of 5.25º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E63F2F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 47 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.10 |
| HSL | 5.25º | 0.79% | 0.54% | - |
| HSV(B) | 5.25º | 0.8% | 0.9% | - |
| XYZ | 34.92 | 20.58 | 4.82 | - |
| YUV | 111.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 47 | 0 | 0.73 | 0.80 | 0.10 | 5.25 | 0.79 | 0.54 |
| Hex | E6 | 3F | 2F | 0 | 49 | 50 | A | 5 | 4F | 36 |
| Octal | 346 | 77 | 57 | 0 | 111 | 120 | 12 | 5 | 117 | 66 |
| Binary | 11100110 | 111111 | 101111 | 0 | 1001001 | 1010000 | 1010 | 101 | 1001111 | 110110 |
Color Harmonies of #E63F2F
Complementary color
Monochromatic Colors of #E63F2F
Black with #E63F2F
Text Example
Text Example
White with #E63F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F2F; }
p { color: rgb(230,63,47); }
H1.HeaderClassName
{
color: #E63F2F;
}
.AnyTagClassName
{
color: #E63F2F;
}
</style>
background-color css
<style>
a { background-color: #E63F2F; }
a { background-color: rgb(230,63,47); }
div.DivClassName
{
background-color: #E63F2F;
}
.BgClassName
{
background-color: #E63F2F;
}
</style>
border-color css
<style>
span { border-color: #E63F2F; }
span { border-color: rgb(230,63,47); }
td.TdClassName
{
border-color: #E63F2F;
}
.TagClassName
{
border-color: #E63F2F;
}
</style>