Shades of Scarlet #FB140F
Tints of Scarlet #FB140F
RGB
CMYK
RGB Variations
Color information
#FB140F (or 0xFB140F) is known color: Scarlet. HEX triplet: FB, 14 and 0F. RGB value is (251,20,15). Sum of RGB (Red+Green+Blue) = 251+20+15=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB140F is #04EBF0. Grayscale: #585858. Windows color (decimal): -322545 or 988411. OLE color: 988411.
HSL color Cylindrical-coordinate representation of color #FB140F: hue angle of 1.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.27º | 0.97% | 0.52% | - |
| HSV(B) | 1.27º | 0.94% | 0.98% | - |
| XYZ | 40.12 | 21.04 | 2.4 | - |
| YUV | 88.5 | 86.53 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 15 | 0 | 0.92 | 0.94 | 0.02 | 1.27 | 0.97 | 0.52 |
| Hex | FB | 14 | F | 0 | 5C | 5E | 2 | 1 | 61 | 34 |
| Octal | 373 | 24 | 17 | 0 | 134 | 136 | 2 | 1 | 141 | 64 |
| Binary | 11111011 | 10100 | 1111 | 0 | 1011100 | 1011110 | 10 | 1 | 1100001 | 110100 |
Color Harmonies of #FB140F
Complementary color
Monochromatic Colors of #FB140F
Black with #FB140F
Text Example
Text Example
White with #FB140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB140F; }
p { color: rgb(251,20,15); }
H1.HeaderClassName
{
color: #FB140F;
}
.AnyTagClassName
{
color: #FB140F;
}
</style>
background-color css
<style>
a { background-color: #FB140F; }
a { background-color: rgb(251,20,15); }
div.DivClassName
{
background-color: #FB140F;
}
.BgClassName
{
background-color: #FB140F;
}
</style>
border-color css
<style>
span { border-color: #FB140F; }
span { border-color: rgb(251,20,15); }
td.TdClassName
{
border-color: #FB140F;
}
.TagClassName
{
border-color: #FB140F;
}
</style>