Shades of Scarlet #FB2018
Tints of Scarlet #FB2018
RGB
CMYK
RGB Variations
Color information
#FB2018 (or 0xFB2018) is known color: Scarlet. HEX triplet: FB, 20 and 18. RGB value is (251,32,24). Sum of RGB (Red+Green+Blue) = 251+32+24=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2018 is #04DFE7. Grayscale: #606060. Windows color (decimal): -319464 or 1581307. OLE color: 1581307.
HSL color Cylindrical-coordinate representation of color #FB2018: hue angle of 2.11º 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 #FB2018 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 24 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.02 |
| HSL | 2.11º | 0.97% | 0.54% | - |
| HSV(B) | 2.11º | 0.9% | 0.98% | - |
| XYZ | 40.47 | 21.61 | 2.9 | - |
| YUV | 96.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 24 | 0 | 0.87 | 0.90 | 0.02 | 2.11 | 0.97 | 0.54 |
| Hex | FB | 20 | 18 | 0 | 57 | 5A | 2 | 2 | 61 | 36 |
| Octal | 373 | 40 | 30 | 0 | 127 | 132 | 2 | 2 | 141 | 66 |
| Binary | 11111011 | 100000 | 11000 | 0 | 1010111 | 1011010 | 10 | 10 | 1100001 | 110110 |
Color Harmonies of #FB2018
Complementary color
Monochromatic Colors of #FB2018
Black with #FB2018
Text Example
Text Example
White with #FB2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2018; }
p { color: rgb(251,32,24); }
H1.HeaderClassName
{
color: #FB2018;
}
.AnyTagClassName
{
color: #FB2018;
}
</style>
background-color css
<style>
a { background-color: #FB2018; }
a { background-color: rgb(251,32,24); }
div.DivClassName
{
background-color: #FB2018;
}
.BgClassName
{
background-color: #FB2018;
}
</style>
border-color css
<style>
span { border-color: #FB2018; }
span { border-color: rgb(251,32,24); }
td.TdClassName
{
border-color: #FB2018;
}
.TagClassName
{
border-color: #FB2018;
}
</style>