Shades of Crimson #DC1938
Tints of Crimson #DC1938
RGB
CMYK
RGB Variations
Color information
#DC1938 (or 0xDC1938) is known color: Crimson. HEX triplet: DC, 19 and 38. RGB value is (220,25,56). Sum of RGB (Red+Green+Blue) = 220+25+56=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1938 is #23E6C7. Grayscale: #565656. Windows color (decimal): -2352840 or 3676636. OLE color: 3676636.
HSL color Cylindrical-coordinate representation of color #DC1938: hue angle of 350.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1938 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 56 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.14 |
| HSL | 350.46º | 0.8% | 0.48% | - |
| HSV(B) | 350.46º | 0.89% | 0.86% | - |
| XYZ | 30.58 | 16.2 | 5.26 | - |
| YUV | 86.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 56 | 0 | 0.89 | 0.75 | 0.14 | 350.46 | 0.8 | 0.48 |
| Hex | DC | 19 | 38 | 0 | 59 | 4B | E | 15E | 50 | 30 |
| Octal | 334 | 31 | 70 | 0 | 131 | 113 | 16 | 536 | 120 | 60 |
| Binary | 11011100 | 11001 | 111000 | 0 | 1011001 | 1001011 | 1110 | 101011110 | 1010000 | 110000 |
Color Harmonies of #DC1938
Complementary color
Monochromatic Colors of #DC1938
Black with #DC1938
Text Example
Text Example
White with #DC1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1938; }
p { color: rgb(220,25,56); }
H1.HeaderClassName
{
color: #DC1938;
}
.AnyTagClassName
{
color: #DC1938;
}
</style>
background-color css
<style>
a { background-color: #DC1938; }
a { background-color: rgb(220,25,56); }
div.DivClassName
{
background-color: #DC1938;
}
.BgClassName
{
background-color: #DC1938;
}
</style>
border-color css
<style>
span { border-color: #DC1938; }
span { border-color: rgb(220,25,56); }
td.TdClassName
{
border-color: #DC1938;
}
.TagClassName
{
border-color: #DC1938;
}
</style>