Shades of Scarlet #FB190C
Tints of Scarlet #FB190C
RGB
CMYK
RGB Variations
Color information
#FB190C (or 0xFB190C) is known color: Scarlet. HEX triplet: FB, 19 and 0C. RGB value is (251,25,12). Sum of RGB (Red+Green+Blue) = 251+25+12=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB190C is #04E6F3. Grayscale: #5B5B5B. Windows color (decimal): -321268 or 793083. OLE color: 793083.
HSL color Cylindrical-coordinate representation of color #FB190C: hue angle of 3.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB190C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.02 |
| HSL | 3.26º | 0.97% | 0.52% | - |
| HSV(B) | 3.26º | 0.95% | 0.98% | - |
| XYZ | 40.2 | 21.23 | 2.33 | - |
| YUV | 91.09 | 83.37 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 12 | 0 | 0.90 | 0.95 | 0.02 | 3.26 | 0.97 | 0.52 |
| Hex | FB | 19 | C | 0 | 5A | 5F | 2 | 3 | 61 | 34 |
| Octal | 373 | 31 | 14 | 0 | 132 | 137 | 2 | 3 | 141 | 64 |
| Binary | 11111011 | 11001 | 1100 | 0 | 1011010 | 1011111 | 10 | 11 | 1100001 | 110100 |
Color Harmonies of #FB190C
Complementary color
Monochromatic Colors of #FB190C
Black with #FB190C
Text Example
Text Example
White with #FB190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB190C; }
p { color: rgb(251,25,12); }
H1.HeaderClassName
{
color: #FB190C;
}
.AnyTagClassName
{
color: #FB190C;
}
</style>
background-color css
<style>
a { background-color: #FB190C; }
a { background-color: rgb(251,25,12); }
div.DivClassName
{
background-color: #FB190C;
}
.BgClassName
{
background-color: #FB190C;
}
</style>
border-color css
<style>
span { border-color: #FB190C; }
span { border-color: rgb(251,25,12); }
td.TdClassName
{
border-color: #FB190C;
}
.TagClassName
{
border-color: #FB190C;
}
</style>