Shades of Scarlet #FD2013
Tints of Scarlet #FD2013
RGB
CMYK
RGB Variations
Color information
#FD2013 (or 0xFD2013) is known color: Scarlet. HEX triplet: FD, 20 and 13. RGB value is (253,32,19). Sum of RGB (Red+Green+Blue) = 253+32+19=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2013 is #02DFEC. Grayscale: #606060. Windows color (decimal): -188397 or 1253629. OLE color: 1253629.
HSL color Cylindrical-coordinate representation of color #FD2013: hue angle of 3.33º 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 #FD2013 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 19 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.01 |
| HSL | 3.33º | 0.98% | 0.53% | - |
| HSV(B) | 3.33º | 0.92% | 0.99% | - |
| XYZ | 41.14 | 21.96 | 2.69 | - |
| YUV | 96.6 | 84.22 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 19 | 0 | 0.87 | 0.92 | 0.01 | 3.33 | 0.98 | 0.53 |
| Hex | FD | 20 | 13 | 0 | 57 | 5C | 1 | 3 | 62 | 35 |
| Octal | 375 | 40 | 23 | 0 | 127 | 134 | 1 | 3 | 142 | 65 |
| Binary | 11111101 | 100000 | 10011 | 0 | 1010111 | 1011100 | 1 | 11 | 1100010 | 110101 |
Color Harmonies of #FD2013
Complementary color
Monochromatic Colors of #FD2013
Black with #FD2013
Text Example
Text Example
White with #FD2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2013; }
p { color: rgb(253,32,19); }
H1.HeaderClassName
{
color: #FD2013;
}
.AnyTagClassName
{
color: #FD2013;
}
</style>
background-color css
<style>
a { background-color: #FD2013; }
a { background-color: rgb(253,32,19); }
div.DivClassName
{
background-color: #FD2013;
}
.BgClassName
{
background-color: #FD2013;
}
</style>
border-color css
<style>
span { border-color: #FD2013; }
span { border-color: rgb(253,32,19); }
td.TdClassName
{
border-color: #FD2013;
}
.TagClassName
{
border-color: #FD2013;
}
</style>