Shades of Scarlet #FD1918
Tints of Scarlet #FD1918
RGB
CMYK
RGB Variations
Color information
#FD1918 (or 0xFD1918) is known color: Scarlet. HEX triplet: FD, 19 and 18. RGB value is (253,25,24). Sum of RGB (Red+Green+Blue) = 253+25+24=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1918 is #02E6E7. Grayscale: #5D5D5D. Windows color (decimal): -190184 or 1579517. OLE color: 1579517.
HSL color Cylindrical-coordinate representation of color #FD1918: hue angle of 0.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1918 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 24 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.01 |
| HSL | 0.26º | 0.98% | 0.54% | - |
| HSV(B) | 0.26º | 0.91% | 0.99% | - |
| XYZ | 41.02 | 21.64 | 2.88 | - |
| YUV | 93.06 | 89.04 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 24 | 0 | 0.90 | 0.91 | 0.01 | 0.26 | 0.98 | 0.54 |
| Hex | FD | 19 | 18 | 0 | 5A | 5B | 1 | 0 | 62 | 36 |
| Octal | 375 | 31 | 30 | 0 | 132 | 133 | 1 | 0 | 142 | 66 |
| Binary | 11111101 | 11001 | 11000 | 0 | 1011010 | 1011011 | 1 | 0 | 1100010 | 110110 |
Color Harmonies of #FD1918
Complementary color
Monochromatic Colors of #FD1918
Black with #FD1918
Text Example
Text Example
White with #FD1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1918; }
p { color: rgb(253,25,24); }
H1.HeaderClassName
{
color: #FD1918;
}
.AnyTagClassName
{
color: #FD1918;
}
</style>
background-color css
<style>
a { background-color: #FD1918; }
a { background-color: rgb(253,25,24); }
div.DivClassName
{
background-color: #FD1918;
}
.BgClassName
{
background-color: #FD1918;
}
</style>
border-color css
<style>
span { border-color: #FD1918; }
span { border-color: rgb(253,25,24); }
td.TdClassName
{
border-color: #FD1918;
}
.TagClassName
{
border-color: #FD1918;
}
</style>