Shades of Cinnabar #E63F2D
Tints of Cinnabar #E63F2D
RGB
CMYK
RGB Variations
Color information
#E63F2D (or 0xE63F2D) is known color: Cinnabar. HEX triplet: E6, 3F and 2D. RGB value is (230,63,45). Sum of RGB (Red+Green+Blue) = 230+63+45=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F2D is #19C0D2. Grayscale: #6F6F6F. Windows color (decimal): -1687763 or 2965478. OLE color: 2965478.
HSL color Cylindrical-coordinate representation of color #E63F2D: hue angle of 5.84º 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 #E63F2D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 45 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.10 |
| HSL | 5.84º | 0.79% | 0.54% | - |
| HSV(B) | 5.84º | 0.8% | 0.9% | - |
| XYZ | 34.88 | 20.57 | 4.61 | - |
| YUV | 110.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 45 | 0 | 0.73 | 0.80 | 0.10 | 5.84 | 0.79 | 0.54 |
| Hex | E6 | 3F | 2D | 0 | 49 | 50 | A | 6 | 4F | 36 |
| Octal | 346 | 77 | 55 | 0 | 111 | 120 | 12 | 6 | 117 | 66 |
| Binary | 11100110 | 111111 | 101101 | 0 | 1001001 | 1010000 | 1010 | 110 | 1001111 | 110110 |
Color Harmonies of #E63F2D
Complementary color
Monochromatic Colors of #E63F2D
Black with #E63F2D
Text Example
Text Example
White with #E63F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F2D; }
p { color: rgb(230,63,45); }
H1.HeaderClassName
{
color: #E63F2D;
}
.AnyTagClassName
{
color: #E63F2D;
}
</style>
background-color css
<style>
a { background-color: #E63F2D; }
a { background-color: rgb(230,63,45); }
div.DivClassName
{
background-color: #E63F2D;
}
.BgClassName
{
background-color: #E63F2D;
}
</style>
border-color css
<style>
span { border-color: #E63F2D; }
span { border-color: rgb(230,63,45); }
td.TdClassName
{
border-color: #E63F2D;
}
.TagClassName
{
border-color: #E63F2D;
}
</style>