Shades of Scarlet #DD1900
Tints of Scarlet #DD1900
RGB
CMYK
RGB Variations
Color information
#DD1900 (or 0xDD1900) is known color: Scarlet. HEX triplet: DD, 19 and 00. RGB value is (221,25,0). Sum of RGB (Red+Green+Blue) = 221+25+0=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1900 is #22E6FF. Grayscale: #515151. Windows color (decimal): -2287360 or 6621. OLE color: 6621.
HSL color Cylindrical-coordinate representation of color #DD1900: hue angle of 6.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD1900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.13 |
| HSL | 6.79º | 1% | 0.43% | - |
| HSV(B) | 6.79º | 1% | 0.87% | - |
| XYZ | 30.17 | 16.07 | 1.51 | - |
| YUV | 80.75 | 82.43 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 0 | 0 | 0.89 | 1 | 0.13 | 6.79 | 1 | 0.43 |
| Hex | DD | 19 | 0 | 0 | 59 | 64 | D | 7 | 64 | 2B |
| Octal | 335 | 31 | 0 | 0 | 131 | 144 | 15 | 7 | 144 | 53 |
| Binary | 11011101 | 11001 | 0 | 0 | 1011001 | 1100100 | 1101 | 111 | 1100100 | 101011 |
Color Harmonies of #DD1900
Complementary color
Monochromatic Colors of #DD1900
Black with #DD1900
Text Example
Text Example
White with #DD1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1900; }
p { color: rgb(221,25,0); }
H1.HeaderClassName
{
color: #DD1900;
}
.AnyTagClassName
{
color: #DD1900;
}
</style>
background-color css
<style>
a { background-color: #DD1900; }
a { background-color: rgb(221,25,0); }
div.DivClassName
{
background-color: #DD1900;
}
.BgClassName
{
background-color: #DD1900;
}
</style>
border-color css
<style>
span { border-color: #DD1900; }
span { border-color: rgb(221,25,0); }
td.TdClassName
{
border-color: #DD1900;
}
.TagClassName
{
border-color: #DD1900;
}
</style>