Shades of Crimson #DC1249
Tints of Crimson #DC1249
RGB
CMYK
RGB Variations
Color information
#DC1249 (or 0xDC1249) is known color: Crimson. HEX triplet: DC, 12 and 49. RGB value is (220,18,73). Sum of RGB (Red+Green+Blue) = 220+18+73=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1249 is #23EDB6. Grayscale: #545454. Windows color (decimal): -2354615 or 4788956. OLE color: 4788956.
HSL color Cylindrical-coordinate representation of color #DC1249: hue angle of 343.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1249 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 73 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.14 |
| HSL | 343.66º | 0.85% | 0.47% | - |
| HSV(B) | 343.66º | 0.92% | 0.86% | - |
| XYZ | 30.93 | 16.13 | 7.79 | - |
| YUV | 84.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 73 | 0 | 0.92 | 0.67 | 0.14 | 343.66 | 0.85 | 0.47 |
| Hex | DC | 12 | 49 | 0 | 5C | 43 | E | 158 | 55 | 2F |
| Octal | 334 | 22 | 111 | 0 | 134 | 103 | 16 | 530 | 125 | 57 |
| Binary | 11011100 | 10010 | 1001001 | 0 | 1011100 | 1000011 | 1110 | 101011000 | 1010101 | 101111 |
Color Harmonies of #DC1249
Complementary color
Monochromatic Colors of #DC1249
Black with #DC1249
Text Example
Text Example
White with #DC1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1249; }
p { color: rgb(220,18,73); }
H1.HeaderClassName
{
color: #DC1249;
}
.AnyTagClassName
{
color: #DC1249;
}
</style>
background-color css
<style>
a { background-color: #DC1249; }
a { background-color: rgb(220,18,73); }
div.DivClassName
{
background-color: #DC1249;
}
.BgClassName
{
background-color: #DC1249;
}
</style>
border-color css
<style>
span { border-color: #DC1249; }
span { border-color: rgb(220,18,73); }
td.TdClassName
{
border-color: #DC1249;
}
.TagClassName
{
border-color: #DC1249;
}
</style>