Shades of Crimson #E0083F
Tints of Crimson #E0083F
RGB
CMYK
RGB Variations
Color information
#E0083F (or 0xE0083F) is known color: Crimson. HEX triplet: E0, 08 and 3F. RGB value is (224,8,63). Sum of RGB (Red+Green+Blue) = 224+8+63=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E0083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0083F is #1FF7C0. Grayscale: #4E4E4E. Windows color (decimal): -2095041 or 4131040. OLE color: 4131040.
HSL color Cylindrical-coordinate representation of color #E0083F: hue angle of 344.72º 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 #E0083F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.12 |
| HSL | 344.72º | 0.93% | 0.45% | - |
| HSV(B) | 344.72º | 0.96% | 0.88% | - |
| XYZ | 31.72 | 16.38 | 6.19 | - |
| YUV | 78.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 63 | 0 | 0.96 | 0.72 | 0.12 | 344.72 | 0.93 | 0.45 |
| Hex | E0 | 8 | 3F | 0 | 60 | 48 | C | 159 | 5D | 2D |
| Octal | 340 | 10 | 77 | 0 | 140 | 110 | 14 | 531 | 135 | 55 |
| Binary | 11100000 | 1000 | 111111 | 0 | 1100000 | 1001000 | 1100 | 101011001 | 1011101 | 101101 |
Color Harmonies of #E0083F
Complementary color
Monochromatic Colors of #E0083F
Black with #E0083F
Text Example
Text Example
White with #E0083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0083F; }
p { color: rgb(224,8,63); }
H1.HeaderClassName
{
color: #E0083F;
}
.AnyTagClassName
{
color: #E0083F;
}
</style>
background-color css
<style>
a { background-color: #E0083F; }
a { background-color: rgb(224,8,63); }
div.DivClassName
{
background-color: #E0083F;
}
.BgClassName
{
background-color: #E0083F;
}
</style>
border-color css
<style>
span { border-color: #E0083F; }
span { border-color: rgb(224,8,63); }
td.TdClassName
{
border-color: #E0083F;
}
.TagClassName
{
border-color: #E0083F;
}
</style>