Shades of Scarlet #FB2B18
Tints of Scarlet #FB2B18
RGB
CMYK
RGB Variations
Color information
#FB2B18 (or 0xFB2B18) is known color: Scarlet. HEX triplet: FB, 2B and 18. RGB value is (251,43,24). Sum of RGB (Red+Green+Blue) = 251+43+24=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B18 is #04D4E7. Grayscale: #676767. Windows color (decimal): -316648 or 1584123. OLE color: 1584123.
HSL color Cylindrical-coordinate representation of color #FB2B18: hue angle of 5.02º 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 #FB2B18 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.02 |
| HSL | 5.02º | 0.97% | 0.54% | - |
| HSV(B) | 5.02º | 0.9% | 0.98% | - |
| XYZ | 40.81 | 22.3 | 3.02 | - |
| YUV | 103.03 | 83.41 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 24 | 0 | 0.83 | 0.90 | 0.02 | 5.02 | 0.97 | 0.54 |
| Hex | FB | 2B | 18 | 0 | 53 | 5A | 2 | 5 | 61 | 36 |
| Octal | 373 | 53 | 30 | 0 | 123 | 132 | 2 | 5 | 141 | 66 |
| Binary | 11111011 | 101011 | 11000 | 0 | 1010011 | 1011010 | 10 | 101 | 1100001 | 110110 |
Color Harmonies of #FB2B18
Complementary color
Monochromatic Colors of #FB2B18
Black with #FB2B18
Text Example
Text Example
White with #FB2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B18; }
p { color: rgb(251,43,24); }
H1.HeaderClassName
{
color: #FB2B18;
}
.AnyTagClassName
{
color: #FB2B18;
}
</style>
background-color css
<style>
a { background-color: #FB2B18; }
a { background-color: rgb(251,43,24); }
div.DivClassName
{
background-color: #FB2B18;
}
.BgClassName
{
background-color: #FB2B18;
}
</style>
border-color css
<style>
span { border-color: #FB2B18; }
span { border-color: rgb(251,43,24); }
td.TdClassName
{
border-color: #FB2B18;
}
.TagClassName
{
border-color: #FB2B18;
}
</style>