Shades of Scarlet #DD1E01
Tints of Scarlet #DD1E01
RGB
CMYK
RGB Variations
Color information
#DD1E01 (or 0xDD1E01) is known color: Scarlet. HEX triplet: DD, 1E and 01. RGB value is (221,30,1). Sum of RGB (Red+Green+Blue) = 221+30+1=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E01 is #22E1FE. Grayscale: #545454. Windows color (decimal): -2286079 or 73437. OLE color: 73437.
HSL color Cylindrical-coordinate representation of color #DD1E01: hue angle of 7.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD1E01 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.13 |
| HSL | 7.91º | 0.99% | 0.44% | - |
| HSV(B) | 7.91º | 1% | 0.87% | - |
| XYZ | 30.29 | 16.3 | 1.58 | - |
| YUV | 83.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 1 | 0 | 0.86 | 1.00 | 0.13 | 7.91 | 0.99 | 0.44 |
| Hex | DD | 1E | 1 | 0 | 56 | 64 | D | 8 | 63 | 2C |
| Octal | 335 | 36 | 1 | 0 | 126 | 144 | 15 | 10 | 143 | 54 |
| Binary | 11011101 | 11110 | 1 | 0 | 1010110 | 1100100 | 1101 | 1000 | 1100011 | 101100 |
Color Harmonies of #DD1E01
Complementary color
Monochromatic Colors of #DD1E01
Black with #DD1E01
Text Example
Text Example
White with #DD1E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E01; }
p { color: rgb(221,30,1); }
H1.HeaderClassName
{
color: #DD1E01;
}
.AnyTagClassName
{
color: #DD1E01;
}
</style>
background-color css
<style>
a { background-color: #DD1E01; }
a { background-color: rgb(221,30,1); }
div.DivClassName
{
background-color: #DD1E01;
}
.BgClassName
{
background-color: #DD1E01;
}
</style>
border-color css
<style>
span { border-color: #DD1E01; }
span { border-color: rgb(221,30,1); }
td.TdClassName
{
border-color: #DD1E01;
}
.TagClassName
{
border-color: #DD1E01;
}
</style>