Shades of Crimson #E6062D
Tints of Crimson #E6062D
RGB
CMYK
RGB Variations
Color information
#E6062D (or 0xE6062D) is known color: Crimson. HEX triplet: E6, 06 and 2D. RGB value is (230,6,45). Sum of RGB (Red+Green+Blue) = 230+6+45=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6062D is #19F9D2. Grayscale: #4D4D4D. Windows color (decimal): -1702355 or 2950886. OLE color: 2950886.
HSL color Cylindrical-coordinate representation of color #E6062D: hue angle of 349.55º 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 #E6062D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.10 |
| HSL | 349.55º | 0.95% | 0.46% | - |
| HSV(B) | 349.55º | 0.97% | 0.9% | - |
| XYZ | 33.17 | 17.14 | 4.04 | - |
| YUV | 77.42 | 109.71 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 45 | 0 | 0.97 | 0.80 | 0.10 | 349.55 | 0.95 | 0.46 |
| Hex | E6 | 6 | 2D | 0 | 61 | 50 | A | 15E | 5F | 2E |
| Octal | 346 | 6 | 55 | 0 | 141 | 120 | 12 | 536 | 137 | 56 |
| Binary | 11100110 | 110 | 101101 | 0 | 1100001 | 1010000 | 1010 | 101011110 | 1011111 | 101110 |
Color Harmonies of #E6062D
Complementary color
Monochromatic Colors of #E6062D
Black with #E6062D
Text Example
Text Example
White with #E6062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6062D; }
p { color: rgb(230,6,45); }
H1.HeaderClassName
{
color: #E6062D;
}
.AnyTagClassName
{
color: #E6062D;
}
</style>
background-color css
<style>
a { background-color: #E6062D; }
a { background-color: rgb(230,6,45); }
div.DivClassName
{
background-color: #E6062D;
}
.BgClassName
{
background-color: #E6062D;
}
</style>
border-color css
<style>
span { border-color: #E6062D; }
span { border-color: rgb(230,6,45); }
td.TdClassName
{
border-color: #E6062D;
}
.TagClassName
{
border-color: #E6062D;
}
</style>