Shades of Crimson #DC0D4B
Tints of Crimson #DC0D4B
RGB
CMYK
RGB Variations
Color information
#DC0D4B (or 0xDC0D4B) is known color: Crimson. HEX triplet: DC, 0D and 4B. RGB value is (220,13,75). Sum of RGB (Red+Green+Blue) = 220+13+75=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D4B is #23F2B4. Grayscale: #515151. Windows color (decimal): -2355893 or 4918748. OLE color: 4918748.
HSL color Cylindrical-coordinate representation of color #DC0D4B: hue angle of 342.03º 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 #DC0D4B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 75 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.14 |
| HSL | 342.03º | 0.89% | 0.46% | - |
| HSV(B) | 342.03º | 0.94% | 0.86% | - |
| XYZ | 30.93 | 16.01 | 8.12 | - |
| YUV | 81.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 75 | 0 | 0.94 | 0.66 | 0.14 | 342.03 | 0.89 | 0.46 |
| Hex | DC | D | 4B | 0 | 5E | 42 | E | 156 | 59 | 2E |
| Octal | 334 | 15 | 113 | 0 | 136 | 102 | 16 | 526 | 131 | 56 |
| Binary | 11011100 | 1101 | 1001011 | 0 | 1011110 | 1000010 | 1110 | 101010110 | 1011001 | 101110 |
Color Harmonies of #DC0D4B
Complementary color
Monochromatic Colors of #DC0D4B
Black with #DC0D4B
Text Example
Text Example
White with #DC0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D4B; }
p { color: rgb(220,13,75); }
H1.HeaderClassName
{
color: #DC0D4B;
}
.AnyTagClassName
{
color: #DC0D4B;
}
</style>
background-color css
<style>
a { background-color: #DC0D4B; }
a { background-color: rgb(220,13,75); }
div.DivClassName
{
background-color: #DC0D4B;
}
.BgClassName
{
background-color: #DC0D4B;
}
</style>
border-color css
<style>
span { border-color: #DC0D4B; }
span { border-color: rgb(220,13,75); }
td.TdClassName
{
border-color: #DC0D4B;
}
.TagClassName
{
border-color: #DC0D4B;
}
</style>