Shades of Crimson #DC1248
Tints of Crimson #DC1248
RGB
CMYK
RGB Variations
Color information
#DC1248 (or 0xDC1248) is known color: Crimson. HEX triplet: DC, 12 and 48. RGB value is (220,18,72). Sum of RGB (Red+Green+Blue) = 220+18+72=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1248 is #23EDB7. Grayscale: #545454. Windows color (decimal): -2354616 or 4723420. OLE color: 4723420.
HSL color Cylindrical-coordinate representation of color #DC1248: hue angle of 343.96º 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 #DC1248 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 72 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.14 |
| HSL | 343.96º | 0.85% | 0.47% | - |
| HSV(B) | 343.96º | 0.92% | 0.86% | - |
| XYZ | 30.9 | 16.12 | 7.61 | - |
| YUV | 84.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 72 | 0 | 0.92 | 0.67 | 0.14 | 343.96 | 0.85 | 0.47 |
| Hex | DC | 12 | 48 | 0 | 5C | 43 | E | 158 | 55 | 2F |
| Octal | 334 | 22 | 110 | 0 | 134 | 103 | 16 | 530 | 125 | 57 |
| Binary | 11011100 | 10010 | 1001000 | 0 | 1011100 | 1000011 | 1110 | 101011000 | 1010101 | 101111 |
Color Harmonies of #DC1248
Complementary color
Monochromatic Colors of #DC1248
Black with #DC1248
Text Example
Text Example
White with #DC1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1248; }
p { color: rgb(220,18,72); }
H1.HeaderClassName
{
color: #DC1248;
}
.AnyTagClassName
{
color: #DC1248;
}
</style>
background-color css
<style>
a { background-color: #DC1248; }
a { background-color: rgb(220,18,72); }
div.DivClassName
{
background-color: #DC1248;
}
.BgClassName
{
background-color: #DC1248;
}
</style>
border-color css
<style>
span { border-color: #DC1248; }
span { border-color: rgb(220,18,72); }
td.TdClassName
{
border-color: #DC1248;
}
.TagClassName
{
border-color: #DC1248;
}
</style>