Shades of Scarlet #FB2C18
Tints of Scarlet #FB2C18
RGB
CMYK
RGB Variations
Color information
#FB2C18 (or 0xFB2C18) is known color: Scarlet. HEX triplet: FB, 2C and 18. RGB value is (251,44,24). Sum of RGB (Red+Green+Blue) = 251+44+24=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2C18 is #04D3E7. Grayscale: #676767. Windows color (decimal): -316392 or 1584379. OLE color: 1584379.
HSL color Cylindrical-coordinate representation of color #FB2C18: hue angle of 5.29º 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 #FB2C18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 24 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.02 |
| HSL | 5.29º | 0.97% | 0.54% | - |
| HSV(B) | 5.29º | 0.9% | 0.98% | - |
| XYZ | 40.85 | 22.38 | 3.03 | - |
| YUV | 103.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 24 | 0 | 0.82 | 0.90 | 0.02 | 5.29 | 0.97 | 0.54 |
| Hex | FB | 2C | 18 | 0 | 52 | 5A | 2 | 5 | 61 | 36 |
| Octal | 373 | 54 | 30 | 0 | 122 | 132 | 2 | 5 | 141 | 66 |
| Binary | 11111011 | 101100 | 11000 | 0 | 1010010 | 1011010 | 10 | 101 | 1100001 | 110110 |
Color Harmonies of #FB2C18
Complementary color
Monochromatic Colors of #FB2C18
Black with #FB2C18
Text Example
Text Example
White with #FB2C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C18; }
p { color: rgb(251,44,24); }
H1.HeaderClassName
{
color: #FB2C18;
}
.AnyTagClassName
{
color: #FB2C18;
}
</style>
background-color css
<style>
a { background-color: #FB2C18; }
a { background-color: rgb(251,44,24); }
div.DivClassName
{
background-color: #FB2C18;
}
.BgClassName
{
background-color: #FB2C18;
}
</style>
border-color css
<style>
span { border-color: #FB2C18; }
span { border-color: rgb(251,44,24); }
td.TdClassName
{
border-color: #FB2C18;
}
.TagClassName
{
border-color: #FB2C18;
}
</style>