Shades of Scarlet #FD1401
Tints of Scarlet #FD1401
RGB
CMYK
RGB Variations
Color information
#FD1401 (or 0xFD1401) is known color: Scarlet. HEX triplet: FD, 14 and 01. RGB value is (253,20,1). Sum of RGB (Red+Green+Blue) = 253+20+1=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1401 is #02EBFE. Grayscale: #575757. Windows color (decimal): -191487 or 70909. OLE color: 70909.
HSL color Cylindrical-coordinate representation of color #FD1401: hue angle of 4.52º 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 #FD1401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.01 |
| HSL | 4.52º | 0.99% | 0.5% | - |
| HSV(B) | 4.52º | 1% | 0.99% | - |
| XYZ | 40.76 | 21.39 | 2.01 | - |
| YUV | 87.5 | 79.19 | 246.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 1 | 0 | 0.92 | 1.00 | 0.01 | 4.52 | 0.99 | 0.5 |
| Hex | FD | 14 | 1 | 0 | 5C | 64 | 1 | 5 | 63 | 32 |
| Octal | 375 | 24 | 1 | 0 | 134 | 144 | 1 | 5 | 143 | 62 |
| Binary | 11111101 | 10100 | 1 | 0 | 1011100 | 1100100 | 1 | 101 | 1100011 | 110010 |
Color Harmonies of #FD1401
Complementary color
Monochromatic Colors of #FD1401
Black with #FD1401
Text Example
Text Example
White with #FD1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1401; }
p { color: rgb(253,20,1); }
H1.HeaderClassName
{
color: #FD1401;
}
.AnyTagClassName
{
color: #FD1401;
}
</style>
background-color css
<style>
a { background-color: #FD1401; }
a { background-color: rgb(253,20,1); }
div.DivClassName
{
background-color: #FD1401;
}
.BgClassName
{
background-color: #FD1401;
}
</style>
border-color css
<style>
span { border-color: #FD1401; }
span { border-color: rgb(253,20,1); }
td.TdClassName
{
border-color: #FD1401;
}
.TagClassName
{
border-color: #FD1401;
}
</style>