Shades of Crimson #E8023D
Tints of Crimson #E8023D
RGB
CMYK
RGB Variations
Color information
#E8023D (or 0xE8023D) is known color: Crimson. HEX triplet: E8, 02 and 3D. RGB value is (232,2,61). Sum of RGB (Red+Green+Blue) = 232+2+61=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8023D is #17FDC2. Grayscale: #4D4D4D. Windows color (decimal): -1572291 or 3998440. OLE color: 3998440.
HSL color Cylindrical-coordinate representation of color #E8023D: hue angle of 344.61º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8023D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.09 |
| HSL | 344.61º | 0.98% | 0.46% | - |
| HSV(B) | 344.61º | 0.99% | 0.91% | - |
| XYZ | 34.14 | 17.54 | 6 | - |
| YUV | 77.5 | 118.7 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 61 | 0 | 0.99 | 0.74 | 0.09 | 344.61 | 0.98 | 0.46 |
| Hex | E8 | 2 | 3D | 0 | 63 | 4A | 9 | 159 | 62 | 2E |
| Octal | 350 | 2 | 75 | 0 | 143 | 112 | 11 | 531 | 142 | 56 |
| Binary | 11101000 | 10 | 111101 | 0 | 1100011 | 1001010 | 1001 | 101011001 | 1100010 | 101110 |
Color Harmonies of #E8023D
Complementary color
Monochromatic Colors of #E8023D
Black with #E8023D
Text Example
Text Example
White with #E8023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8023D; }
p { color: rgb(232,2,61); }
H1.HeaderClassName
{
color: #E8023D;
}
.AnyTagClassName
{
color: #E8023D;
}
</style>
background-color css
<style>
a { background-color: #E8023D; }
a { background-color: rgb(232,2,61); }
div.DivClassName
{
background-color: #E8023D;
}
.BgClassName
{
background-color: #E8023D;
}
</style>
border-color css
<style>
span { border-color: #E8023D; }
span { border-color: rgb(232,2,61); }
td.TdClassName
{
border-color: #E8023D;
}
.TagClassName
{
border-color: #E8023D;
}
</style>