Shades of Crimson #E10344
Tints of Crimson #E10344
RGB
CMYK
RGB Variations
Color information
#E10344 (or 0xE10344) is known color: Crimson. HEX triplet: E1, 03 and 44. RGB value is (225,3,68). Sum of RGB (Red+Green+Blue) = 225+3+68=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E10344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10344 is #1EFCBB. Grayscale: #4C4C4C. Windows color (decimal): -2030780 or 4457441. OLE color: 4457441.
HSL color Cylindrical-coordinate representation of color #E10344: hue angle of 342.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10344 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.12 |
| HSL | 342.43º | 0.97% | 0.45% | - |
| HSV(B) | 342.43º | 0.99% | 0.88% | - |
| XYZ | 32.13 | 16.49 | 6.96 | - |
| YUV | 76.79 | 123.05 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 68 | 0 | 0.99 | 0.70 | 0.12 | 342.43 | 0.97 | 0.45 |
| Hex | E1 | 3 | 44 | 0 | 63 | 46 | C | 156 | 61 | 2D |
| Octal | 341 | 3 | 104 | 0 | 143 | 106 | 14 | 526 | 141 | 55 |
| Binary | 11100001 | 11 | 1000100 | 0 | 1100011 | 1000110 | 1100 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E10344
Complementary color
Monochromatic Colors of #E10344
Black with #E10344
Text Example
Text Example
White with #E10344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10344; }
p { color: rgb(225,3,68); }
H1.HeaderClassName
{
color: #E10344;
}
.AnyTagClassName
{
color: #E10344;
}
</style>
background-color css
<style>
a { background-color: #E10344; }
a { background-color: rgb(225,3,68); }
div.DivClassName
{
background-color: #E10344;
}
.BgClassName
{
background-color: #E10344;
}
</style>
border-color css
<style>
span { border-color: #E10344; }
span { border-color: rgb(225,3,68); }
td.TdClassName
{
border-color: #E10344;
}
.TagClassName
{
border-color: #E10344;
}
</style>