Shades of Crimson #E10433
Tints of Crimson #E10433
RGB
CMYK
RGB Variations
Color information
#E10433 (or 0xE10433) is known color: Crimson. HEX triplet: E1, 04 and 33. RGB value is (225,4,51). Sum of RGB (Red+Green+Blue) = 225+4+51=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10433 is #1EFBCC. Grayscale: #4B4B4B. Windows color (decimal): -2030541 or 3343585. OLE color: 3343585.
HSL color Cylindrical-coordinate representation of color #E10433: hue angle of 347.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10433 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.12 |
| HSL | 347.24º | 0.97% | 0.45% | - |
| HSV(B) | 347.24º | 0.98% | 0.88% | - |
| XYZ | 31.69 | 16.33 | 4.61 | - |
| YUV | 75.44 | 114.22 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 51 | 0 | 0.98 | 0.77 | 0.12 | 347.24 | 0.97 | 0.45 |
| Hex | E1 | 4 | 33 | 0 | 62 | 4D | C | 15B | 61 | 2D |
| Octal | 341 | 4 | 63 | 0 | 142 | 115 | 14 | 533 | 141 | 55 |
| Binary | 11100001 | 100 | 110011 | 0 | 1100010 | 1001101 | 1100 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E10433
Complementary color
Monochromatic Colors of #E10433
Black with #E10433
Text Example
Text Example
White with #E10433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10433; }
p { color: rgb(225,4,51); }
H1.HeaderClassName
{
color: #E10433;
}
.AnyTagClassName
{
color: #E10433;
}
</style>
background-color css
<style>
a { background-color: #E10433; }
a { background-color: rgb(225,4,51); }
div.DivClassName
{
background-color: #E10433;
}
.BgClassName
{
background-color: #E10433;
}
</style>
border-color css
<style>
span { border-color: #E10433; }
span { border-color: rgb(225,4,51); }
td.TdClassName
{
border-color: #E10433;
}
.TagClassName
{
border-color: #E10433;
}
</style>