Shades of Scarlet #FD2401
Tints of Scarlet #FD2401
RGB
CMYK
RGB Variations
Color information
#FD2401 (or 0xFD2401) is known color: Scarlet. HEX triplet: FD, 24 and 01. RGB value is (253,36,1). Sum of RGB (Red+Green+Blue) = 253+36+1=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2401 is #02DBFE. Grayscale: #616161. Windows color (decimal): -187391 or 75005. OLE color: 75005.
HSL color Cylindrical-coordinate representation of color #FD2401: hue angle of 8.33º 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 #FD2401 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.01 |
| HSL | 8.33º | 0.99% | 0.5% | - |
| HSV(B) | 8.33º | 1% | 0.99% | - |
| XYZ | 41.14 | 22.15 | 2.13 | - |
| YUV | 96.89 | 73.89 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 1 | 0 | 0.86 | 1.00 | 0.01 | 8.33 | 0.99 | 0.5 |
| Hex | FD | 24 | 1 | 0 | 56 | 64 | 1 | 8 | 63 | 32 |
| Octal | 375 | 44 | 1 | 0 | 126 | 144 | 1 | 10 | 143 | 62 |
| Binary | 11111101 | 100100 | 1 | 0 | 1010110 | 1100100 | 1 | 1000 | 1100011 | 110010 |
Color Harmonies of #FD2401
Complementary color
Monochromatic Colors of #FD2401
Black with #FD2401
Text Example
Text Example
White with #FD2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2401; }
p { color: rgb(253,36,1); }
H1.HeaderClassName
{
color: #FD2401;
}
.AnyTagClassName
{
color: #FD2401;
}
</style>
background-color css
<style>
a { background-color: #FD2401; }
a { background-color: rgb(253,36,1); }
div.DivClassName
{
background-color: #FD2401;
}
.BgClassName
{
background-color: #FD2401;
}
</style>
border-color css
<style>
span { border-color: #FD2401; }
span { border-color: rgb(253,36,1); }
td.TdClassName
{
border-color: #FD2401;
}
.TagClassName
{
border-color: #FD2401;
}
</style>