Shades of Crimson #DC102E
Tints of Crimson #DC102E
RGB
CMYK
RGB Variations
Color information
#DC102E (or 0xDC102E) is known color: Crimson. HEX triplet: DC, 10 and 2E. RGB value is (220,16,46). Sum of RGB (Red+Green+Blue) = 220+16+46=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC102E is #23EFD1. Grayscale: #505050. Windows color (decimal): -2355154 or 3018972. OLE color: 3018972.
HSL color Cylindrical-coordinate representation of color #DC102E: hue angle of 351.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC102E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 46 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.14 |
| HSL | 351.18º | 0.86% | 0.46% | - |
| HSV(B) | 351.18º | 0.93% | 0.86% | - |
| XYZ | 30.19 | 15.78 | 4.04 | - |
| YUV | 80.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 46 | 0 | 0.93 | 0.79 | 0.14 | 351.18 | 0.86 | 0.46 |
| Hex | DC | 10 | 2E | 0 | 5D | 4F | E | 15F | 56 | 2E |
| Octal | 334 | 20 | 56 | 0 | 135 | 117 | 16 | 537 | 126 | 56 |
| Binary | 11011100 | 10000 | 101110 | 0 | 1011101 | 1001111 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DC102E
Complementary color
Monochromatic Colors of #DC102E
Black with #DC102E
Text Example
Text Example
White with #DC102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC102E; }
p { color: rgb(220,16,46); }
H1.HeaderClassName
{
color: #DC102E;
}
.AnyTagClassName
{
color: #DC102E;
}
</style>
background-color css
<style>
a { background-color: #DC102E; }
a { background-color: rgb(220,16,46); }
div.DivClassName
{
background-color: #DC102E;
}
.BgClassName
{
background-color: #DC102E;
}
</style>
border-color css
<style>
span { border-color: #DC102E; }
span { border-color: rgb(220,16,46); }
td.TdClassName
{
border-color: #DC102E;
}
.TagClassName
{
border-color: #DC102E;
}
</style>