Shades of Cinnabar #E73D3B
Tints of Cinnabar #E73D3B
RGB
CMYK
RGB Variations
Color information
#E73D3B (or 0xE73D3B) is known color: Cinnabar. HEX triplet: E7, 3D and 3B. RGB value is (231,61,59). Sum of RGB (Red+Green+Blue) = 231+61+59=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D3B is #18C2C4. Grayscale: #6F6F6F. Windows color (decimal): -1622725 or 3882471. OLE color: 3882471.
HSL color Cylindrical-coordinate representation of color #E73D3B: hue angle of 0.7º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73D3B is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 59 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.09 |
| HSL | 0.7º | 0.78% | 0.57% | - |
| HSV(B) | 0.7º | 0.74% | 0.91% | - |
| XYZ | 35.41 | 20.64 | 6.26 | - |
| YUV | 111.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 59 | 0 | 0.74 | 0.74 | 0.09 | 0.7 | 0.78 | 0.57 |
| Hex | E7 | 3D | 3B | 0 | 4A | 4A | 9 | 1 | 4E | 39 |
| Octal | 347 | 75 | 73 | 0 | 112 | 112 | 11 | 1 | 116 | 71 |
| Binary | 11100111 | 111101 | 111011 | 0 | 1001010 | 1001010 | 1001 | 1 | 1001110 | 111001 |
Color Harmonies of #E73D3B
Complementary color
Monochromatic Colors of #E73D3B
Black with #E73D3B
Text Example
Text Example
White with #E73D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D3B; }
p { color: rgb(231,61,59); }
H1.HeaderClassName
{
color: #E73D3B;
}
.AnyTagClassName
{
color: #E73D3B;
}
</style>
background-color css
<style>
a { background-color: #E73D3B; }
a { background-color: rgb(231,61,59); }
div.DivClassName
{
background-color: #E73D3B;
}
.BgClassName
{
background-color: #E73D3B;
}
</style>
border-color css
<style>
span { border-color: #E73D3B; }
span { border-color: rgb(231,61,59); }
td.TdClassName
{
border-color: #E73D3B;
}
.TagClassName
{
border-color: #E73D3B;
}
</style>