Shades of Cinnabar #E73F2D
Tints of Cinnabar #E73F2D
RGB
CMYK
RGB Variations
Color information
#E73F2D (or 0xE73F2D) is known color: Cinnabar. HEX triplet: E7, 3F and 2D. RGB value is (231,63,45). Sum of RGB (Red+Green+Blue) = 231+63+45=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73F2D is #18C0D2. Grayscale: #6F6F6F. Windows color (decimal): -1622227 or 2965479. OLE color: 2965479.
HSL color Cylindrical-coordinate representation of color #E73F2D: hue angle of 5.81º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E73F2D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.09 |
| HSL | 5.81º | 0.79% | 0.54% | - |
| HSV(B) | 5.81º | 0.81% | 0.91% | - |
| XYZ | 35.21 | 20.73 | 4.63 | - |
| YUV | 111.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 45 | 0 | 0.73 | 0.81 | 0.09 | 5.81 | 0.79 | 0.54 |
| Hex | E7 | 3F | 2D | 0 | 49 | 51 | 9 | 6 | 4F | 36 |
| Octal | 347 | 77 | 55 | 0 | 111 | 121 | 11 | 6 | 117 | 66 |
| Binary | 11100111 | 111111 | 101101 | 0 | 1001001 | 1010001 | 1001 | 110 | 1001111 | 110110 |
Color Harmonies of #E73F2D
Complementary color
Monochromatic Colors of #E73F2D
Black with #E73F2D
Text Example
Text Example
White with #E73F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F2D; }
p { color: rgb(231,63,45); }
H1.HeaderClassName
{
color: #E73F2D;
}
.AnyTagClassName
{
color: #E73F2D;
}
</style>
background-color css
<style>
a { background-color: #E73F2D; }
a { background-color: rgb(231,63,45); }
div.DivClassName
{
background-color: #E73F2D;
}
.BgClassName
{
background-color: #E73F2D;
}
</style>
border-color css
<style>
span { border-color: #E73F2D; }
span { border-color: rgb(231,63,45); }
td.TdClassName
{
border-color: #E73F2D;
}
.TagClassName
{
border-color: #E73F2D;
}
</style>