Shades of Scarlet #FD2616
Tints of Scarlet #FD2616
RGB
CMYK
RGB Variations
Color information
#FD2616 (or 0xFD2616) is known color: Scarlet. HEX triplet: FD, 26 and 16. RGB value is (253,38,22). Sum of RGB (Red+Green+Blue) = 253+38+22=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2616 is #02D9E9. Grayscale: #646464. Windows color (decimal): -186858 or 1451773. OLE color: 1451773.
HSL color Cylindrical-coordinate representation of color #FD2616: hue angle of 4.16º 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 #FD2616 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 4.16º | 0.98% | 0.54% | - |
| HSV(B) | 4.16º | 0.91% | 0.99% | - |
| XYZ | 41.35 | 22.33 | 2.89 | - |
| YUV | 100.46 | 83.73 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 22 | 0 | 0.85 | 0.91 | 0.01 | 4.16 | 0.98 | 0.54 |
| Hex | FD | 26 | 16 | 0 | 55 | 5B | 1 | 4 | 62 | 36 |
| Octal | 375 | 46 | 26 | 0 | 125 | 133 | 1 | 4 | 142 | 66 |
| Binary | 11111101 | 100110 | 10110 | 0 | 1010101 | 1011011 | 1 | 100 | 1100010 | 110110 |
Color Harmonies of #FD2616
Complementary color
Monochromatic Colors of #FD2616
Black with #FD2616
Text Example
Text Example
White with #FD2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2616; }
p { color: rgb(253,38,22); }
H1.HeaderClassName
{
color: #FD2616;
}
.AnyTagClassName
{
color: #FD2616;
}
</style>
background-color css
<style>
a { background-color: #FD2616; }
a { background-color: rgb(253,38,22); }
div.DivClassName
{
background-color: #FD2616;
}
.BgClassName
{
background-color: #FD2616;
}
</style>
border-color css
<style>
span { border-color: #FD2616; }
span { border-color: rgb(253,38,22); }
td.TdClassName
{
border-color: #FD2616;
}
.TagClassName
{
border-color: #FD2616;
}
</style>