Shades of Crimson #E6062C
Tints of Crimson #E6062C
RGB
CMYK
RGB Variations
Color information
#E6062C (or 0xE6062C) is known color: Crimson. HEX triplet: E6, 06 and 2C. RGB value is (230,6,44). Sum of RGB (Red+Green+Blue) = 230+6+44=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6062C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6062C is #19F9D3. Grayscale: #4D4D4D. Windows color (decimal): -1702356 or 2885350. OLE color: 2885350.
HSL color Cylindrical-coordinate representation of color #E6062C: hue angle of 349.82º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6062C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.10 |
| HSL | 349.82º | 0.95% | 0.46% | - |
| HSV(B) | 349.82º | 0.97% | 0.9% | - |
| XYZ | 33.15 | 17.14 | 3.94 | - |
| YUV | 77.31 | 109.21 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 44 | 0 | 0.97 | 0.81 | 0.10 | 349.82 | 0.95 | 0.46 |
| Hex | E6 | 6 | 2C | 0 | 61 | 51 | A | 15E | 5F | 2E |
| Octal | 346 | 6 | 54 | 0 | 141 | 121 | 12 | 536 | 137 | 56 |
| Binary | 11100110 | 110 | 101100 | 0 | 1100001 | 1010001 | 1010 | 101011110 | 1011111 | 101110 |
Color Harmonies of #E6062C
Complementary color
Monochromatic Colors of #E6062C
Black with #E6062C
Text Example
Text Example
White with #E6062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6062C; }
p { color: rgb(230,6,44); }
H1.HeaderClassName
{
color: #E6062C;
}
.AnyTagClassName
{
color: #E6062C;
}
</style>
background-color css
<style>
a { background-color: #E6062C; }
a { background-color: rgb(230,6,44); }
div.DivClassName
{
background-color: #E6062C;
}
.BgClassName
{
background-color: #E6062C;
}
</style>
border-color css
<style>
span { border-color: #E6062C; }
span { border-color: rgb(230,6,44); }
td.TdClassName
{
border-color: #E6062C;
}
.TagClassName
{
border-color: #E6062C;
}
</style>