Shades of Crimson #E40334
Tints of Crimson #E40334
RGB
CMYK
RGB Variations
Color information
#E40334 (or 0xE40334) is known color: Crimson. HEX triplet: E4, 03 and 34. RGB value is (228,3,52). Sum of RGB (Red+Green+Blue) = 228+3+52=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E40334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40334 is #1BFCCB. Grayscale: #4B4B4B. Windows color (decimal): -1834188 or 3408868. OLE color: 3408868.
HSL color Cylindrical-coordinate representation of color #E40334: hue angle of 346.93º 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 #E40334 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.11 |
| HSL | 346.93º | 0.97% | 0.45% | - |
| HSV(B) | 346.93º | 0.99% | 0.89% | - |
| XYZ | 32.65 | 16.81 | 4.77 | - |
| YUV | 75.86 | 114.54 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 52 | 0 | 0.99 | 0.77 | 0.11 | 346.93 | 0.97 | 0.45 |
| Hex | E4 | 3 | 34 | 0 | 63 | 4D | B | 15B | 61 | 2D |
| Octal | 344 | 3 | 64 | 0 | 143 | 115 | 13 | 533 | 141 | 55 |
| Binary | 11100100 | 11 | 110100 | 0 | 1100011 | 1001101 | 1011 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E40334
Complementary color
Monochromatic Colors of #E40334
Black with #E40334
Text Example
Text Example
White with #E40334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40334; }
p { color: rgb(228,3,52); }
H1.HeaderClassName
{
color: #E40334;
}
.AnyTagClassName
{
color: #E40334;
}
</style>
background-color css
<style>
a { background-color: #E40334; }
a { background-color: rgb(228,3,52); }
div.DivClassName
{
background-color: #E40334;
}
.BgClassName
{
background-color: #E40334;
}
</style>
border-color css
<style>
span { border-color: #E40334; }
span { border-color: rgb(228,3,52); }
td.TdClassName
{
border-color: #E40334;
}
.TagClassName
{
border-color: #E40334;
}
</style>