Shades of Crimson #E8073D
Tints of Crimson #E8073D
RGB
CMYK
RGB Variations
Color information
#E8073D (or 0xE8073D) is known color: Crimson. HEX triplet: E8, 07 and 3D. RGB value is (232,7,61). Sum of RGB (Red+Green+Blue) = 232+7+61=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E8073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8073D is #17F8C2. Grayscale: #505050. Windows color (decimal): -1571011 or 3999720. OLE color: 3999720.
HSL color Cylindrical-coordinate representation of color #E8073D: hue angle of 345.6º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8073D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.09 |
| HSL | 345.6º | 0.94% | 0.47% | - |
| HSV(B) | 345.6º | 0.97% | 0.91% | - |
| XYZ | 34.2 | 17.64 | 6.02 | - |
| YUV | 80.43 | 117.04 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 61 | 0 | 0.97 | 0.74 | 0.09 | 345.6 | 0.94 | 0.47 |
| Hex | E8 | 7 | 3D | 0 | 61 | 4A | 9 | 15A | 5E | 2F |
| Octal | 350 | 7 | 75 | 0 | 141 | 112 | 11 | 532 | 136 | 57 |
| Binary | 11101000 | 111 | 111101 | 0 | 1100001 | 1001010 | 1001 | 101011010 | 1011110 | 101111 |
Color Harmonies of #E8073D
Complementary color
Monochromatic Colors of #E8073D
Black with #E8073D
Text Example
Text Example
White with #E8073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8073D; }
p { color: rgb(232,7,61); }
H1.HeaderClassName
{
color: #E8073D;
}
.AnyTagClassName
{
color: #E8073D;
}
</style>
background-color css
<style>
a { background-color: #E8073D; }
a { background-color: rgb(232,7,61); }
div.DivClassName
{
background-color: #E8073D;
}
.BgClassName
{
background-color: #E8073D;
}
</style>
border-color css
<style>
span { border-color: #E8073D; }
span { border-color: rgb(232,7,61); }
td.TdClassName
{
border-color: #E8073D;
}
.TagClassName
{
border-color: #E8073D;
}
</style>