Shades of Crimson #DC1231
Tints of Crimson #DC1231
RGB
CMYK
RGB Variations
Color information
#DC1231 (or 0xDC1231) is known color: Crimson. HEX triplet: DC, 12 and 31. RGB value is (220,18,49). Sum of RGB (Red+Green+Blue) = 220+18+49=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1231 is #23EDCE. Grayscale: #525252. Windows color (decimal): -2354639 or 3216092. OLE color: 3216092.
HSL color Cylindrical-coordinate representation of color #DC1231: hue angle of 350.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1231 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.14 |
| HSL | 350.79º | 0.85% | 0.47% | - |
| HSV(B) | 350.79º | 0.92% | 0.86% | - |
| XYZ | 30.29 | 15.87 | 4.37 | - |
| YUV | 81.93 | 109.42 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 49 | 0 | 0.92 | 0.78 | 0.14 | 350.79 | 0.85 | 0.47 |
| Hex | DC | 12 | 31 | 0 | 5C | 4E | E | 15F | 55 | 2F |
| Octal | 334 | 22 | 61 | 0 | 134 | 116 | 16 | 537 | 125 | 57 |
| Binary | 11011100 | 10010 | 110001 | 0 | 1011100 | 1001110 | 1110 | 101011111 | 1010101 | 101111 |
Color Harmonies of #DC1231
Complementary color
Monochromatic Colors of #DC1231
Black with #DC1231
Text Example
Text Example
White with #DC1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1231; }
p { color: rgb(220,18,49); }
H1.HeaderClassName
{
color: #DC1231;
}
.AnyTagClassName
{
color: #DC1231;
}
</style>
background-color css
<style>
a { background-color: #DC1231; }
a { background-color: rgb(220,18,49); }
div.DivClassName
{
background-color: #DC1231;
}
.BgClassName
{
background-color: #DC1231;
}
</style>
border-color css
<style>
span { border-color: #DC1231; }
span { border-color: rgb(220,18,49); }
td.TdClassName
{
border-color: #DC1231;
}
.TagClassName
{
border-color: #DC1231;
}
</style>