Shades of Scarlet #FD1800
Tints of Scarlet #FD1800
RGB
CMYK
RGB Variations
Color information
#FD1800 (or 0xFD1800) is known color: Scarlet. HEX triplet: FD, 18 and 00. RGB value is (253,24,0). Sum of RGB (Red+Green+Blue) = 253+24+0=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1800 is #02E7FF. Grayscale: #5A5A5A. Windows color (decimal): -190464 or 6397. OLE color: 6397.
HSL color Cylindrical-coordinate representation of color #FD1800: hue angle of 5.69º 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 #FD1800 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.01 |
| HSL | 5.69º | 1% | 0.5% | - |
| HSV(B) | 5.69º | 1% | 0.99% | - |
| XYZ | 40.83 | 21.54 | 2 | - |
| YUV | 89.74 | 77.37 | 244.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 0 | 0 | 0.91 | 1 | 0.01 | 5.69 | 1 | 0.5 |
| Hex | FD | 18 | 0 | 0 | 5B | 64 | 1 | 6 | 64 | 32 |
| Octal | 375 | 30 | 0 | 0 | 133 | 144 | 1 | 6 | 144 | 62 |
| Binary | 11111101 | 11000 | 0 | 0 | 1011011 | 1100100 | 1 | 110 | 1100100 | 110010 |
Color Harmonies of #FD1800
Complementary color
Monochromatic Colors of #FD1800
Black with #FD1800
Text Example
Text Example
White with #FD1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1800; }
p { color: rgb(253,24,0); }
H1.HeaderClassName
{
color: #FD1800;
}
.AnyTagClassName
{
color: #FD1800;
}
</style>
background-color css
<style>
a { background-color: #FD1800; }
a { background-color: rgb(253,24,0); }
div.DivClassName
{
background-color: #FD1800;
}
.BgClassName
{
background-color: #FD1800;
}
</style>
border-color css
<style>
span { border-color: #FD1800; }
span { border-color: rgb(253,24,0); }
td.TdClassName
{
border-color: #FD1800;
}
.TagClassName
{
border-color: #FD1800;
}
</style>