Shades of Crimson #E60033
Tints of Crimson #E60033
RGB
CMYK
RGB Variations
Color information
#E60033 (or 0xE60033) is known color: Crimson. HEX triplet: E6, 00 and 33. RGB value is (230,0,51). Sum of RGB (Red+Green+Blue) = 230+0+51=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E60033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60033 is #19FFCC. Grayscale: #4A4A4A. Windows color (decimal): -1703885 or 3342566. OLE color: 3342566.
HSL color Cylindrical-coordinate representation of color #E60033: hue angle of 346.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60033 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.78 | 0.10 |
| HSL | 346.7º | 1% | 0.45% | - |
| HSV(B) | 346.7º | 1% | 0.9% | - |
| XYZ | 33.23 | 17.06 | 4.67 | - |
| YUV | 74.58 | 114.7 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 51 | 0 | 1 | 0.78 | 0.10 | 346.7 | 1 | 0.45 |
| Hex | E6 | 0 | 33 | 0 | 64 | 4E | A | 15B | 64 | 2D |
| Octal | 346 | 0 | 63 | 0 | 144 | 116 | 12 | 533 | 144 | 55 |
| Binary | 11100110 | 0 | 110011 | 0 | 1100100 | 1001110 | 1010 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E60033
Complementary color
Monochromatic Colors of #E60033
Black with #E60033
Text Example
Text Example
White with #E60033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60033; }
p { color: rgb(230,0,51); }
H1.HeaderClassName
{
color: #E60033;
}
.AnyTagClassName
{
color: #E60033;
}
</style>
background-color css
<style>
a { background-color: #E60033; }
a { background-color: rgb(230,0,51); }
div.DivClassName
{
background-color: #E60033;
}
.BgClassName
{
background-color: #E60033;
}
</style>
border-color css
<style>
span { border-color: #E60033; }
span { border-color: rgb(230,0,51); }
td.TdClassName
{
border-color: #E60033;
}
.TagClassName
{
border-color: #E60033;
}
</style>