Shades of Scarlet #FD1701
Tints of Scarlet #FD1701
RGB
CMYK
RGB Variations
Color information
#FD1701 (or 0xFD1701) is known color: Scarlet. HEX triplet: FD, 17 and 01. RGB value is (253,23,1). Sum of RGB (Red+Green+Blue) = 253+23+1=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1701 is #02E8FE. Grayscale: #595959. Windows color (decimal): -190719 or 71677. OLE color: 71677.
HSL color Cylindrical-coordinate representation of color #FD1701: hue angle of 5.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD1701 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.01 |
| HSL | 5.24º | 0.99% | 0.5% | - |
| HSV(B) | 5.24º | 1% | 0.99% | - |
| XYZ | 40.82 | 21.5 | 2.03 | - |
| YUV | 89.26 | 78.2 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 1 | 0 | 0.91 | 1.00 | 0.01 | 5.24 | 0.99 | 0.5 |
| Hex | FD | 17 | 1 | 0 | 5B | 64 | 1 | 5 | 63 | 32 |
| Octal | 375 | 27 | 1 | 0 | 133 | 144 | 1 | 5 | 143 | 62 |
| Binary | 11111101 | 10111 | 1 | 0 | 1011011 | 1100100 | 1 | 101 | 1100011 | 110010 |
Color Harmonies of #FD1701
Complementary color
Monochromatic Colors of #FD1701
Black with #FD1701
Text Example
Text Example
White with #FD1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1701; }
p { color: rgb(253,23,1); }
H1.HeaderClassName
{
color: #FD1701;
}
.AnyTagClassName
{
color: #FD1701;
}
</style>
background-color css
<style>
a { background-color: #FD1701; }
a { background-color: rgb(253,23,1); }
div.DivClassName
{
background-color: #FD1701;
}
.BgClassName
{
background-color: #FD1701;
}
</style>
border-color css
<style>
span { border-color: #FD1701; }
span { border-color: rgb(253,23,1); }
td.TdClassName
{
border-color: #FD1701;
}
.TagClassName
{
border-color: #FD1701;
}
</style>