Shades of Scarlet #FD1713
Tints of Scarlet #FD1713
RGB
CMYK
RGB Variations
Color information
#FD1713 (or 0xFD1713) is known color: Scarlet. HEX triplet: FD, 17 and 13. RGB value is (253,23,19). Sum of RGB (Red+Green+Blue) = 253+23+19=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1713 is #02E8EC. Grayscale: #5B5B5B. Windows color (decimal): -190701 or 1251325. OLE color: 1251325.
HSL color Cylindrical-coordinate representation of color #FD1713: hue angle of 1.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1713 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.01 |
| HSL | 1.03º | 0.98% | 0.53% | - |
| HSV(B) | 1.03º | 0.92% | 0.99% | - |
| XYZ | 40.93 | 21.54 | 2.62 | - |
| YUV | 91.31 | 87.2 | 243.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 19 | 0 | 0.91 | 0.92 | 0.01 | 1.03 | 0.98 | 0.53 |
| Hex | FD | 17 | 13 | 0 | 5B | 5C | 1 | 1 | 62 | 35 |
| Octal | 375 | 27 | 23 | 0 | 133 | 134 | 1 | 1 | 142 | 65 |
| Binary | 11111101 | 10111 | 10011 | 0 | 1011011 | 1011100 | 1 | 1 | 1100010 | 110101 |
Color Harmonies of #FD1713
Complementary color
Monochromatic Colors of #FD1713
Black with #FD1713
Text Example
Text Example
White with #FD1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1713; }
p { color: rgb(253,23,19); }
H1.HeaderClassName
{
color: #FD1713;
}
.AnyTagClassName
{
color: #FD1713;
}
</style>
background-color css
<style>
a { background-color: #FD1713; }
a { background-color: rgb(253,23,19); }
div.DivClassName
{
background-color: #FD1713;
}
.BgClassName
{
background-color: #FD1713;
}
</style>
border-color css
<style>
span { border-color: #FD1713; }
span { border-color: rgb(253,23,19); }
td.TdClassName
{
border-color: #FD1713;
}
.TagClassName
{
border-color: #FD1713;
}
</style>