Shades of Scarlet #FD2F16
Tints of Scarlet #FD2F16
RGB
CMYK
RGB Variations
Color information
#FD2F16 (or 0xFD2F16) is known color: Scarlet. HEX triplet: FD, 2F and 16. RGB value is (253,47,22). Sum of RGB (Red+Green+Blue) = 253+47+22=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2F16 is #02D0E9. Grayscale: #6A6A6A. Windows color (decimal): -184554 or 1454077. OLE color: 1454077.
HSL color Cylindrical-coordinate representation of color #FD2F16: hue angle of 6.49º 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 #FD2F16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.01 |
| HSL | 6.49º | 0.98% | 0.54% | - |
| HSV(B) | 6.49º | 0.91% | 0.99% | - |
| XYZ | 41.67 | 22.97 | 3 | - |
| YUV | 105.74 | 80.75 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 22 | 0 | 0.81 | 0.91 | 0.01 | 6.49 | 0.98 | 0.54 |
| Hex | FD | 2F | 16 | 0 | 51 | 5B | 1 | 6 | 62 | 36 |
| Octal | 375 | 57 | 26 | 0 | 121 | 133 | 1 | 6 | 142 | 66 |
| Binary | 11111101 | 101111 | 10110 | 0 | 1010001 | 1011011 | 1 | 110 | 1100010 | 110110 |
Color Harmonies of #FD2F16
Complementary color
Monochromatic Colors of #FD2F16
Black with #FD2F16
Text Example
Text Example
White with #FD2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F16; }
p { color: rgb(253,47,22); }
H1.HeaderClassName
{
color: #FD2F16;
}
.AnyTagClassName
{
color: #FD2F16;
}
</style>
background-color css
<style>
a { background-color: #FD2F16; }
a { background-color: rgb(253,47,22); }
div.DivClassName
{
background-color: #FD2F16;
}
.BgClassName
{
background-color: #FD2F16;
}
</style>
border-color css
<style>
span { border-color: #FD2F16; }
span { border-color: rgb(253,47,22); }
td.TdClassName
{
border-color: #FD2F16;
}
.TagClassName
{
border-color: #FD2F16;
}
</style>