Shades of Crimson #E6052A
Tints of Crimson #E6052A
RGB
CMYK
RGB Variations
Color information
#E6052A (or 0xE6052A) is known color: Crimson. HEX triplet: E6, 05 and 2A. RGB value is (230,5,42). Sum of RGB (Red+Green+Blue) = 230+5+42=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6052A is #19FAD5. Grayscale: #4C4C4C. Windows color (decimal): -1702614 or 2754022. OLE color: 2754022.
HSL color Cylindrical-coordinate representation of color #E6052A: hue angle of 350.13º 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 #E6052A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.10 |
| HSL | 350.13º | 0.96% | 0.46% | - |
| HSV(B) | 350.13º | 0.98% | 0.9% | - |
| XYZ | 33.11 | 17.1 | 3.75 | - |
| YUV | 76.49 | 108.54 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 42 | 0 | 0.98 | 0.82 | 0.10 | 350.13 | 0.96 | 0.46 |
| Hex | E6 | 5 | 2A | 0 | 62 | 52 | A | 15E | 60 | 2E |
| Octal | 346 | 5 | 52 | 0 | 142 | 122 | 12 | 536 | 140 | 56 |
| Binary | 11100110 | 101 | 101010 | 0 | 1100010 | 1010010 | 1010 | 101011110 | 1100000 | 101110 |
Color Harmonies of #E6052A
Complementary color
Monochromatic Colors of #E6052A
Black with #E6052A
Text Example
Text Example
White with #E6052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6052A; }
p { color: rgb(230,5,42); }
H1.HeaderClassName
{
color: #E6052A;
}
.AnyTagClassName
{
color: #E6052A;
}
</style>
background-color css
<style>
a { background-color: #E6052A; }
a { background-color: rgb(230,5,42); }
div.DivClassName
{
background-color: #E6052A;
}
.BgClassName
{
background-color: #E6052A;
}
</style>
border-color css
<style>
span { border-color: #E6052A; }
span { border-color: rgb(230,5,42); }
td.TdClassName
{
border-color: #E6052A;
}
.TagClassName
{
border-color: #E6052A;
}
</style>