Shades of Crimson #DC1848
Tints of Crimson #DC1848
RGB
CMYK
RGB Variations
Color information
#DC1848 (or 0xDC1848) is known color: Crimson. HEX triplet: DC, 18 and 48. RGB value is (220,24,72). Sum of RGB (Red+Green+Blue) = 220+24+72=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1848 is #23E7B7. Grayscale: #585858. Windows color (decimal): -2353080 or 4724956. OLE color: 4724956.
HSL color Cylindrical-coordinate representation of color #DC1848: hue angle of 345.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1848 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 72 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.14 |
| HSL | 345.31º | 0.8% | 0.48% | - |
| HSV(B) | 345.31º | 0.89% | 0.86% | - |
| XYZ | 31.01 | 16.34 | 7.65 | - |
| YUV | 88.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 72 | 0 | 0.89 | 0.67 | 0.14 | 345.31 | 0.8 | 0.48 |
| Hex | DC | 18 | 48 | 0 | 59 | 43 | E | 159 | 50 | 30 |
| Octal | 334 | 30 | 110 | 0 | 131 | 103 | 16 | 531 | 120 | 60 |
| Binary | 11011100 | 11000 | 1001000 | 0 | 1011001 | 1000011 | 1110 | 101011001 | 1010000 | 110000 |
Color Harmonies of #DC1848
Complementary color
Monochromatic Colors of #DC1848
Black with #DC1848
Text Example
Text Example
White with #DC1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1848; }
p { color: rgb(220,24,72); }
H1.HeaderClassName
{
color: #DC1848;
}
.AnyTagClassName
{
color: #DC1848;
}
</style>
background-color css
<style>
a { background-color: #DC1848; }
a { background-color: rgb(220,24,72); }
div.DivClassName
{
background-color: #DC1848;
}
.BgClassName
{
background-color: #DC1848;
}
</style>
border-color css
<style>
span { border-color: #DC1848; }
span { border-color: rgb(220,24,72); }
td.TdClassName
{
border-color: #DC1848;
}
.TagClassName
{
border-color: #DC1848;
}
</style>