Shades of Scarlet #FA140C
Tints of Scarlet #FA140C
RGB
CMYK
RGB Variations
Color information
#FA140C (or 0xFA140C) is known color: Scarlet. HEX triplet: FA, 14 and 0C. RGB value is (250,20,12). Sum of RGB (Red+Green+Blue) = 250+20+12=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140C is #05EBF3. Grayscale: #585858. Windows color (decimal): -388084 or 791802. OLE color: 791802.
HSL color Cylindrical-coordinate representation of color #FA140C: hue angle of 2.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 2.02º | 0.96% | 0.51% | - |
| HSV(B) | 2.02º | 0.95% | 0.98% | - |
| XYZ | 39.74 | 20.85 | 2.28 | - |
| YUV | 87.86 | 85.2 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 12 | 0 | 0.92 | 0.95 | 0.02 | 2.02 | 0.96 | 0.51 |
| Hex | FA | 14 | C | 0 | 5C | 5F | 2 | 2 | 60 | 33 |
| Octal | 372 | 24 | 14 | 0 | 134 | 137 | 2 | 2 | 140 | 63 |
| Binary | 11111010 | 10100 | 1100 | 0 | 1011100 | 1011111 | 10 | 10 | 1100000 | 110011 |
Color Harmonies of #FA140C
Complementary color
Monochromatic Colors of #FA140C
Black with #FA140C
Text Example
Text Example
White with #FA140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA140C; }
p { color: rgb(250,20,12); }
H1.HeaderClassName
{
color: #FA140C;
}
.AnyTagClassName
{
color: #FA140C;
}
</style>
background-color css
<style>
a { background-color: #FA140C; }
a { background-color: rgb(250,20,12); }
div.DivClassName
{
background-color: #FA140C;
}
.BgClassName
{
background-color: #FA140C;
}
</style>
border-color css
<style>
span { border-color: #FA140C; }
span { border-color: rgb(250,20,12); }
td.TdClassName
{
border-color: #FA140C;
}
.TagClassName
{
border-color: #FA140C;
}
</style>