Shades of Scarlet #FA140B
Tints of Scarlet #FA140B
RGB
CMYK
RGB Variations
Color information
#FA140B (or 0xFA140B) is known color: Scarlet. HEX triplet: FA, 14 and 0B. RGB value is (250,20,11). Sum of RGB (Red+Green+Blue) = 250+20+11=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140B is #05EBF4. Grayscale: #585858. Windows color (decimal): -388085 or 726266. OLE color: 726266.
HSL color Cylindrical-coordinate representation of color #FA140B: hue angle of 2.26º degrees, saturation: 0.96, 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 #FA140B is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 11 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.02 |
| HSL | 2.26º | 0.96% | 0.51% | - |
| HSV(B) | 2.26º | 0.96% | 0.98% | - |
| XYZ | 39.73 | 20.85 | 2.25 | - |
| YUV | 87.74 | 84.7 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 11 | 0 | 0.92 | 0.96 | 0.02 | 2.26 | 0.96 | 0.51 |
| Hex | FA | 14 | B | 0 | 5C | 60 | 2 | 2 | 60 | 33 |
| Octal | 372 | 24 | 13 | 0 | 134 | 140 | 2 | 2 | 140 | 63 |
| Binary | 11111010 | 10100 | 1011 | 0 | 1011100 | 1100000 | 10 | 10 | 1100000 | 110011 |
Color Harmonies of #FA140B
Complementary color
Monochromatic Colors of #FA140B
Black with #FA140B
Text Example
Text Example
White with #FA140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA140B; }
p { color: rgb(250,20,11); }
H1.HeaderClassName
{
color: #FA140B;
}
.AnyTagClassName
{
color: #FA140B;
}
</style>
background-color css
<style>
a { background-color: #FA140B; }
a { background-color: rgb(250,20,11); }
div.DivClassName
{
background-color: #FA140B;
}
.BgClassName
{
background-color: #FA140B;
}
</style>
border-color css
<style>
span { border-color: #FA140B; }
span { border-color: rgb(250,20,11); }
td.TdClassName
{
border-color: #FA140B;
}
.TagClassName
{
border-color: #FA140B;
}
</style>