Shades of Crimson #E60933
Tints of Crimson #E60933
RGB
CMYK
RGB Variations
Color information
#E60933 (or 0xE60933) is known color: Crimson. HEX triplet: E6, 09 and 33. RGB value is (230,9,51). Sum of RGB (Red+Green+Blue) = 230+9+51=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E60933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60933 is #19F6CC. Grayscale: #4F4F4F. Windows color (decimal): -1701581 or 3344870. OLE color: 3344870.
HSL color Cylindrical-coordinate representation of color #E60933: hue angle of 348.6º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60933 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.10 |
| HSL | 348.6º | 0.92% | 0.47% | - |
| HSV(B) | 348.6º | 0.96% | 0.9% | - |
| XYZ | 33.33 | 17.26 | 4.71 | - |
| YUV | 79.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 51 | 0 | 0.96 | 0.78 | 0.10 | 348.6 | 0.92 | 0.47 |
| Hex | E6 | 9 | 33 | 0 | 60 | 4E | A | 15D | 5C | 2F |
| Octal | 346 | 11 | 63 | 0 | 140 | 116 | 12 | 535 | 134 | 57 |
| Binary | 11100110 | 1001 | 110011 | 0 | 1100000 | 1001110 | 1010 | 101011101 | 1011100 | 101111 |
Color Harmonies of #E60933
Complementary color
Monochromatic Colors of #E60933
Black with #E60933
Text Example
Text Example
White with #E60933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60933; }
p { color: rgb(230,9,51); }
H1.HeaderClassName
{
color: #E60933;
}
.AnyTagClassName
{
color: #E60933;
}
</style>
background-color css
<style>
a { background-color: #E60933; }
a { background-color: rgb(230,9,51); }
div.DivClassName
{
background-color: #E60933;
}
.BgClassName
{
background-color: #E60933;
}
</style>
border-color css
<style>
span { border-color: #E60933; }
span { border-color: rgb(230,9,51); }
td.TdClassName
{
border-color: #E60933;
}
.TagClassName
{
border-color: #E60933;
}
</style>