Shades of Scarlet #FD2701
Tints of Scarlet #FD2701
RGB
CMYK
RGB Variations
Color information
#FD2701 (or 0xFD2701) is known color: Scarlet. HEX triplet: FD, 27 and 01. RGB value is (253,39,1). Sum of RGB (Red+Green+Blue) = 253+39+1=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2701 is #02D8FE. Grayscale: #636363. Windows color (decimal): -186623 or 75773. OLE color: 75773.
HSL color Cylindrical-coordinate representation of color #FD2701: hue angle of 9.05º 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 #FD2701 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.01 |
| HSL | 9.05º | 0.99% | 0.5% | - |
| HSV(B) | 9.05º | 1% | 0.99% | - |
| XYZ | 41.24 | 22.34 | 2.17 | - |
| YUV | 98.65 | 72.9 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 1 | 0 | 0.85 | 1.00 | 0.01 | 9.05 | 0.99 | 0.5 |
| Hex | FD | 27 | 1 | 0 | 55 | 64 | 1 | 9 | 63 | 32 |
| Octal | 375 | 47 | 1 | 0 | 125 | 144 | 1 | 11 | 143 | 62 |
| Binary | 11111101 | 100111 | 1 | 0 | 1010101 | 1100100 | 1 | 1001 | 1100011 | 110010 |
Color Harmonies of #FD2701
Complementary color
Monochromatic Colors of #FD2701
Black with #FD2701
Text Example
Text Example
White with #FD2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2701; }
p { color: rgb(253,39,1); }
H1.HeaderClassName
{
color: #FD2701;
}
.AnyTagClassName
{
color: #FD2701;
}
</style>
background-color css
<style>
a { background-color: #FD2701; }
a { background-color: rgb(253,39,1); }
div.DivClassName
{
background-color: #FD2701;
}
.BgClassName
{
background-color: #FD2701;
}
</style>
border-color css
<style>
span { border-color: #FD2701; }
span { border-color: rgb(253,39,1); }
td.TdClassName
{
border-color: #FD2701;
}
.TagClassName
{
border-color: #FD2701;
}
</style>