Shades of Scarlet #FD1919
Tints of Scarlet #FD1919
RGB
CMYK
RGB Variations
Color information
#FD1919 (or 0xFD1919) is known color: Scarlet. HEX triplet: FD, 19 and 19. RGB value is (253,25,25). Sum of RGB (Red+Green+Blue) = 253+25+25=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1919 is #02E6E6. Grayscale: #5D5D5D. Windows color (decimal): -190183 or 1645053. OLE color: 1645053.
HSL color Cylindrical-coordinate representation of color #FD1919: hue angle of 0º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1919 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.01 |
| HSL | 0º | 0.98% | 0.55% | - |
| HSV(B) | 0º | 0.9% | 0.99% | - |
| XYZ | 41.03 | 21.65 | 2.94 | - |
| YUV | 93.17 | 89.54 | 242 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 25 | 0 | 0.90 | 0.90 | 0.01 | 0 | 0.98 | 0.55 |
| Hex | FD | 19 | 19 | 0 | 5A | 5A | 1 | 0 | 62 | 37 |
| Octal | 375 | 31 | 31 | 0 | 132 | 132 | 1 | 0 | 142 | 67 |
| Binary | 11111101 | 11001 | 11001 | 0 | 1011010 | 1011010 | 1 | 0 | 1100010 | 110111 |
Color Harmonies of #FD1919
Complementary color
Monochromatic Colors of #FD1919
Black with #FD1919
Text Example
Text Example
White with #FD1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1919; }
p { color: rgb(253,25,25); }
H1.HeaderClassName
{
color: #FD1919;
}
.AnyTagClassName
{
color: #FD1919;
}
</style>
background-color css
<style>
a { background-color: #FD1919; }
a { background-color: rgb(253,25,25); }
div.DivClassName
{
background-color: #FD1919;
}
.BgClassName
{
background-color: #FD1919;
}
</style>
border-color css
<style>
span { border-color: #FD1919; }
span { border-color: rgb(253,25,25); }
td.TdClassName
{
border-color: #FD1919;
}
.TagClassName
{
border-color: #FD1919;
}
</style>