Shades of Scarlet #DD1C01
Tints of Scarlet #DD1C01
RGB
CMYK
RGB Variations
Color information
#DD1C01 (or 0xDD1C01) is known color: Scarlet. HEX triplet: DD, 1C and 01. RGB value is (221,28,1). Sum of RGB (Red+Green+Blue) = 221+28+1=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1C01 is #22E3FE. Grayscale: #525252. Windows color (decimal): -2286591 or 72925. OLE color: 72925.
HSL color Cylindrical-coordinate representation of color #DD1C01: hue angle of 7.36º 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 #DD1C01 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 1 | - |
| CMYK | 0 | 0.87 | 1.00 | 0.13 |
| HSL | 7.36º | 0.99% | 0.44% | - |
| HSV(B) | 7.36º | 1% | 0.87% | - |
| XYZ | 30.24 | 16.2 | 1.56 | - |
| YUV | 82.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 1 | 0 | 0.87 | 1.00 | 0.13 | 7.36 | 0.99 | 0.44 |
| Hex | DD | 1C | 1 | 0 | 57 | 64 | D | 7 | 63 | 2C |
| Octal | 335 | 34 | 1 | 0 | 127 | 144 | 15 | 7 | 143 | 54 |
| Binary | 11011101 | 11100 | 1 | 0 | 1010111 | 1100100 | 1101 | 111 | 1100011 | 101100 |
Color Harmonies of #DD1C01
Complementary color
Monochromatic Colors of #DD1C01
Black with #DD1C01
Text Example
Text Example
White with #DD1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C01; }
p { color: rgb(221,28,1); }
H1.HeaderClassName
{
color: #DD1C01;
}
.AnyTagClassName
{
color: #DD1C01;
}
</style>
background-color css
<style>
a { background-color: #DD1C01; }
a { background-color: rgb(221,28,1); }
div.DivClassName
{
background-color: #DD1C01;
}
.BgClassName
{
background-color: #DD1C01;
}
</style>
border-color css
<style>
span { border-color: #DD1C01; }
span { border-color: rgb(221,28,1); }
td.TdClassName
{
border-color: #DD1C01;
}
.TagClassName
{
border-color: #DD1C01;
}
</style>