Shades of Scarlet #FD1900
Tints of Scarlet #FD1900
RGB
CMYK
RGB Variations
Color information
#FD1900 (or 0xFD1900) is known color: Scarlet. HEX triplet: FD, 19 and 00. RGB value is (253,25,0). Sum of RGB (Red+Green+Blue) = 253+25+0=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1900 is #02E6FF. Grayscale: #5A5A5A. Windows color (decimal): -190208 or 6653. OLE color: 6653.
HSL color Cylindrical-coordinate representation of color #FD1900: hue angle of 5.93º 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 #FD1900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.01 |
| HSL | 5.93º | 1% | 0.5% | - |
| HSV(B) | 5.93º | 1% | 0.99% | - |
| XYZ | 40.86 | 21.58 | 2.01 | - |
| YUV | 90.32 | 77.04 | 244.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 0 | 0 | 0.90 | 1 | 0.01 | 5.93 | 1 | 0.5 |
| Hex | FD | 19 | 0 | 0 | 5A | 64 | 1 | 6 | 64 | 32 |
| Octal | 375 | 31 | 0 | 0 | 132 | 144 | 1 | 6 | 144 | 62 |
| Binary | 11111101 | 11001 | 0 | 0 | 1011010 | 1100100 | 1 | 110 | 1100100 | 110010 |
Color Harmonies of #FD1900
Complementary color
Monochromatic Colors of #FD1900
Black with #FD1900
Text Example
Text Example
White with #FD1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1900; }
p { color: rgb(253,25,0); }
H1.HeaderClassName
{
color: #FD1900;
}
.AnyTagClassName
{
color: #FD1900;
}
</style>
background-color css
<style>
a { background-color: #FD1900; }
a { background-color: rgb(253,25,0); }
div.DivClassName
{
background-color: #FD1900;
}
.BgClassName
{
background-color: #FD1900;
}
</style>
border-color css
<style>
span { border-color: #FD1900; }
span { border-color: rgb(253,25,0); }
td.TdClassName
{
border-color: #FD1900;
}
.TagClassName
{
border-color: #FD1900;
}
</style>