Shades of Scarlet #FD2100
Tints of Scarlet #FD2100
RGB
CMYK
RGB Variations
Color information
#FD2100 (or 0xFD2100) is known color: Scarlet. HEX triplet: FD, 21 and 00. RGB value is (253,33,0). Sum of RGB (Red+Green+Blue) = 253+33+0=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2100 is #02DEFF. Grayscale: #5F5F5F. Windows color (decimal): -188160 or 8701. OLE color: 8701.
HSL color Cylindrical-coordinate representation of color #FD2100: hue angle of 7.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD2100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.01 |
| HSL | 7.83º | 1% | 0.5% | - |
| HSV(B) | 7.83º | 1% | 0.99% | - |
| XYZ | 41.05 | 21.97 | 2.08 | - |
| YUV | 95.02 | 74.39 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 0 | 0 | 0.87 | 1 | 0.01 | 7.83 | 1 | 0.5 |
| Hex | FD | 21 | 0 | 0 | 57 | 64 | 1 | 8 | 64 | 32 |
| Octal | 375 | 41 | 0 | 0 | 127 | 144 | 1 | 10 | 144 | 62 |
| Binary | 11111101 | 100001 | 0 | 0 | 1010111 | 1100100 | 1 | 1000 | 1100100 | 110010 |
Color Harmonies of #FD2100
Complementary color
Monochromatic Colors of #FD2100
Black with #FD2100
Text Example
Text Example
White with #FD2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2100; }
p { color: rgb(253,33,0); }
H1.HeaderClassName
{
color: #FD2100;
}
.AnyTagClassName
{
color: #FD2100;
}
</style>
background-color css
<style>
a { background-color: #FD2100; }
a { background-color: rgb(253,33,0); }
div.DivClassName
{
background-color: #FD2100;
}
.BgClassName
{
background-color: #FD2100;
}
</style>
border-color css
<style>
span { border-color: #FD2100; }
span { border-color: rgb(253,33,0); }
td.TdClassName
{
border-color: #FD2100;
}
.TagClassName
{
border-color: #FD2100;
}
</style>