Shades of Scarlet #FD1908
Tints of Scarlet #FD1908
RGB
CMYK
RGB Variations
Color information
#FD1908 (or 0xFD1908) is known color: Scarlet. HEX triplet: FD, 19 and 08. RGB value is (253,25,8). Sum of RGB (Red+Green+Blue) = 253+25+8=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1908 is #02E6F7. Grayscale: #5B5B5B. Windows color (decimal): -190200 or 530941. OLE color: 530941.
HSL color Cylindrical-coordinate representation of color #FD1908: hue angle of 4.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD1908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.01 |
| HSL | 4.16º | 0.98% | 0.51% | - |
| HSV(B) | 4.16º | 0.97% | 0.99% | - |
| XYZ | 40.9 | 21.6 | 2.24 | - |
| YUV | 91.23 | 81.04 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 8 | 0 | 0.90 | 0.97 | 0.01 | 4.16 | 0.98 | 0.51 |
| Hex | FD | 19 | 8 | 0 | 5A | 61 | 1 | 4 | 62 | 33 |
| Octal | 375 | 31 | 10 | 0 | 132 | 141 | 1 | 4 | 142 | 63 |
| Binary | 11111101 | 11001 | 1000 | 0 | 1011010 | 1100001 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FD1908
Complementary color
Monochromatic Colors of #FD1908
Black with #FD1908
Text Example
Text Example
White with #FD1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1908; }
p { color: rgb(253,25,8); }
H1.HeaderClassName
{
color: #FD1908;
}
.AnyTagClassName
{
color: #FD1908;
}
</style>
background-color css
<style>
a { background-color: #FD1908; }
a { background-color: rgb(253,25,8); }
div.DivClassName
{
background-color: #FD1908;
}
.BgClassName
{
background-color: #FD1908;
}
</style>
border-color css
<style>
span { border-color: #FD1908; }
span { border-color: rgb(253,25,8); }
td.TdClassName
{
border-color: #FD1908;
}
.TagClassName
{
border-color: #FD1908;
}
</style>