Shades of Scarlet #FD1B16
Tints of Scarlet #FD1B16
RGB
CMYK
RGB Variations
Color information
#FD1B16 (or 0xFD1B16) is known color: Scarlet. HEX triplet: FD, 1B and 16. RGB value is (253,27,22). Sum of RGB (Red+Green+Blue) = 253+27+22=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1B16 is #02E4E9. Grayscale: #5E5E5E. Windows color (decimal): -189674 or 1448957. OLE color: 1448957.
HSL color Cylindrical-coordinate representation of color #FD1B16: hue angle of 1.3º 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 #FD1B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.01 |
| HSL | 1.3º | 0.98% | 0.54% | - |
| HSV(B) | 1.3º | 0.91% | 0.99% | - |
| XYZ | 41.04 | 21.72 | 2.79 | - |
| YUV | 94 | 87.37 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 22 | 0 | 0.89 | 0.91 | 0.01 | 1.3 | 0.98 | 0.54 |
| Hex | FD | 1B | 16 | 0 | 59 | 5B | 1 | 1 | 62 | 36 |
| Octal | 375 | 33 | 26 | 0 | 131 | 133 | 1 | 1 | 142 | 66 |
| Binary | 11111101 | 11011 | 10110 | 0 | 1011001 | 1011011 | 1 | 1 | 1100010 | 110110 |
Color Harmonies of #FD1B16
Complementary color
Monochromatic Colors of #FD1B16
Black with #FD1B16
Text Example
Text Example
White with #FD1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1B16; }
p { color: rgb(253,27,22); }
H1.HeaderClassName
{
color: #FD1B16;
}
.AnyTagClassName
{
color: #FD1B16;
}
</style>
background-color css
<style>
a { background-color: #FD1B16; }
a { background-color: rgb(253,27,22); }
div.DivClassName
{
background-color: #FD1B16;
}
.BgClassName
{
background-color: #FD1B16;
}
</style>
border-color css
<style>
span { border-color: #FD1B16; }
span { border-color: rgb(253,27,22); }
td.TdClassName
{
border-color: #FD1B16;
}
.TagClassName
{
border-color: #FD1B16;
}
</style>