Shades of Crimson #E4033D
Tints of Crimson #E4033D
RGB
CMYK
RGB Variations
Color information
#E4033D (or 0xE4033D) is known color: Crimson. HEX triplet: E4, 03 and 3D. RGB value is (228,3,61). Sum of RGB (Red+Green+Blue) = 228+3+61=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E4033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4033D is #1BFCC2. Grayscale: #4C4C4C. Windows color (decimal): -1834179 or 3998692. OLE color: 3998692.
HSL color Cylindrical-coordinate representation of color #E4033D: hue angle of 344.53º degrees, saturation: 0.97, 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 #E4033D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.11 |
| HSL | 344.53º | 0.97% | 0.45% | - |
| HSV(B) | 344.53º | 0.99% | 0.89% | - |
| XYZ | 32.87 | 16.9 | 5.94 | - |
| YUV | 76.89 | 119.04 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 61 | 0 | 0.99 | 0.73 | 0.11 | 344.53 | 0.97 | 0.45 |
| Hex | E4 | 3 | 3D | 0 | 63 | 49 | B | 159 | 61 | 2D |
| Octal | 344 | 3 | 75 | 0 | 143 | 111 | 13 | 531 | 141 | 55 |
| Binary | 11100100 | 11 | 111101 | 0 | 1100011 | 1001001 | 1011 | 101011001 | 1100001 | 101101 |
Color Harmonies of #E4033D
Complementary color
Monochromatic Colors of #E4033D
Black with #E4033D
Text Example
Text Example
White with #E4033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4033D; }
p { color: rgb(228,3,61); }
H1.HeaderClassName
{
color: #E4033D;
}
.AnyTagClassName
{
color: #E4033D;
}
</style>
background-color css
<style>
a { background-color: #E4033D; }
a { background-color: rgb(228,3,61); }
div.DivClassName
{
background-color: #E4033D;
}
.BgClassName
{
background-color: #E4033D;
}
</style>
border-color css
<style>
span { border-color: #E4033D; }
span { border-color: rgb(228,3,61); }
td.TdClassName
{
border-color: #E4033D;
}
.TagClassName
{
border-color: #E4033D;
}
</style>