Shades of Scarlet #DD1B04
Tints of Scarlet #DD1B04
RGB
CMYK
RGB Variations
Color information
#DD1B04 (or 0xDD1B04) is known color: Scarlet. HEX triplet: DD, 1B and 04. RGB value is (221,27,4). Sum of RGB (Red+Green+Blue) = 221+27+4=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B04 is #22E4FB. Grayscale: #525252. Windows color (decimal): -2286844 or 269277. OLE color: 269277.
HSL color Cylindrical-coordinate representation of color #DD1B04: hue angle of 6.36º 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 #DD1B04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.13 |
| HSL | 6.36º | 0.96% | 0.44% | - |
| HSV(B) | 6.36º | 0.98% | 0.87% | - |
| XYZ | 30.23 | 16.16 | 1.64 | - |
| YUV | 82.38 | 83.77 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 4 | 0 | 0.88 | 0.98 | 0.13 | 6.36 | 0.96 | 0.44 |
| Hex | DD | 1B | 4 | 0 | 58 | 62 | D | 6 | 60 | 2C |
| Octal | 335 | 33 | 4 | 0 | 130 | 142 | 15 | 6 | 140 | 54 |
| Binary | 11011101 | 11011 | 100 | 0 | 1011000 | 1100010 | 1101 | 110 | 1100000 | 101100 |
Color Harmonies of #DD1B04
Complementary color
Monochromatic Colors of #DD1B04
Black with #DD1B04
Text Example
Text Example
White with #DD1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B04; }
p { color: rgb(221,27,4); }
H1.HeaderClassName
{
color: #DD1B04;
}
.AnyTagClassName
{
color: #DD1B04;
}
</style>
background-color css
<style>
a { background-color: #DD1B04; }
a { background-color: rgb(221,27,4); }
div.DivClassName
{
background-color: #DD1B04;
}
.BgClassName
{
background-color: #DD1B04;
}
</style>
border-color css
<style>
span { border-color: #DD1B04; }
span { border-color: rgb(221,27,4); }
td.TdClassName
{
border-color: #DD1B04;
}
.TagClassName
{
border-color: #DD1B04;
}
</style>