Shades of Crimson #DC0241
Tints of Crimson #DC0241
RGB
CMYK
RGB Variations
Color information
#DC0241 (or 0xDC0241) is known color: Crimson. HEX triplet: DC, 02 and 41. RGB value is (220,2,65). Sum of RGB (Red+Green+Blue) = 220+2+65=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0241 is #23FDBE. Grayscale: #4A4A4A. Windows color (decimal): -2358719 or 4260572. OLE color: 4260572.
HSL color Cylindrical-coordinate representation of color #DC0241: hue angle of 342.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0241 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.14 |
| HSL | 342.66º | 0.98% | 0.44% | - |
| HSV(B) | 342.66º | 0.99% | 0.86% | - |
| XYZ | 30.49 | 15.64 | 6.41 | - |
| YUV | 74.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 65 | 0 | 0.99 | 0.70 | 0.14 | 342.66 | 0.98 | 0.44 |
| Hex | DC | 2 | 41 | 0 | 63 | 46 | E | 157 | 62 | 2C |
| Octal | 334 | 2 | 101 | 0 | 143 | 106 | 16 | 527 | 142 | 54 |
| Binary | 11011100 | 10 | 1000001 | 0 | 1100011 | 1000110 | 1110 | 101010111 | 1100010 | 101100 |
Color Harmonies of #DC0241
Complementary color
Monochromatic Colors of #DC0241
Black with #DC0241
Text Example
Text Example
White with #DC0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0241; }
p { color: rgb(220,2,65); }
H1.HeaderClassName
{
color: #DC0241;
}
.AnyTagClassName
{
color: #DC0241;
}
</style>
background-color css
<style>
a { background-color: #DC0241; }
a { background-color: rgb(220,2,65); }
div.DivClassName
{
background-color: #DC0241;
}
.BgClassName
{
background-color: #DC0241;
}
</style>
border-color css
<style>
span { border-color: #DC0241; }
span { border-color: rgb(220,2,65); }
td.TdClassName
{
border-color: #DC0241;
}
.TagClassName
{
border-color: #DC0241;
}
</style>