Shades of Scarlet #DD1A04
Tints of Scarlet #DD1A04
RGB
CMYK
RGB Variations
Color information
#DD1A04 (or 0xDD1A04) is known color: Scarlet. HEX triplet: DD, 1A and 04. RGB value is (221,26,4). Sum of RGB (Red+Green+Blue) = 221+26+4=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A04 is #22E5FB. Grayscale: #525252. Windows color (decimal): -2287100 or 269021. OLE color: 269021.
HSL color Cylindrical-coordinate representation of color #DD1A04: hue angle of 6.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD1A04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.13 |
| HSL | 6.08º | 0.96% | 0.44% | - |
| HSV(B) | 6.08º | 0.98% | 0.87% | - |
| XYZ | 30.21 | 16.12 | 1.63 | - |
| YUV | 81.8 | 84.1 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 4 | 0 | 0.88 | 0.98 | 0.13 | 6.08 | 0.96 | 0.44 |
| Hex | DD | 1A | 4 | 0 | 58 | 62 | D | 6 | 60 | 2C |
| Octal | 335 | 32 | 4 | 0 | 130 | 142 | 15 | 6 | 140 | 54 |
| Binary | 11011101 | 11010 | 100 | 0 | 1011000 | 1100010 | 1101 | 110 | 1100000 | 101100 |
Color Harmonies of #DD1A04
Complementary color
Monochromatic Colors of #DD1A04
Black with #DD1A04
Text Example
Text Example
White with #DD1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A04; }
p { color: rgb(221,26,4); }
H1.HeaderClassName
{
color: #DD1A04;
}
.AnyTagClassName
{
color: #DD1A04;
}
</style>
background-color css
<style>
a { background-color: #DD1A04; }
a { background-color: rgb(221,26,4); }
div.DivClassName
{
background-color: #DD1A04;
}
.BgClassName
{
background-color: #DD1A04;
}
</style>
border-color css
<style>
span { border-color: #DD1A04; }
span { border-color: rgb(221,26,4); }
td.TdClassName
{
border-color: #DD1A04;
}
.TagClassName
{
border-color: #DD1A04;
}
</style>