Shades of Scarlet #DD1602
Tints of Scarlet #DD1602
RGB
CMYK
RGB Variations
Color information
#DD1602 (or 0xDD1602) is known color: Scarlet. HEX triplet: DD, 16 and 02. RGB value is (221,22,2). Sum of RGB (Red+Green+Blue) = 221+22+2=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1602 is #22E9FD. Grayscale: #4F4F4F. Windows color (decimal): -2288126 or 136925. OLE color: 136925.
HSL color Cylindrical-coordinate representation of color #DD1602: hue angle of 5.48º degrees, saturation: 0.98, 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 #DD1602 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.13 |
| HSL | 5.48º | 0.98% | 0.44% | - |
| HSV(B) | 5.48º | 0.99% | 0.87% | - |
| XYZ | 30.12 | 15.95 | 1.55 | - |
| YUV | 79.22 | 84.43 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 2 | 0 | 0.90 | 0.99 | 0.13 | 5.48 | 0.98 | 0.44 |
| Hex | DD | 16 | 2 | 0 | 5A | 63 | D | 5 | 62 | 2C |
| Octal | 335 | 26 | 2 | 0 | 132 | 143 | 15 | 5 | 142 | 54 |
| Binary | 11011101 | 10110 | 10 | 0 | 1011010 | 1100011 | 1101 | 101 | 1100010 | 101100 |
Color Harmonies of #DD1602
Complementary color
Monochromatic Colors of #DD1602
Black with #DD1602
Text Example
Text Example
White with #DD1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1602; }
p { color: rgb(221,22,2); }
H1.HeaderClassName
{
color: #DD1602;
}
.AnyTagClassName
{
color: #DD1602;
}
</style>
background-color css
<style>
a { background-color: #DD1602; }
a { background-color: rgb(221,22,2); }
div.DivClassName
{
background-color: #DD1602;
}
.BgClassName
{
background-color: #DD1602;
}
</style>
border-color css
<style>
span { border-color: #DD1602; }
span { border-color: rgb(221,22,2); }
td.TdClassName
{
border-color: #DD1602;
}
.TagClassName
{
border-color: #DD1602;
}
</style>