Shades of Scarlet #DD1703
Tints of Scarlet #DD1703
RGB
CMYK
RGB Variations
Color information
#DD1703 (or 0xDD1703) is known color: Scarlet. HEX triplet: DD, 17 and 03. RGB value is (221,23,3). Sum of RGB (Red+Green+Blue) = 221+23+3=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1703 is #22E8FC. Grayscale: #505050. Windows color (decimal): -2287869 or 202717. OLE color: 202717.
HSL color Cylindrical-coordinate representation of color #DD1703: hue angle of 5.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD1703 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.13 |
| HSL | 5.5º | 0.97% | 0.44% | - |
| HSV(B) | 5.5º | 0.99% | 0.87% | - |
| XYZ | 30.14 | 15.99 | 1.58 | - |
| YUV | 79.92 | 84.6 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 3 | 0 | 0.90 | 0.99 | 0.13 | 5.5 | 0.97 | 0.44 |
| Hex | DD | 17 | 3 | 0 | 5A | 63 | D | 6 | 61 | 2C |
| Octal | 335 | 27 | 3 | 0 | 132 | 143 | 15 | 6 | 141 | 54 |
| Binary | 11011101 | 10111 | 11 | 0 | 1011010 | 1100011 | 1101 | 110 | 1100001 | 101100 |
Color Harmonies of #DD1703
Complementary color
Monochromatic Colors of #DD1703
Black with #DD1703
Text Example
Text Example
White with #DD1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1703; }
p { color: rgb(221,23,3); }
H1.HeaderClassName
{
color: #DD1703;
}
.AnyTagClassName
{
color: #DD1703;
}
</style>
background-color css
<style>
a { background-color: #DD1703; }
a { background-color: rgb(221,23,3); }
div.DivClassName
{
background-color: #DD1703;
}
.BgClassName
{
background-color: #DD1703;
}
</style>
border-color css
<style>
span { border-color: #DD1703; }
span { border-color: rgb(221,23,3); }
td.TdClassName
{
border-color: #DD1703;
}
.TagClassName
{
border-color: #DD1703;
}
</style>