Shades of Scarlet #DC1901
Tints of Scarlet #DC1901
RGB
CMYK
RGB Variations
Color information
#DC1901 (or 0xDC1901) is known color: Scarlet. HEX triplet: DC, 19 and 01. RGB value is (220,25,1). Sum of RGB (Red+Green+Blue) = 220+25+1=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1901 is #23E6FE. Grayscale: #505050. Windows color (decimal): -2352895 or 72156. OLE color: 72156.
HSL color Cylindrical-coordinate representation of color #DC1901: hue angle of 6.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC1901 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.14 |
| HSL | 6.58º | 0.99% | 0.43% | - |
| HSV(B) | 6.58º | 1% | 0.86% | - |
| XYZ | 29.87 | 15.91 | 1.53 | - |
| YUV | 80.57 | 83.1 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 1 | 0 | 0.89 | 1.00 | 0.14 | 6.58 | 0.99 | 0.43 |
| Hex | DC | 19 | 1 | 0 | 59 | 64 | E | 7 | 63 | 2B |
| Octal | 334 | 31 | 1 | 0 | 131 | 144 | 16 | 7 | 143 | 53 |
| Binary | 11011100 | 11001 | 1 | 0 | 1011001 | 1100100 | 1110 | 111 | 1100011 | 101011 |
Color Harmonies of #DC1901
Complementary color
Monochromatic Colors of #DC1901
Black with #DC1901
Text Example
Text Example
White with #DC1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1901; }
p { color: rgb(220,25,1); }
H1.HeaderClassName
{
color: #DC1901;
}
.AnyTagClassName
{
color: #DC1901;
}
</style>
background-color css
<style>
a { background-color: #DC1901; }
a { background-color: rgb(220,25,1); }
div.DivClassName
{
background-color: #DC1901;
}
.BgClassName
{
background-color: #DC1901;
}
</style>
border-color css
<style>
span { border-color: #DC1901; }
span { border-color: rgb(220,25,1); }
td.TdClassName
{
border-color: #DC1901;
}
.TagClassName
{
border-color: #DC1901;
}
</style>