Shades of Scarlet #DD1E00
Tints of Scarlet #DD1E00
RGB
CMYK
RGB Variations
Color information
#DD1E00 (or 0xDD1E00) is known color: Scarlet. HEX triplet: DD, 1E and 00. RGB value is (221,30,0). Sum of RGB (Red+Green+Blue) = 221+30+0=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E00 is #22E1FF. Grayscale: #545454. Windows color (decimal): -2286080 or 7901. OLE color: 7901.
HSL color Cylindrical-coordinate representation of color #DD1E00: hue angle of 8.14º 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 #DD1E00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.13 |
| HSL | 8.14º | 1% | 0.43% | - |
| HSV(B) | 8.14º | 1% | 0.87% | - |
| XYZ | 30.28 | 16.3 | 1.55 | - |
| YUV | 83.69 | 80.78 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 0 | 0 | 0.86 | 1 | 0.13 | 8.14 | 1 | 0.43 |
| Hex | DD | 1E | 0 | 0 | 56 | 64 | D | 8 | 64 | 2B |
| Octal | 335 | 36 | 0 | 0 | 126 | 144 | 15 | 10 | 144 | 53 |
| Binary | 11011101 | 11110 | 0 | 0 | 1010110 | 1100100 | 1101 | 1000 | 1100100 | 101011 |
Color Harmonies of #DD1E00
Complementary color
Monochromatic Colors of #DD1E00
Black with #DD1E00
Text Example
Text Example
White with #DD1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E00; }
p { color: rgb(221,30,0); }
H1.HeaderClassName
{
color: #DD1E00;
}
.AnyTagClassName
{
color: #DD1E00;
}
</style>
background-color css
<style>
a { background-color: #DD1E00; }
a { background-color: rgb(221,30,0); }
div.DivClassName
{
background-color: #DD1E00;
}
.BgClassName
{
background-color: #DD1E00;
}
</style>
border-color css
<style>
span { border-color: #DD1E00; }
span { border-color: rgb(221,30,0); }
td.TdClassName
{
border-color: #DD1E00;
}
.TagClassName
{
border-color: #DD1E00;
}
</style>