Shades of Cinnabar #E73A1A
Tints of Cinnabar #E73A1A
RGB
CMYK
RGB Variations
Color information
#E73A1A (or 0xE73A1A) is known color: Cinnabar. HEX triplet: E7, 3A and 1A. RGB value is (231,58,26). Sum of RGB (Red+Green+Blue) = 231+58+26=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73A1A is #18C5E5. Grayscale: #6A6A6A. Windows color (decimal): -1623526 or 1719015. OLE color: 1719015.
HSL color Cylindrical-coordinate representation of color #E73A1A: hue angle of 9.37º 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 #E73A1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.09 |
| HSL | 9.37º | 0.81% | 0.5% | - |
| HSV(B) | 9.37º | 0.89% | 0.91% | - |
| XYZ | 34.65 | 20.09 | 3.03 | - |
| YUV | 106.08 | 82.81 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 26 | 0 | 0.75 | 0.89 | 0.09 | 9.37 | 0.81 | 0.5 |
| Hex | E7 | 3A | 1A | 0 | 4B | 59 | 9 | 9 | 51 | 32 |
| Octal | 347 | 72 | 32 | 0 | 113 | 131 | 11 | 11 | 121 | 62 |
| Binary | 11100111 | 111010 | 11010 | 0 | 1001011 | 1011001 | 1001 | 1001 | 1010001 | 110010 |
Color Harmonies of #E73A1A
Complementary color
Monochromatic Colors of #E73A1A
Black with #E73A1A
Text Example
Text Example
White with #E73A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73A1A; }
p { color: rgb(231,58,26); }
H1.HeaderClassName
{
color: #E73A1A;
}
.AnyTagClassName
{
color: #E73A1A;
}
</style>
background-color css
<style>
a { background-color: #E73A1A; }
a { background-color: rgb(231,58,26); }
div.DivClassName
{
background-color: #E73A1A;
}
.BgClassName
{
background-color: #E73A1A;
}
</style>
border-color css
<style>
span { border-color: #E73A1A; }
span { border-color: rgb(231,58,26); }
td.TdClassName
{
border-color: #E73A1A;
}
.TagClassName
{
border-color: #E73A1A;
}
</style>