Shades of Cinnabar #E72B2B
Tints of Cinnabar #E72B2B
RGB
CMYK
RGB Variations
Color information
#E72B2B (or 0xE72B2B) is known color: Cinnabar. HEX triplet: E7, 2B and 2B. RGB value is (231,43,43). Sum of RGB (Red+Green+Blue) = 231+43+43=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72B2B is #18D4D4. Grayscale: #636363. Windows color (decimal): -1627349 or 2829287. OLE color: 2829287.
HSL color Cylindrical-coordinate representation of color #E72B2B: hue angle of 0º degrees, saturation: 0.8, 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 #E72B2B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 43 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.09 |
| HSL | 0º | 0.8% | 0.54% | - |
| HSV(B) | 0º | 0.81% | 0.91% | - |
| XYZ | 34.25 | 18.89 | 4.13 | - |
| YUV | 99.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 43 | 0 | 0.81 | 0.81 | 0.09 | 0 | 0.8 | 0.54 |
| Hex | E7 | 2B | 2B | 0 | 51 | 51 | 9 | 0 | 50 | 36 |
| Octal | 347 | 53 | 53 | 0 | 121 | 121 | 11 | 0 | 120 | 66 |
| Binary | 11100111 | 101011 | 101011 | 0 | 1010001 | 1010001 | 1001 | 0 | 1010000 | 110110 |
Color Harmonies of #E72B2B
Complementary color
Monochromatic Colors of #E72B2B
Black with #E72B2B
Text Example
Text Example
White with #E72B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72B2B; }
p { color: rgb(231,43,43); }
H1.HeaderClassName
{
color: #E72B2B;
}
.AnyTagClassName
{
color: #E72B2B;
}
</style>
background-color css
<style>
a { background-color: #E72B2B; }
a { background-color: rgb(231,43,43); }
div.DivClassName
{
background-color: #E72B2B;
}
.BgClassName
{
background-color: #E72B2B;
}
</style>
border-color css
<style>
span { border-color: #E72B2B; }
span { border-color: rgb(231,43,43); }
td.TdClassName
{
border-color: #E72B2B;
}
.TagClassName
{
border-color: #E72B2B;
}
</style>