Shades of Scarlet #FB1F0A
Tints of Scarlet #FB1F0A
RGB
CMYK
RGB Variations
Color information
#FB1F0A (or 0xFB1F0A) is known color: Scarlet. HEX triplet: FB, 1F and 0A. RGB value is (251,31,10). Sum of RGB (Red+Green+Blue) = 251+31+10=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1F0A is #04E0F5. Grayscale: #5E5E5E. Windows color (decimal): -319734 or 663547. OLE color: 663547.
HSL color Cylindrical-coordinate representation of color #FB1F0A: hue angle of 5.23º 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 #FB1F0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.02 |
| HSL | 5.23º | 0.97% | 0.51% | - |
| HSV(B) | 5.23º | 0.96% | 0.98% | - |
| XYZ | 40.33 | 21.51 | 2.31 | - |
| YUV | 94.39 | 80.39 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 10 | 0 | 0.88 | 0.96 | 0.02 | 5.23 | 0.97 | 0.51 |
| Hex | FB | 1F | A | 0 | 58 | 60 | 2 | 5 | 61 | 33 |
| Octal | 373 | 37 | 12 | 0 | 130 | 140 | 2 | 5 | 141 | 63 |
| Binary | 11111011 | 11111 | 1010 | 0 | 1011000 | 1100000 | 10 | 101 | 1100001 | 110011 |
Color Harmonies of #FB1F0A
Complementary color
Monochromatic Colors of #FB1F0A
Black with #FB1F0A
Text Example
Text Example
White with #FB1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F0A; }
p { color: rgb(251,31,10); }
H1.HeaderClassName
{
color: #FB1F0A;
}
.AnyTagClassName
{
color: #FB1F0A;
}
</style>
background-color css
<style>
a { background-color: #FB1F0A; }
a { background-color: rgb(251,31,10); }
div.DivClassName
{
background-color: #FB1F0A;
}
.BgClassName
{
background-color: #FB1F0A;
}
</style>
border-color css
<style>
span { border-color: #FB1F0A; }
span { border-color: rgb(251,31,10); }
td.TdClassName
{
border-color: #FB1F0A;
}
.TagClassName
{
border-color: #FB1F0A;
}
</style>