Shades of Scarlet #FB2416
Tints of Scarlet #FB2416
RGB
CMYK
RGB Variations
Color information
#FB2416 (or 0xFB2416) is known color: Scarlet. HEX triplet: FB, 24 and 16. RGB value is (251,36,22). Sum of RGB (Red+Green+Blue) = 251+36+22=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2416 is #04DBE9. Grayscale: #626262. Windows color (decimal): -318442 or 1451259. OLE color: 1451259.
HSL color Cylindrical-coordinate representation of color #FB2416: hue angle of 3.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.02 |
| HSL | 3.67º | 0.97% | 0.54% | - |
| HSV(B) | 3.67º | 0.91% | 0.98% | - |
| XYZ | 40.56 | 21.83 | 2.83 | - |
| YUV | 98.69 | 84.73 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 22 | 0 | 0.86 | 0.91 | 0.02 | 3.67 | 0.97 | 0.54 |
| Hex | FB | 24 | 16 | 0 | 56 | 5B | 2 | 4 | 61 | 36 |
| Octal | 373 | 44 | 26 | 0 | 126 | 133 | 2 | 4 | 141 | 66 |
| Binary | 11111011 | 100100 | 10110 | 0 | 1010110 | 1011011 | 10 | 100 | 1100001 | 110110 |
Color Harmonies of #FB2416
Complementary color
Monochromatic Colors of #FB2416
Black with #FB2416
Text Example
Text Example
White with #FB2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2416; }
p { color: rgb(251,36,22); }
H1.HeaderClassName
{
color: #FB2416;
}
.AnyTagClassName
{
color: #FB2416;
}
</style>
background-color css
<style>
a { background-color: #FB2416; }
a { background-color: rgb(251,36,22); }
div.DivClassName
{
background-color: #FB2416;
}
.BgClassName
{
background-color: #FB2416;
}
</style>
border-color css
<style>
span { border-color: #FB2416; }
span { border-color: rgb(251,36,22); }
td.TdClassName
{
border-color: #FB2416;
}
.TagClassName
{
border-color: #FB2416;
}
</style>