Shades of Crimson #E3023D
Tints of Crimson #E3023D
RGB
CMYK
RGB Variations
Color information
#E3023D (or 0xE3023D) is known color: Crimson. HEX triplet: E3, 02 and 3D. RGB value is (227,2,61). Sum of RGB (Red+Green+Blue) = 227+2+61=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3023D is #1CFDC2. Grayscale: #4B4B4B. Windows color (decimal): -1899971 or 3998435. OLE color: 3998435.
HSL color Cylindrical-coordinate representation of color #E3023D: hue angle of 344.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3023D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.11 |
| HSL | 344.27º | 0.98% | 0.45% | - |
| HSV(B) | 344.27º | 0.99% | 0.89% | - |
| XYZ | 32.54 | 16.71 | 5.93 | - |
| YUV | 76 | 119.54 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 61 | 0 | 0.99 | 0.73 | 0.11 | 344.27 | 0.98 | 0.45 |
| Hex | E3 | 2 | 3D | 0 | 63 | 49 | B | 158 | 62 | 2D |
| Octal | 343 | 2 | 75 | 0 | 143 | 111 | 13 | 530 | 142 | 55 |
| Binary | 11100011 | 10 | 111101 | 0 | 1100011 | 1001001 | 1011 | 101011000 | 1100010 | 101101 |
Color Harmonies of #E3023D
Complementary color
Monochromatic Colors of #E3023D
Black with #E3023D
Text Example
Text Example
White with #E3023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3023D; }
p { color: rgb(227,2,61); }
H1.HeaderClassName
{
color: #E3023D;
}
.AnyTagClassName
{
color: #E3023D;
}
</style>
background-color css
<style>
a { background-color: #E3023D; }
a { background-color: rgb(227,2,61); }
div.DivClassName
{
background-color: #E3023D;
}
.BgClassName
{
background-color: #E3023D;
}
</style>
border-color css
<style>
span { border-color: #E3023D; }
span { border-color: rgb(227,2,61); }
td.TdClassName
{
border-color: #E3023D;
}
.TagClassName
{
border-color: #E3023D;
}
</style>