Shades of Scarlet #FB3118
Tints of Scarlet #FB3118
RGB
CMYK
RGB Variations
Color information
#FB3118 (or 0xFB3118) is known color: Scarlet. HEX triplet: FB, 31 and 18. RGB value is (251,49,24). Sum of RGB (Red+Green+Blue) = 251+49+24=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3118 is #04CEE7. Grayscale: #6A6A6A. Windows color (decimal): -315112 or 1585659. OLE color: 1585659.
HSL color Cylindrical-coordinate representation of color #FB3118: hue angle of 6.61º 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 #FB3118 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 24 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.02 |
| HSL | 6.61º | 0.97% | 0.54% | - |
| HSV(B) | 6.61º | 0.9% | 0.98% | - |
| XYZ | 41.05 | 22.77 | 3.1 | - |
| YUV | 106.55 | 81.42 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 24 | 0 | 0.80 | 0.90 | 0.02 | 6.61 | 0.97 | 0.54 |
| Hex | FB | 31 | 18 | 0 | 50 | 5A | 2 | 7 | 61 | 36 |
| Octal | 373 | 61 | 30 | 0 | 120 | 132 | 2 | 7 | 141 | 66 |
| Binary | 11111011 | 110001 | 11000 | 0 | 1010000 | 1011010 | 10 | 111 | 1100001 | 110110 |
Color Harmonies of #FB3118
Complementary color
Monochromatic Colors of #FB3118
Black with #FB3118
Text Example
Text Example
White with #FB3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3118; }
p { color: rgb(251,49,24); }
H1.HeaderClassName
{
color: #FB3118;
}
.AnyTagClassName
{
color: #FB3118;
}
</style>
background-color css
<style>
a { background-color: #FB3118; }
a { background-color: rgb(251,49,24); }
div.DivClassName
{
background-color: #FB3118;
}
.BgClassName
{
background-color: #FB3118;
}
</style>
border-color css
<style>
span { border-color: #FB3118; }
span { border-color: rgb(251,49,24); }
td.TdClassName
{
border-color: #FB3118;
}
.TagClassName
{
border-color: #FB3118;
}
</style>