Shades of Crimson #E6102D
Tints of Crimson #E6102D
RGB
CMYK
RGB Variations
Color information
#E6102D (or 0xE6102D) is known color: Crimson. HEX triplet: E6, 10 and 2D. RGB value is (230,16,45). Sum of RGB (Red+Green+Blue) = 230+16+45=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6102D is #19EFD2. Grayscale: #535353. Windows color (decimal): -1699795 or 2953446. OLE color: 2953446.
HSL color Cylindrical-coordinate representation of color #E6102D: hue angle of 351.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6102D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.10 |
| HSL | 351.87º | 0.87% | 0.48% | - |
| HSV(B) | 351.87º | 0.93% | 0.9% | - |
| XYZ | 33.29 | 17.38 | 4.08 | - |
| YUV | 83.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 45 | 0 | 0.93 | 0.80 | 0.10 | 351.87 | 0.87 | 0.48 |
| Hex | E6 | 10 | 2D | 0 | 5D | 50 | A | 160 | 57 | 30 |
| Octal | 346 | 20 | 55 | 0 | 135 | 120 | 12 | 540 | 127 | 60 |
| Binary | 11100110 | 10000 | 101101 | 0 | 1011101 | 1010000 | 1010 | 101100000 | 1010111 | 110000 |
Color Harmonies of #E6102D
Complementary color
Monochromatic Colors of #E6102D
Black with #E6102D
Text Example
Text Example
White with #E6102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6102D; }
p { color: rgb(230,16,45); }
H1.HeaderClassName
{
color: #E6102D;
}
.AnyTagClassName
{
color: #E6102D;
}
</style>
background-color css
<style>
a { background-color: #E6102D; }
a { background-color: rgb(230,16,45); }
div.DivClassName
{
background-color: #E6102D;
}
.BgClassName
{
background-color: #E6102D;
}
</style>
border-color css
<style>
span { border-color: #E6102D; }
span { border-color: rgb(230,16,45); }
td.TdClassName
{
border-color: #E6102D;
}
.TagClassName
{
border-color: #E6102D;
}
</style>