Shades of Scarlet #FD2713
Tints of Scarlet #FD2713
RGB
CMYK
RGB Variations
Color information
#FD2713 (or 0xFD2713) is known color: Scarlet. HEX triplet: FD, 27 and 13. RGB value is (253,39,19). Sum of RGB (Red+Green+Blue) = 253+39+19=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2713 is #02D8EC. Grayscale: #656565. Windows color (decimal): -186605 or 1255421. OLE color: 1255421.
HSL color Cylindrical-coordinate representation of color #FD2713: hue angle of 5.13º 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 #FD2713 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 5.13º | 0.98% | 0.53% | - |
| HSV(B) | 5.13º | 0.92% | 0.99% | - |
| XYZ | 41.35 | 22.38 | 2.76 | - |
| YUV | 100.71 | 81.9 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 19 | 0 | 0.85 | 0.92 | 0.01 | 5.13 | 0.98 | 0.53 |
| Hex | FD | 27 | 13 | 0 | 55 | 5C | 1 | 5 | 62 | 35 |
| Octal | 375 | 47 | 23 | 0 | 125 | 134 | 1 | 5 | 142 | 65 |
| Binary | 11111101 | 100111 | 10011 | 0 | 1010101 | 1011100 | 1 | 101 | 1100010 | 110101 |
Color Harmonies of #FD2713
Complementary color
Monochromatic Colors of #FD2713
Black with #FD2713
Text Example
Text Example
White with #FD2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2713; }
p { color: rgb(253,39,19); }
H1.HeaderClassName
{
color: #FD2713;
}
.AnyTagClassName
{
color: #FD2713;
}
</style>
background-color css
<style>
a { background-color: #FD2713; }
a { background-color: rgb(253,39,19); }
div.DivClassName
{
background-color: #FD2713;
}
.BgClassName
{
background-color: #FD2713;
}
</style>
border-color css
<style>
span { border-color: #FD2713; }
span { border-color: rgb(253,39,19); }
td.TdClassName
{
border-color: #FD2713;
}
.TagClassName
{
border-color: #FD2713;
}
</style>