Shades of Crimson #E7003D
Tints of Crimson #E7003D
RGB
CMYK
RGB Variations
Color information
#E7003D (or 0xE7003D) is known color: Crimson. HEX triplet: E7, 00 and 3D. RGB value is (231,0,61). Sum of RGB (Red+Green+Blue) = 231+0+61=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E7003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7003D is #18FFC2. Grayscale: #4C4C4C. Windows color (decimal): -1638339 or 3997927. OLE color: 3997927.
HSL color Cylindrical-coordinate representation of color #E7003D: hue angle of 344.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7003D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.74 | 0.09 |
| HSL | 344.16º | 1% | 0.45% | - |
| HSV(B) | 344.16º | 1% | 0.91% | - |
| XYZ | 33.8 | 17.33 | 5.98 | - |
| YUV | 76.02 | 119.53 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 61 | 0 | 1 | 0.74 | 0.09 | 344.16 | 1 | 0.45 |
| Hex | E7 | 0 | 3D | 0 | 64 | 4A | 9 | 158 | 64 | 2D |
| Octal | 347 | 0 | 75 | 0 | 144 | 112 | 11 | 530 | 144 | 55 |
| Binary | 11100111 | 0 | 111101 | 0 | 1100100 | 1001010 | 1001 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E7003D
Complementary color
Monochromatic Colors of #E7003D
Black with #E7003D
Text Example
Text Example
White with #E7003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7003D; }
p { color: rgb(231,0,61); }
H1.HeaderClassName
{
color: #E7003D;
}
.AnyTagClassName
{
color: #E7003D;
}
</style>
background-color css
<style>
a { background-color: #E7003D; }
a { background-color: rgb(231,0,61); }
div.DivClassName
{
background-color: #E7003D;
}
.BgClassName
{
background-color: #E7003D;
}
</style>
border-color css
<style>
span { border-color: #E7003D; }
span { border-color: rgb(231,0,61); }
td.TdClassName
{
border-color: #E7003D;
}
.TagClassName
{
border-color: #E7003D;
}
</style>