Shades of Crimson #DC1530
Tints of Crimson #DC1530
RGB
CMYK
RGB Variations
Color information
#DC1530 (or 0xDC1530) is known color: Crimson. HEX triplet: DC, 15 and 30. RGB value is (220,21,48). Sum of RGB (Red+Green+Blue) = 220+21+48=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1530 is #23EACF. Grayscale: #535353. Windows color (decimal): -2353872 or 3151324. OLE color: 3151324.
HSL color Cylindrical-coordinate representation of color #DC1530: hue angle of 351.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1530 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 48 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.14 |
| HSL | 351.86º | 0.83% | 0.47% | - |
| HSV(B) | 351.86º | 0.9% | 0.86% | - |
| XYZ | 30.32 | 15.97 | 4.28 | - |
| YUV | 83.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 48 | 0 | 0.90 | 0.78 | 0.14 | 351.86 | 0.83 | 0.47 |
| Hex | DC | 15 | 30 | 0 | 5A | 4E | E | 160 | 53 | 2F |
| Octal | 334 | 25 | 60 | 0 | 132 | 116 | 16 | 540 | 123 | 57 |
| Binary | 11011100 | 10101 | 110000 | 0 | 1011010 | 1001110 | 1110 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DC1530
Complementary color
Monochromatic Colors of #DC1530
Black with #DC1530
Text Example
Text Example
White with #DC1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1530; }
p { color: rgb(220,21,48); }
H1.HeaderClassName
{
color: #DC1530;
}
.AnyTagClassName
{
color: #DC1530;
}
</style>
background-color css
<style>
a { background-color: #DC1530; }
a { background-color: rgb(220,21,48); }
div.DivClassName
{
background-color: #DC1530;
}
.BgClassName
{
background-color: #DC1530;
}
</style>
border-color css
<style>
span { border-color: #DC1530; }
span { border-color: rgb(220,21,48); }
td.TdClassName
{
border-color: #DC1530;
}
.TagClassName
{
border-color: #DC1530;
}
</style>