Shades of Scarlet #DC1903
Tints of Scarlet #DC1903
RGB
CMYK
RGB Variations
Color information
#DC1903 (or 0xDC1903) is known color: Scarlet. HEX triplet: DC, 19 and 03. RGB value is (220,25,3). Sum of RGB (Red+Green+Blue) = 220+25+3=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1903 is #23E6FC. Grayscale: #515151. Windows color (decimal): -2352893 or 203228. OLE color: 203228.
HSL color Cylindrical-coordinate representation of color #DC1903: hue angle of 6.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC1903 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.14 |
| HSL | 6.08º | 0.97% | 0.44% | - |
| HSV(B) | 6.08º | 0.99% | 0.86% | - |
| XYZ | 29.88 | 15.92 | 1.58 | - |
| YUV | 80.8 | 84.1 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 3 | 0 | 0.89 | 0.99 | 0.14 | 6.08 | 0.97 | 0.44 |
| Hex | DC | 19 | 3 | 0 | 59 | 63 | E | 6 | 61 | 2C |
| Octal | 334 | 31 | 3 | 0 | 131 | 143 | 16 | 6 | 141 | 54 |
| Binary | 11011100 | 11001 | 11 | 0 | 1011001 | 1100011 | 1110 | 110 | 1100001 | 101100 |
Color Harmonies of #DC1903
Complementary color
Monochromatic Colors of #DC1903
Black with #DC1903
Text Example
Text Example
White with #DC1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1903; }
p { color: rgb(220,25,3); }
H1.HeaderClassName
{
color: #DC1903;
}
.AnyTagClassName
{
color: #DC1903;
}
</style>
background-color css
<style>
a { background-color: #DC1903; }
a { background-color: rgb(220,25,3); }
div.DivClassName
{
background-color: #DC1903;
}
.BgClassName
{
background-color: #DC1903;
}
</style>
border-color css
<style>
span { border-color: #DC1903; }
span { border-color: rgb(220,25,3); }
td.TdClassName
{
border-color: #DC1903;
}
.TagClassName
{
border-color: #DC1903;
}
</style>