Shades of Scarlet #DD1603
Tints of Scarlet #DD1603
RGB
CMYK
RGB Variations
Color information
#DD1603 (or 0xDD1603) is known color: Scarlet. HEX triplet: DD, 16 and 03. RGB value is (221,22,3). Sum of RGB (Red+Green+Blue) = 221+22+3=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1603 is #22E9FC. Grayscale: #4F4F4F. Windows color (decimal): -2288125 or 202461. OLE color: 202461.
HSL color Cylindrical-coordinate representation of color #DD1603: hue angle of 5.23º 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 #DD1603 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.13 |
| HSL | 5.23º | 0.97% | 0.44% | - |
| HSV(B) | 5.23º | 0.99% | 0.87% | - |
| XYZ | 30.12 | 15.95 | 1.58 | - |
| YUV | 79.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 3 | 0 | 0.90 | 0.99 | 0.13 | 5.23 | 0.97 | 0.44 |
| Hex | DD | 16 | 3 | 0 | 5A | 63 | D | 5 | 61 | 2C |
| Octal | 335 | 26 | 3 | 0 | 132 | 143 | 15 | 5 | 141 | 54 |
| Binary | 11011101 | 10110 | 11 | 0 | 1011010 | 1100011 | 1101 | 101 | 1100001 | 101100 |
Color Harmonies of #DD1603
Complementary color
Monochromatic Colors of #DD1603
Black with #DD1603
Text Example
Text Example
White with #DD1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1603; }
p { color: rgb(221,22,3); }
H1.HeaderClassName
{
color: #DD1603;
}
.AnyTagClassName
{
color: #DD1603;
}
</style>
background-color css
<style>
a { background-color: #DD1603; }
a { background-color: rgb(221,22,3); }
div.DivClassName
{
background-color: #DD1603;
}
.BgClassName
{
background-color: #DD1603;
}
</style>
border-color css
<style>
span { border-color: #DD1603; }
span { border-color: rgb(221,22,3); }
td.TdClassName
{
border-color: #DD1603;
}
.TagClassName
{
border-color: #DD1603;
}
</style>