Shades of Cinnabar #E73D1C
Tints of Cinnabar #E73D1C
RGB
CMYK
RGB Variations
Color information
#E73D1C (or 0xE73D1C) is known color: Cinnabar. HEX triplet: E7, 3D and 1C. RGB value is (231,61,28). Sum of RGB (Red+Green+Blue) = 231+61+28=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D1C is #18C2E3. Grayscale: #6C6C6C. Windows color (decimal): -1622756 or 1850855. OLE color: 1850855.
HSL color Cylindrical-coordinate representation of color #E73D1C: hue angle of 9.75º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E73D1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.09 |
| HSL | 9.75º | 0.81% | 0.51% | - |
| HSV(B) | 9.75º | 0.88% | 0.91% | - |
| XYZ | 34.83 | 20.41 | 3.2 | - |
| YUV | 108.07 | 82.82 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 28 | 0 | 0.74 | 0.88 | 0.09 | 9.75 | 0.81 | 0.51 |
| Hex | E7 | 3D | 1C | 0 | 4A | 58 | 9 | A | 51 | 33 |
| Octal | 347 | 75 | 34 | 0 | 112 | 130 | 11 | 12 | 121 | 63 |
| Binary | 11100111 | 111101 | 11100 | 0 | 1001010 | 1011000 | 1001 | 1010 | 1010001 | 110011 |
Color Harmonies of #E73D1C
Complementary color
Monochromatic Colors of #E73D1C
Black with #E73D1C
Text Example
Text Example
White with #E73D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D1C; }
p { color: rgb(231,61,28); }
H1.HeaderClassName
{
color: #E73D1C;
}
.AnyTagClassName
{
color: #E73D1C;
}
</style>
background-color css
<style>
a { background-color: #E73D1C; }
a { background-color: rgb(231,61,28); }
div.DivClassName
{
background-color: #E73D1C;
}
.BgClassName
{
background-color: #E73D1C;
}
</style>
border-color css
<style>
span { border-color: #E73D1C; }
span { border-color: rgb(231,61,28); }
td.TdClassName
{
border-color: #E73D1C;
}
.TagClassName
{
border-color: #E73D1C;
}
</style>