Shades of Crimson #E40344
Tints of Crimson #E40344
RGB
CMYK
RGB Variations
Color information
#E40344 (or 0xE40344) is known color: Crimson. HEX triplet: E4, 03 and 44. RGB value is (228,3,68). Sum of RGB (Red+Green+Blue) = 228+3+68=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E40344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40344 is #1BFCBB. Grayscale: #4D4D4D. Windows color (decimal): -1834172 or 4457444. OLE color: 4457444.
HSL color Cylindrical-coordinate representation of color #E40344: hue angle of 342.67º 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 #E40344 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.11 |
| HSL | 342.67º | 0.97% | 0.45% | - |
| HSV(B) | 342.67º | 0.99% | 0.89% | - |
| XYZ | 33.07 | 16.98 | 7 | - |
| YUV | 77.69 | 122.54 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 68 | 0 | 0.99 | 0.70 | 0.11 | 342.67 | 0.97 | 0.45 |
| Hex | E4 | 3 | 44 | 0 | 63 | 46 | B | 157 | 61 | 2D |
| Octal | 344 | 3 | 104 | 0 | 143 | 106 | 13 | 527 | 141 | 55 |
| Binary | 11100100 | 11 | 1000100 | 0 | 1100011 | 1000110 | 1011 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E40344
Complementary color
Monochromatic Colors of #E40344
Black with #E40344
Text Example
Text Example
White with #E40344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40344; }
p { color: rgb(228,3,68); }
H1.HeaderClassName
{
color: #E40344;
}
.AnyTagClassName
{
color: #E40344;
}
</style>
background-color css
<style>
a { background-color: #E40344; }
a { background-color: rgb(228,3,68); }
div.DivClassName
{
background-color: #E40344;
}
.BgClassName
{
background-color: #E40344;
}
</style>
border-color css
<style>
span { border-color: #E40344; }
span { border-color: rgb(228,3,68); }
td.TdClassName
{
border-color: #E40344;
}
.TagClassName
{
border-color: #E40344;
}
</style>