Shades of Crimson #DC102D
Tints of Crimson #DC102D
RGB
CMYK
RGB Variations
Color information
#DC102D (or 0xDC102D) is known color: Crimson. HEX triplet: DC, 10 and 2D. RGB value is (220,16,45). Sum of RGB (Red+Green+Blue) = 220+16+45=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC102D is #23EFD2. Grayscale: #505050. Windows color (decimal): -2355155 or 2953436. OLE color: 2953436.
HSL color Cylindrical-coordinate representation of color #DC102D: hue angle of 351.47º 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 #DC102D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.14 |
| HSL | 351.47º | 0.86% | 0.46% | - |
| HSV(B) | 351.47º | 0.93% | 0.86% | - |
| XYZ | 30.17 | 15.78 | 3.94 | - |
| YUV | 80.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 45 | 0 | 0.93 | 0.80 | 0.14 | 351.47 | 0.86 | 0.46 |
| Hex | DC | 10 | 2D | 0 | 5D | 50 | E | 15F | 56 | 2E |
| Octal | 334 | 20 | 55 | 0 | 135 | 120 | 16 | 537 | 126 | 56 |
| Binary | 11011100 | 10000 | 101101 | 0 | 1011101 | 1010000 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DC102D
Complementary color
Monochromatic Colors of #DC102D
Black with #DC102D
Text Example
Text Example
White with #DC102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC102D; }
p { color: rgb(220,16,45); }
H1.HeaderClassName
{
color: #DC102D;
}
.AnyTagClassName
{
color: #DC102D;
}
</style>
background-color css
<style>
a { background-color: #DC102D; }
a { background-color: rgb(220,16,45); }
div.DivClassName
{
background-color: #DC102D;
}
.BgClassName
{
background-color: #DC102D;
}
</style>
border-color css
<style>
span { border-color: #DC102D; }
span { border-color: rgb(220,16,45); }
td.TdClassName
{
border-color: #DC102D;
}
.TagClassName
{
border-color: #DC102D;
}
</style>