Shades of Scarlet #DD1904
Tints of Scarlet #DD1904
RGB
CMYK
RGB Variations
Color information
#DD1904 (or 0xDD1904) is known color: Scarlet. HEX triplet: DD, 19 and 04. RGB value is (221,25,4). Sum of RGB (Red+Green+Blue) = 221+25+4=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1904 is #22E6FB. Grayscale: #515151. Windows color (decimal): -2287356 or 268765. OLE color: 268765.
HSL color Cylindrical-coordinate representation of color #DD1904: hue angle of 5.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD1904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.13 |
| HSL | 5.81º | 0.96% | 0.44% | - |
| HSV(B) | 5.81º | 0.98% | 0.87% | - |
| XYZ | 30.19 | 16.08 | 1.63 | - |
| YUV | 81.21 | 84.43 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 4 | 0 | 0.89 | 0.98 | 0.13 | 5.81 | 0.96 | 0.44 |
| Hex | DD | 19 | 4 | 0 | 59 | 62 | D | 6 | 60 | 2C |
| Octal | 335 | 31 | 4 | 0 | 131 | 142 | 15 | 6 | 140 | 54 |
| Binary | 11011101 | 11001 | 100 | 0 | 1011001 | 1100010 | 1101 | 110 | 1100000 | 101100 |
Color Harmonies of #DD1904
Complementary color
Monochromatic Colors of #DD1904
Black with #DD1904
Text Example
Text Example
White with #DD1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1904; }
p { color: rgb(221,25,4); }
H1.HeaderClassName
{
color: #DD1904;
}
.AnyTagClassName
{
color: #DD1904;
}
</style>
background-color css
<style>
a { background-color: #DD1904; }
a { background-color: rgb(221,25,4); }
div.DivClassName
{
background-color: #DD1904;
}
.BgClassName
{
background-color: #DD1904;
}
</style>
border-color css
<style>
span { border-color: #DD1904; }
span { border-color: rgb(221,25,4); }
td.TdClassName
{
border-color: #DD1904;
}
.TagClassName
{
border-color: #DD1904;
}
</style>