Shades of Scarlet #DD1A00
Tints of Scarlet #DD1A00
RGB
CMYK
RGB Variations
Color information
#DD1A00 (or 0xDD1A00) is known color: Scarlet. HEX triplet: DD, 1A and 00. RGB value is (221,26,0). Sum of RGB (Red+Green+Blue) = 221+26+0=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A00 is #22E5FF. Grayscale: #515151. Windows color (decimal): -2287104 or 6877. OLE color: 6877.
HSL color Cylindrical-coordinate representation of color #DD1A00: hue angle of 7.06º 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 #DD1A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.13 |
| HSL | 7.06º | 1% | 0.43% | - |
| HSV(B) | 7.06º | 1% | 0.87% | - |
| XYZ | 30.19 | 16.11 | 1.52 | - |
| YUV | 81.34 | 82.1 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 0 | 0 | 0.88 | 1 | 0.13 | 7.06 | 1 | 0.43 |
| Hex | DD | 1A | 0 | 0 | 58 | 64 | D | 7 | 64 | 2B |
| Octal | 335 | 32 | 0 | 0 | 130 | 144 | 15 | 7 | 144 | 53 |
| Binary | 11011101 | 11010 | 0 | 0 | 1011000 | 1100100 | 1101 | 111 | 1100100 | 101011 |
Color Harmonies of #DD1A00
Complementary color
Monochromatic Colors of #DD1A00
Black with #DD1A00
Text Example
Text Example
White with #DD1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A00; }
p { color: rgb(221,26,0); }
H1.HeaderClassName
{
color: #DD1A00;
}
.AnyTagClassName
{
color: #DD1A00;
}
</style>
background-color css
<style>
a { background-color: #DD1A00; }
a { background-color: rgb(221,26,0); }
div.DivClassName
{
background-color: #DD1A00;
}
.BgClassName
{
background-color: #DD1A00;
}
</style>
border-color css
<style>
span { border-color: #DD1A00; }
span { border-color: rgb(221,26,0); }
td.TdClassName
{
border-color: #DD1A00;
}
.TagClassName
{
border-color: #DD1A00;
}
</style>