Shades of Crimson #E60433
Tints of Crimson #E60433
RGB
CMYK
RGB Variations
Color information
#E60433 (or 0xE60433) is known color: Crimson. HEX triplet: E6, 04 and 33. RGB value is (230,4,51). Sum of RGB (Red+Green+Blue) = 230+4+51=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E60433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60433 is #19FBCC. Grayscale: #4C4C4C. Windows color (decimal): -1702861 or 3343590. OLE color: 3343590.
HSL color Cylindrical-coordinate representation of color #E60433: hue angle of 347.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60433 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.10 |
| HSL | 347.52º | 0.97% | 0.46% | - |
| HSV(B) | 347.52º | 0.98% | 0.9% | - |
| XYZ | 33.27 | 17.15 | 4.69 | - |
| YUV | 76.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 51 | 0 | 0.98 | 0.78 | 0.10 | 347.52 | 0.97 | 0.46 |
| Hex | E6 | 4 | 33 | 0 | 62 | 4E | A | 15C | 61 | 2E |
| Octal | 346 | 4 | 63 | 0 | 142 | 116 | 12 | 534 | 141 | 56 |
| Binary | 11100110 | 100 | 110011 | 0 | 1100010 | 1001110 | 1010 | 101011100 | 1100001 | 101110 |
Color Harmonies of #E60433
Complementary color
Monochromatic Colors of #E60433
Black with #E60433
Text Example
Text Example
White with #E60433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60433; }
p { color: rgb(230,4,51); }
H1.HeaderClassName
{
color: #E60433;
}
.AnyTagClassName
{
color: #E60433;
}
</style>
background-color css
<style>
a { background-color: #E60433; }
a { background-color: rgb(230,4,51); }
div.DivClassName
{
background-color: #E60433;
}
.BgClassName
{
background-color: #E60433;
}
</style>
border-color css
<style>
span { border-color: #E60433; }
span { border-color: rgb(230,4,51); }
td.TdClassName
{
border-color: #E60433;
}
.TagClassName
{
border-color: #E60433;
}
</style>