Shades of Crimson #E0023D
Tints of Crimson #E0023D
RGB
CMYK
RGB Variations
Color information
#E0023D (or 0xE0023D) is known color: Crimson. HEX triplet: E0, 02 and 3D. RGB value is (224,2,61). Sum of RGB (Red+Green+Blue) = 224+2+61=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0023D is #1FFDC2. Grayscale: #4B4B4B. Windows color (decimal): -2096579 or 3998432. OLE color: 3998432.
HSL color Cylindrical-coordinate representation of color #E0023D: hue angle of 344.05º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0023D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.12 |
| HSL | 344.05º | 0.98% | 0.44% | - |
| HSV(B) | 344.05º | 0.99% | 0.88% | - |
| XYZ | 31.6 | 16.23 | 5.88 | - |
| YUV | 75.1 | 120.05 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 61 | 0 | 0.99 | 0.73 | 0.12 | 344.05 | 0.98 | 0.44 |
| Hex | E0 | 2 | 3D | 0 | 63 | 49 | C | 158 | 62 | 2C |
| Octal | 340 | 2 | 75 | 0 | 143 | 111 | 14 | 530 | 142 | 54 |
| Binary | 11100000 | 10 | 111101 | 0 | 1100011 | 1001001 | 1100 | 101011000 | 1100010 | 101100 |
Color Harmonies of #E0023D
Complementary color
Monochromatic Colors of #E0023D
Black with #E0023D
Text Example
Text Example
White with #E0023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0023D; }
p { color: rgb(224,2,61); }
H1.HeaderClassName
{
color: #E0023D;
}
.AnyTagClassName
{
color: #E0023D;
}
</style>
background-color css
<style>
a { background-color: #E0023D; }
a { background-color: rgb(224,2,61); }
div.DivClassName
{
background-color: #E0023D;
}
.BgClassName
{
background-color: #E0023D;
}
</style>
border-color css
<style>
span { border-color: #E0023D; }
span { border-color: rgb(224,2,61); }
td.TdClassName
{
border-color: #E0023D;
}
.TagClassName
{
border-color: #E0023D;
}
</style>