Shades of Crimson #DC0331
Tints of Crimson #DC0331
RGB
CMYK
RGB Variations
Color information
#DC0331 (or 0xDC0331) is known color: Crimson. HEX triplet: DC, 03 and 31. RGB value is (220,3,49). Sum of RGB (Red+Green+Blue) = 220+3+49=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0331 is #23FCCE. Grayscale: #494949. Windows color (decimal): -2358479 or 3212252. OLE color: 3212252.
HSL color Cylindrical-coordinate representation of color #DC0331: hue angle of 347.28º degrees, saturation: 0.97, 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 #DC0331 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.14 |
| HSL | 347.28º | 0.97% | 0.44% | - |
| HSV(B) | 347.28º | 0.99% | 0.86% | - |
| XYZ | 30.1 | 15.5 | 4.31 | - |
| YUV | 73.13 | 114.39 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 49 | 0 | 0.99 | 0.78 | 0.14 | 347.28 | 0.97 | 0.44 |
| Hex | DC | 3 | 31 | 0 | 63 | 4E | E | 15B | 61 | 2C |
| Octal | 334 | 3 | 61 | 0 | 143 | 116 | 16 | 533 | 141 | 54 |
| Binary | 11011100 | 11 | 110001 | 0 | 1100011 | 1001110 | 1110 | 101011011 | 1100001 | 101100 |
Color Harmonies of #DC0331
Complementary color
Monochromatic Colors of #DC0331
Black with #DC0331
Text Example
Text Example
White with #DC0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0331; }
p { color: rgb(220,3,49); }
H1.HeaderClassName
{
color: #DC0331;
}
.AnyTagClassName
{
color: #DC0331;
}
</style>
background-color css
<style>
a { background-color: #DC0331; }
a { background-color: rgb(220,3,49); }
div.DivClassName
{
background-color: #DC0331;
}
.BgClassName
{
background-color: #DC0331;
}
</style>
border-color css
<style>
span { border-color: #DC0331; }
span { border-color: rgb(220,3,49); }
td.TdClassName
{
border-color: #DC0331;
}
.TagClassName
{
border-color: #DC0331;
}
</style>