Shades of Crimson #E6053C
Tints of Crimson #E6053C
RGB
CMYK
RGB Variations
Color information
#E6053C (or 0xE6053C) is known color: Crimson. HEX triplet: E6, 05 and 3C. RGB value is (230,5,60). Sum of RGB (Red+Green+Blue) = 230+5+60=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6053C is #19FAC3. Grayscale: #4E4E4E. Windows color (decimal): -1702596 or 3933670. OLE color: 3933670.
HSL color Cylindrical-coordinate representation of color #E6053C: hue angle of 345.33º degrees, saturation: 0.96, 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 #E6053C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.10 |
| HSL | 345.33º | 0.96% | 0.46% | - |
| HSV(B) | 345.33º | 0.98% | 0.9% | - |
| XYZ | 33.5 | 17.26 | 5.84 | - |
| YUV | 78.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 60 | 0 | 0.98 | 0.74 | 0.10 | 345.33 | 0.96 | 0.46 |
| Hex | E6 | 5 | 3C | 0 | 62 | 4A | A | 159 | 60 | 2E |
| Octal | 346 | 5 | 74 | 0 | 142 | 112 | 12 | 531 | 140 | 56 |
| Binary | 11100110 | 101 | 111100 | 0 | 1100010 | 1001010 | 1010 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E6053C
Complementary color
Monochromatic Colors of #E6053C
Black with #E6053C
Text Example
Text Example
White with #E6053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6053C; }
p { color: rgb(230,5,60); }
H1.HeaderClassName
{
color: #E6053C;
}
.AnyTagClassName
{
color: #E6053C;
}
</style>
background-color css
<style>
a { background-color: #E6053C; }
a { background-color: rgb(230,5,60); }
div.DivClassName
{
background-color: #E6053C;
}
.BgClassName
{
background-color: #E6053C;
}
</style>
border-color css
<style>
span { border-color: #E6053C; }
span { border-color: rgb(230,5,60); }
td.TdClassName
{
border-color: #E6053C;
}
.TagClassName
{
border-color: #E6053C;
}
</style>