Shades of Crimson #E00833
Tints of Crimson #E00833
RGB
CMYK
RGB Variations
Color information
#E00833 (or 0xE00833) is known color: Crimson. HEX triplet: E0, 08 and 33. RGB value is (224,8,51). Sum of RGB (Red+Green+Blue) = 224+8+51=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00833 is #1FF7CC. Grayscale: #4D4D4D. Windows color (decimal): -2095053 or 3344608. OLE color: 3344608.
HSL color Cylindrical-coordinate representation of color #E00833: hue angle of 348.06º 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 #E00833 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.12 |
| HSL | 348.06º | 0.93% | 0.45% | - |
| HSV(B) | 348.06º | 0.96% | 0.88% | - |
| XYZ | 31.42 | 16.26 | 4.61 | - |
| YUV | 77.49 | 113.06 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 51 | 0 | 0.96 | 0.77 | 0.12 | 348.06 | 0.93 | 0.45 |
| Hex | E0 | 8 | 33 | 0 | 60 | 4D | C | 15C | 5D | 2D |
| Octal | 340 | 10 | 63 | 0 | 140 | 115 | 14 | 534 | 135 | 55 |
| Binary | 11100000 | 1000 | 110011 | 0 | 1100000 | 1001101 | 1100 | 101011100 | 1011101 | 101101 |
Color Harmonies of #E00833
Complementary color
Monochromatic Colors of #E00833
Black with #E00833
Text Example
Text Example
White with #E00833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00833; }
p { color: rgb(224,8,51); }
H1.HeaderClassName
{
color: #E00833;
}
.AnyTagClassName
{
color: #E00833;
}
</style>
background-color css
<style>
a { background-color: #E00833; }
a { background-color: rgb(224,8,51); }
div.DivClassName
{
background-color: #E00833;
}
.BgClassName
{
background-color: #E00833;
}
</style>
border-color css
<style>
span { border-color: #E00833; }
span { border-color: rgb(224,8,51); }
td.TdClassName
{
border-color: #E00833;
}
.TagClassName
{
border-color: #E00833;
}
</style>