Shades of Scarlet #FD2416
Tints of Scarlet #FD2416
RGB
CMYK
RGB Variations
Color information
#FD2416 (or 0xFD2416) is known color: Scarlet. HEX triplet: FD, 24 and 16. RGB value is (253,36,22). Sum of RGB (Red+Green+Blue) = 253+36+22=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2416 is #02DBE9. Grayscale: #636363. Windows color (decimal): -187370 or 1451261. OLE color: 1451261.
HSL color Cylindrical-coordinate representation of color #FD2416: hue angle of 3.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.01 |
| HSL | 3.64º | 0.98% | 0.54% | - |
| HSV(B) | 3.64º | 0.91% | 0.99% | - |
| XYZ | 41.28 | 22.2 | 2.87 | - |
| YUV | 99.29 | 84.39 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 22 | 0 | 0.86 | 0.91 | 0.01 | 3.64 | 0.98 | 0.54 |
| Hex | FD | 24 | 16 | 0 | 56 | 5B | 1 | 4 | 62 | 36 |
| Octal | 375 | 44 | 26 | 0 | 126 | 133 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100100 | 10110 | 0 | 1010110 | 1011011 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2416
Complementary color
Monochromatic Colors of #FD2416
Black with #FD2416
Text Example
Text Example
White with #FD2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2416; }
p { color: rgb(253,36,22); }
H1.HeaderClassName
{
color: #FD2416;
}
.AnyTagClassName
{
color: #FD2416;
}
</style>
background-color css
<style>
a { background-color: #FD2416; }
a { background-color: rgb(253,36,22); }
div.DivClassName
{
background-color: #FD2416;
}
.BgClassName
{
background-color: #FD2416;
}
</style>
border-color css
<style>
span { border-color: #FD2416; }
span { border-color: rgb(253,36,22); }
td.TdClassName
{
border-color: #FD2416;
}
.TagClassName
{
border-color: #FD2416;
}
</style>