Shades of Cinnabar #E73D1A
Tints of Cinnabar #E73D1A
RGB
CMYK
RGB Variations
Color information
#E73D1A (or 0xE73D1A) is known color: Cinnabar. HEX triplet: E7, 3D and 1A. RGB value is (231,61,26). Sum of RGB (Red+Green+Blue) = 231+61+26=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D1A is #18C2E5. Grayscale: #6C6C6C. Windows color (decimal): -1622758 or 1719783. OLE color: 1719783.
HSL color Cylindrical-coordinate representation of color #E73D1A: hue angle of 10.24º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E73D1A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.09 |
| HSL | 10.24º | 0.81% | 0.5% | - |
| HSV(B) | 10.24º | 0.89% | 0.91% | - |
| XYZ | 34.81 | 20.4 | 3.08 | - |
| YUV | 107.84 | 81.82 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 26 | 0 | 0.74 | 0.89 | 0.09 | 10.24 | 0.81 | 0.5 |
| Hex | E7 | 3D | 1A | 0 | 4A | 59 | 9 | A | 51 | 32 |
| Octal | 347 | 75 | 32 | 0 | 112 | 131 | 11 | 12 | 121 | 62 |
| Binary | 11100111 | 111101 | 11010 | 0 | 1001010 | 1011001 | 1001 | 1010 | 1010001 | 110010 |
Color Harmonies of #E73D1A
Complementary color
Monochromatic Colors of #E73D1A
Black with #E73D1A
Text Example
Text Example
White with #E73D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D1A; }
p { color: rgb(231,61,26); }
H1.HeaderClassName
{
color: #E73D1A;
}
.AnyTagClassName
{
color: #E73D1A;
}
</style>
background-color css
<style>
a { background-color: #E73D1A; }
a { background-color: rgb(231,61,26); }
div.DivClassName
{
background-color: #E73D1A;
}
.BgClassName
{
background-color: #E73D1A;
}
</style>
border-color css
<style>
span { border-color: #E73D1A; }
span { border-color: rgb(231,61,26); }
td.TdClassName
{
border-color: #E73D1A;
}
.TagClassName
{
border-color: #E73D1A;
}
</style>