Shades of Scarlet #FD1A14
Tints of Scarlet #FD1A14
RGB
CMYK
RGB Variations
Color information
#FD1A14 (or 0xFD1A14) is known color: Scarlet. HEX triplet: FD, 1A and 14. RGB value is (253,26,20). Sum of RGB (Red+Green+Blue) = 253+26+20=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A14 is #02E5EB. Grayscale: #5D5D5D. Windows color (decimal): -189932 or 1317629. OLE color: 1317629.
HSL color Cylindrical-coordinate representation of color #FD1A14: hue angle of 1.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1A14 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.01 |
| HSL | 1.55º | 0.98% | 0.54% | - |
| HSV(B) | 1.55º | 0.92% | 0.99% | - |
| XYZ | 41 | 21.67 | 2.68 | - |
| YUV | 93.19 | 86.71 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 20 | 0 | 0.90 | 0.92 | 0.01 | 1.55 | 0.98 | 0.54 |
| Hex | FD | 1A | 14 | 0 | 5A | 5C | 1 | 2 | 62 | 36 |
| Octal | 375 | 32 | 24 | 0 | 132 | 134 | 1 | 2 | 142 | 66 |
| Binary | 11111101 | 11010 | 10100 | 0 | 1011010 | 1011100 | 1 | 10 | 1100010 | 110110 |
Color Harmonies of #FD1A14
Complementary color
Monochromatic Colors of #FD1A14
Black with #FD1A14
Text Example
Text Example
White with #FD1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A14; }
p { color: rgb(253,26,20); }
H1.HeaderClassName
{
color: #FD1A14;
}
.AnyTagClassName
{
color: #FD1A14;
}
</style>
background-color css
<style>
a { background-color: #FD1A14; }
a { background-color: rgb(253,26,20); }
div.DivClassName
{
background-color: #FD1A14;
}
.BgClassName
{
background-color: #FD1A14;
}
</style>
border-color css
<style>
span { border-color: #FD1A14; }
span { border-color: rgb(253,26,20); }
td.TdClassName
{
border-color: #FD1A14;
}
.TagClassName
{
border-color: #FD1A14;
}
</style>