Shades of Scarlet #FD2501
Tints of Scarlet #FD2501
RGB
CMYK
RGB Variations
Color information
#FD2501 (or 0xFD2501) is known color: Scarlet. HEX triplet: FD, 25 and 01. RGB value is (253,37,1). Sum of RGB (Red+Green+Blue) = 253+37+1=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2501 is #02DAFE. Grayscale: #616161. Windows color (decimal): -187135 or 75261. OLE color: 75261.
HSL color Cylindrical-coordinate representation of color #FD2501: hue angle of 8.57º 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 #FD2501 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.01 |
| HSL | 8.57º | 0.99% | 0.5% | - |
| HSV(B) | 8.57º | 1% | 0.99% | - |
| XYZ | 41.18 | 22.21 | 2.15 | - |
| YUV | 97.48 | 73.56 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 1 | 0 | 0.85 | 1.00 | 0.01 | 8.57 | 0.99 | 0.5 |
| Hex | FD | 25 | 1 | 0 | 55 | 64 | 1 | 9 | 63 | 32 |
| Octal | 375 | 45 | 1 | 0 | 125 | 144 | 1 | 11 | 143 | 62 |
| Binary | 11111101 | 100101 | 1 | 0 | 1010101 | 1100100 | 1 | 1001 | 1100011 | 110010 |
Color Harmonies of #FD2501
Complementary color
Monochromatic Colors of #FD2501
Black with #FD2501
Text Example
Text Example
White with #FD2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2501; }
p { color: rgb(253,37,1); }
H1.HeaderClassName
{
color: #FD2501;
}
.AnyTagClassName
{
color: #FD2501;
}
</style>
background-color css
<style>
a { background-color: #FD2501; }
a { background-color: rgb(253,37,1); }
div.DivClassName
{
background-color: #FD2501;
}
.BgClassName
{
background-color: #FD2501;
}
</style>
border-color css
<style>
span { border-color: #FD2501; }
span { border-color: rgb(253,37,1); }
td.TdClassName
{
border-color: #FD2501;
}
.TagClassName
{
border-color: #FD2501;
}
</style>