Shades of Crimson #DC0C41
Tints of Crimson #DC0C41
RGB
CMYK
RGB Variations
Color information
#DC0C41 (or 0xDC0C41) is known color: Crimson. HEX triplet: DC, 0C and 41. RGB value is (220,12,65). Sum of RGB (Red+Green+Blue) = 220+12+65=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C41 is #23F3BE. Grayscale: #505050. Windows color (decimal): -2356159 or 4263132. OLE color: 4263132.
HSL color Cylindrical-coordinate representation of color #DC0C41: hue angle of 344.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C41 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 65 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.14 |
| HSL | 344.71º | 0.9% | 0.45% | - |
| HSV(B) | 344.71º | 0.95% | 0.86% | - |
| XYZ | 30.6 | 15.86 | 6.45 | - |
| YUV | 80.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 65 | 0 | 0.95 | 0.70 | 0.14 | 344.71 | 0.9 | 0.45 |
| Hex | DC | C | 41 | 0 | 5F | 46 | E | 159 | 5A | 2D |
| Octal | 334 | 14 | 101 | 0 | 137 | 106 | 16 | 531 | 132 | 55 |
| Binary | 11011100 | 1100 | 1000001 | 0 | 1011111 | 1000110 | 1110 | 101011001 | 1011010 | 101101 |
Color Harmonies of #DC0C41
Complementary color
Monochromatic Colors of #DC0C41
Black with #DC0C41
Text Example
Text Example
White with #DC0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C41; }
p { color: rgb(220,12,65); }
H1.HeaderClassName
{
color: #DC0C41;
}
.AnyTagClassName
{
color: #DC0C41;
}
</style>
background-color css
<style>
a { background-color: #DC0C41; }
a { background-color: rgb(220,12,65); }
div.DivClassName
{
background-color: #DC0C41;
}
.BgClassName
{
background-color: #DC0C41;
}
</style>
border-color css
<style>
span { border-color: #DC0C41; }
span { border-color: rgb(220,12,65); }
td.TdClassName
{
border-color: #DC0C41;
}
.TagClassName
{
border-color: #DC0C41;
}
</style>