Shades of Crimson #DC1244
Tints of Crimson #DC1244
RGB
CMYK
RGB Variations
Color information
#DC1244 (or 0xDC1244) is known color: Crimson. HEX triplet: DC, 12 and 44. RGB value is (220,18,68). Sum of RGB (Red+Green+Blue) = 220+18+68=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1244 is #23EDBB. Grayscale: #545454. Windows color (decimal): -2354620 or 4461276. OLE color: 4461276.
HSL color Cylindrical-coordinate representation of color #DC1244: hue angle of 345.15º 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 #DC1244 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.14 |
| HSL | 345.15º | 0.85% | 0.47% | - |
| HSV(B) | 345.15º | 0.92% | 0.86% | - |
| XYZ | 30.77 | 16.07 | 6.95 | - |
| YUV | 84.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 68 | 0 | 0.92 | 0.69 | 0.14 | 345.15 | 0.85 | 0.47 |
| Hex | DC | 12 | 44 | 0 | 5C | 45 | E | 159 | 55 | 2F |
| Octal | 334 | 22 | 104 | 0 | 134 | 105 | 16 | 531 | 125 | 57 |
| Binary | 11011100 | 10010 | 1000100 | 0 | 1011100 | 1000101 | 1110 | 101011001 | 1010101 | 101111 |
Color Harmonies of #DC1244
Complementary color
Monochromatic Colors of #DC1244
Black with #DC1244
Text Example
Text Example
White with #DC1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1244; }
p { color: rgb(220,18,68); }
H1.HeaderClassName
{
color: #DC1244;
}
.AnyTagClassName
{
color: #DC1244;
}
</style>
background-color css
<style>
a { background-color: #DC1244; }
a { background-color: rgb(220,18,68); }
div.DivClassName
{
background-color: #DC1244;
}
.BgClassName
{
background-color: #DC1244;
}
</style>
border-color css
<style>
span { border-color: #DC1244; }
span { border-color: rgb(220,18,68); }
td.TdClassName
{
border-color: #DC1244;
}
.TagClassName
{
border-color: #DC1244;
}
</style>