Shades of Scarlet #FB2F18
Tints of Scarlet #FB2F18
RGB
CMYK
RGB Variations
Color information
#FB2F18 (or 0xFB2F18) is known color: Scarlet. HEX triplet: FB, 2F and 18. RGB value is (251,47,24). Sum of RGB (Red+Green+Blue) = 251+47+24=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F18 is #04D0E7. Grayscale: #696969. Windows color (decimal): -315624 or 1585147. OLE color: 1585147.
HSL color Cylindrical-coordinate representation of color #FB2F18: hue angle of 6.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB2F18 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 24 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.02 |
| HSL | 6.08º | 0.97% | 0.54% | - |
| HSV(B) | 6.08º | 0.9% | 0.98% | - |
| XYZ | 40.97 | 22.61 | 3.07 | - |
| YUV | 105.37 | 82.09 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 24 | 0 | 0.81 | 0.90 | 0.02 | 6.08 | 0.97 | 0.54 |
| Hex | FB | 2F | 18 | 0 | 51 | 5A | 2 | 6 | 61 | 36 |
| Octal | 373 | 57 | 30 | 0 | 121 | 132 | 2 | 6 | 141 | 66 |
| Binary | 11111011 | 101111 | 11000 | 0 | 1010001 | 1011010 | 10 | 110 | 1100001 | 110110 |
Color Harmonies of #FB2F18
Complementary color
Monochromatic Colors of #FB2F18
Black with #FB2F18
Text Example
Text Example
White with #FB2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F18; }
p { color: rgb(251,47,24); }
H1.HeaderClassName
{
color: #FB2F18;
}
.AnyTagClassName
{
color: #FB2F18;
}
</style>
background-color css
<style>
a { background-color: #FB2F18; }
a { background-color: rgb(251,47,24); }
div.DivClassName
{
background-color: #FB2F18;
}
.BgClassName
{
background-color: #FB2F18;
}
</style>
border-color css
<style>
span { border-color: #FB2F18; }
span { border-color: rgb(251,47,24); }
td.TdClassName
{
border-color: #FB2F18;
}
.TagClassName
{
border-color: #FB2F18;
}
</style>