Shades of Scarlet #FD1410
Tints of Scarlet #FD1410
RGB
CMYK
RGB Variations
Color information
#FD1410 (or 0xFD1410) is known color: Scarlet. HEX triplet: FD, 14 and 10. RGB value is (253,20,16). Sum of RGB (Red+Green+Blue) = 253+20+16=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1410 is #02EBEF. Grayscale: #595959. Windows color (decimal): -191472 or 1053949. OLE color: 1053949.
HSL color Cylindrical-coordinate representation of color #FD1410: hue angle of 1.01º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1410 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.01 |
| HSL | 1.01º | 0.98% | 0.53% | - |
| HSV(B) | 1.01º | 0.94% | 0.99% | - |
| XYZ | 40.85 | 21.42 | 2.47 | - |
| YUV | 89.21 | 86.69 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 16 | 0 | 0.92 | 0.94 | 0.01 | 1.01 | 0.98 | 0.53 |
| Hex | FD | 14 | 10 | 0 | 5C | 5E | 1 | 1 | 62 | 35 |
| Octal | 375 | 24 | 20 | 0 | 134 | 136 | 1 | 1 | 142 | 65 |
| Binary | 11111101 | 10100 | 10000 | 0 | 1011100 | 1011110 | 1 | 1 | 1100010 | 110101 |
Color Harmonies of #FD1410
Complementary color
Monochromatic Colors of #FD1410
Black with #FD1410
Text Example
Text Example
White with #FD1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1410; }
p { color: rgb(253,20,16); }
H1.HeaderClassName
{
color: #FD1410;
}
.AnyTagClassName
{
color: #FD1410;
}
</style>
background-color css
<style>
a { background-color: #FD1410; }
a { background-color: rgb(253,20,16); }
div.DivClassName
{
background-color: #FD1410;
}
.BgClassName
{
background-color: #FD1410;
}
</style>
border-color css
<style>
span { border-color: #FD1410; }
span { border-color: rgb(253,20,16); }
td.TdClassName
{
border-color: #FD1410;
}
.TagClassName
{
border-color: #FD1410;
}
</style>