Shades of Crimson #E0083D
Tints of Crimson #E0083D
RGB
CMYK
RGB Variations
Color information
#E0083D (or 0xE0083D) is known color: Crimson. HEX triplet: E0, 08 and 3D. RGB value is (224,8,61). Sum of RGB (Red+Green+Blue) = 224+8+61=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E0083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0083D is #1FF7C2. Grayscale: #4E4E4E. Windows color (decimal): -2095043 or 3999968. OLE color: 3999968.
HSL color Cylindrical-coordinate representation of color #E0083D: hue angle of 345.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0083D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.12 |
| HSL | 345.28º | 0.93% | 0.45% | - |
| HSV(B) | 345.28º | 0.96% | 0.88% | - |
| XYZ | 31.67 | 16.36 | 5.9 | - |
| YUV | 78.63 | 118.06 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 61 | 0 | 0.96 | 0.73 | 0.12 | 345.28 | 0.93 | 0.45 |
| Hex | E0 | 8 | 3D | 0 | 60 | 49 | C | 159 | 5D | 2D |
| Octal | 340 | 10 | 75 | 0 | 140 | 111 | 14 | 531 | 135 | 55 |
| Binary | 11100000 | 1000 | 111101 | 0 | 1100000 | 1001001 | 1100 | 101011001 | 1011101 | 101101 |
Color Harmonies of #E0083D
Complementary color
Monochromatic Colors of #E0083D
Black with #E0083D
Text Example
Text Example
White with #E0083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0083D; }
p { color: rgb(224,8,61); }
H1.HeaderClassName
{
color: #E0083D;
}
.AnyTagClassName
{
color: #E0083D;
}
</style>
background-color css
<style>
a { background-color: #E0083D; }
a { background-color: rgb(224,8,61); }
div.DivClassName
{
background-color: #E0083D;
}
.BgClassName
{
background-color: #E0083D;
}
</style>
border-color css
<style>
span { border-color: #E0083D; }
span { border-color: rgb(224,8,61); }
td.TdClassName
{
border-color: #E0083D;
}
.TagClassName
{
border-color: #E0083D;
}
</style>