Shades of Crimson #E10333
Tints of Crimson #E10333
RGB
CMYK
RGB Variations
Color information
#E10333 (or 0xE10333) is known color: Crimson. HEX triplet: E1, 03 and 33. RGB value is (225,3,51). Sum of RGB (Red+Green+Blue) = 225+3+51=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E10333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10333 is #1EFCCC. Grayscale: #4A4A4A. Windows color (decimal): -2030797 or 3343329. OLE color: 3343329.
HSL color Cylindrical-coordinate representation of color #E10333: hue angle of 347.03º 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 #E10333 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.12 |
| HSL | 347.03º | 0.97% | 0.45% | - |
| HSV(B) | 347.03º | 0.99% | 0.88% | - |
| XYZ | 31.68 | 16.31 | 4.61 | - |
| YUV | 74.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 51 | 0 | 0.99 | 0.77 | 0.12 | 347.03 | 0.97 | 0.45 |
| Hex | E1 | 3 | 33 | 0 | 63 | 4D | C | 15B | 61 | 2D |
| Octal | 341 | 3 | 63 | 0 | 143 | 115 | 14 | 533 | 141 | 55 |
| Binary | 11100001 | 11 | 110011 | 0 | 1100011 | 1001101 | 1100 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E10333
Complementary color
Monochromatic Colors of #E10333
Black with #E10333
Text Example
Text Example
White with #E10333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10333; }
p { color: rgb(225,3,51); }
H1.HeaderClassName
{
color: #E10333;
}
.AnyTagClassName
{
color: #E10333;
}
</style>
background-color css
<style>
a { background-color: #E10333; }
a { background-color: rgb(225,3,51); }
div.DivClassName
{
background-color: #E10333;
}
.BgClassName
{
background-color: #E10333;
}
</style>
border-color css
<style>
span { border-color: #E10333; }
span { border-color: rgb(225,3,51); }
td.TdClassName
{
border-color: #E10333;
}
.TagClassName
{
border-color: #E10333;
}
</style>