Shades of Scarlet #FB170A
Tints of Scarlet #FB170A
RGB
CMYK
RGB Variations
Color information
#FB170A (or 0xFB170A) is known color: Scarlet. HEX triplet: FB, 17 and 0A. RGB value is (251,23,10). Sum of RGB (Red+Green+Blue) = 251+23+10=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB170A is #04E8F5. Grayscale: #595959. Windows color (decimal): -321782 or 661499. OLE color: 661499.
HSL color Cylindrical-coordinate representation of color #FB170A: hue angle of 3.24º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB170A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.02 |
| HSL | 3.24º | 0.97% | 0.51% | - |
| HSV(B) | 3.24º | 0.96% | 0.98% | - |
| XYZ | 40.14 | 21.14 | 2.25 | - |
| YUV | 89.69 | 83.04 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 10 | 0 | 0.91 | 0.96 | 0.02 | 3.24 | 0.97 | 0.51 |
| Hex | FB | 17 | A | 0 | 5B | 60 | 2 | 3 | 61 | 33 |
| Octal | 373 | 27 | 12 | 0 | 133 | 140 | 2 | 3 | 141 | 63 |
| Binary | 11111011 | 10111 | 1010 | 0 | 1011011 | 1100000 | 10 | 11 | 1100001 | 110011 |
Color Harmonies of #FB170A
Complementary color
Monochromatic Colors of #FB170A
Black with #FB170A
Text Example
Text Example
White with #FB170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB170A; }
p { color: rgb(251,23,10); }
H1.HeaderClassName
{
color: #FB170A;
}
.AnyTagClassName
{
color: #FB170A;
}
</style>
background-color css
<style>
a { background-color: #FB170A; }
a { background-color: rgb(251,23,10); }
div.DivClassName
{
background-color: #FB170A;
}
.BgClassName
{
background-color: #FB170A;
}
</style>
border-color css
<style>
span { border-color: #FB170A; }
span { border-color: rgb(251,23,10); }
td.TdClassName
{
border-color: #FB170A;
}
.TagClassName
{
border-color: #FB170A;
}
</style>