Shades of Scarlet #FB2616
Tints of Scarlet #FB2616
RGB
CMYK
RGB Variations
Color information
#FB2616 (or 0xFB2616) is known color: Scarlet. HEX triplet: FB, 26 and 16. RGB value is (251,38,22). Sum of RGB (Red+Green+Blue) = 251+38+22=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2616 is #04D9E9. Grayscale: #646464. Windows color (decimal): -317930 or 1451771. OLE color: 1451771.
HSL color Cylindrical-coordinate representation of color #FB2616: hue angle of 4.19º 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 #FB2616 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.02 |
| HSL | 4.19º | 0.97% | 0.54% | - |
| HSV(B) | 4.19º | 0.91% | 0.98% | - |
| XYZ | 40.62 | 21.95 | 2.86 | - |
| YUV | 99.86 | 84.07 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 22 | 0 | 0.85 | 0.91 | 0.02 | 4.19 | 0.97 | 0.54 |
| Hex | FB | 26 | 16 | 0 | 55 | 5B | 2 | 4 | 61 | 36 |
| Octal | 373 | 46 | 26 | 0 | 125 | 133 | 2 | 4 | 141 | 66 |
| Binary | 11111011 | 100110 | 10110 | 0 | 1010101 | 1011011 | 10 | 100 | 1100001 | 110110 |
Color Harmonies of #FB2616
Complementary color
Monochromatic Colors of #FB2616
Black with #FB2616
Text Example
Text Example
White with #FB2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2616; }
p { color: rgb(251,38,22); }
H1.HeaderClassName
{
color: #FB2616;
}
.AnyTagClassName
{
color: #FB2616;
}
</style>
background-color css
<style>
a { background-color: #FB2616; }
a { background-color: rgb(251,38,22); }
div.DivClassName
{
background-color: #FB2616;
}
.BgClassName
{
background-color: #FB2616;
}
</style>
border-color css
<style>
span { border-color: #FB2616; }
span { border-color: rgb(251,38,22); }
td.TdClassName
{
border-color: #FB2616;
}
.TagClassName
{
border-color: #FB2616;
}
</style>