Shades of Crimson #DC0D48
Tints of Crimson #DC0D48
RGB
CMYK
RGB Variations
Color information
#DC0D48 (or 0xDC0D48) is known color: Crimson. HEX triplet: DC, 0D and 48. RGB value is (220,13,72). Sum of RGB (Red+Green+Blue) = 220+13+72=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D48 is #23F2B7. Grayscale: #515151. Windows color (decimal): -2355896 or 4722140. OLE color: 4722140.
HSL color Cylindrical-coordinate representation of color #DC0D48: hue angle of 342.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D48 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 72 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.14 |
| HSL | 342.9º | 0.89% | 0.46% | - |
| HSV(B) | 342.9º | 0.94% | 0.86% | - |
| XYZ | 30.83 | 15.97 | 7.59 | - |
| YUV | 81.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 72 | 0 | 0.94 | 0.67 | 0.14 | 342.9 | 0.89 | 0.46 |
| Hex | DC | D | 48 | 0 | 5E | 43 | E | 157 | 59 | 2E |
| Octal | 334 | 15 | 110 | 0 | 136 | 103 | 16 | 527 | 131 | 56 |
| Binary | 11011100 | 1101 | 1001000 | 0 | 1011110 | 1000011 | 1110 | 101010111 | 1011001 | 101110 |
Color Harmonies of #DC0D48
Complementary color
Monochromatic Colors of #DC0D48
Black with #DC0D48
Text Example
Text Example
White with #DC0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D48; }
p { color: rgb(220,13,72); }
H1.HeaderClassName
{
color: #DC0D48;
}
.AnyTagClassName
{
color: #DC0D48;
}
</style>
background-color css
<style>
a { background-color: #DC0D48; }
a { background-color: rgb(220,13,72); }
div.DivClassName
{
background-color: #DC0D48;
}
.BgClassName
{
background-color: #DC0D48;
}
</style>
border-color css
<style>
span { border-color: #DC0D48; }
span { border-color: rgb(220,13,72); }
td.TdClassName
{
border-color: #DC0D48;
}
.TagClassName
{
border-color: #DC0D48;
}
</style>