Shades of Crimson #DC1331
Tints of Crimson #DC1331
RGB
CMYK
RGB Variations
Color information
#DC1331 (or 0xDC1331) is known color: Crimson. HEX triplet: DC, 13 and 31. RGB value is (220,19,49). Sum of RGB (Red+Green+Blue) = 220+19+49=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1331 is #23ECCE. Grayscale: #525252. Windows color (decimal): -2354383 or 3216348. OLE color: 3216348.
HSL color Cylindrical-coordinate representation of color #DC1331: hue angle of 351.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1331 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 49 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.14 |
| HSL | 351.04º | 0.84% | 0.47% | - |
| HSV(B) | 351.04º | 0.91% | 0.86% | - |
| XYZ | 30.3 | 15.9 | 4.38 | - |
| YUV | 82.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 49 | 0 | 0.91 | 0.78 | 0.14 | 351.04 | 0.84 | 0.47 |
| Hex | DC | 13 | 31 | 0 | 5B | 4E | E | 15F | 54 | 2F |
| Octal | 334 | 23 | 61 | 0 | 133 | 116 | 16 | 537 | 124 | 57 |
| Binary | 11011100 | 10011 | 110001 | 0 | 1011011 | 1001110 | 1110 | 101011111 | 1010100 | 101111 |
Color Harmonies of #DC1331
Complementary color
Monochromatic Colors of #DC1331
Black with #DC1331
Text Example
Text Example
White with #DC1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1331; }
p { color: rgb(220,19,49); }
H1.HeaderClassName
{
color: #DC1331;
}
.AnyTagClassName
{
color: #DC1331;
}
</style>
background-color css
<style>
a { background-color: #DC1331; }
a { background-color: rgb(220,19,49); }
div.DivClassName
{
background-color: #DC1331;
}
.BgClassName
{
background-color: #DC1331;
}
</style>
border-color css
<style>
span { border-color: #DC1331; }
span { border-color: rgb(220,19,49); }
td.TdClassName
{
border-color: #DC1331;
}
.TagClassName
{
border-color: #DC1331;
}
</style>