Shades of Scarlet #FA190C
Tints of Scarlet #FA190C
RGB
CMYK
RGB Variations
Color information
#FA190C (or 0xFA190C) is known color: Scarlet. HEX triplet: FA, 19 and 0C. RGB value is (250,25,12). Sum of RGB (Red+Green+Blue) = 250+25+12=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA190C is #05E6F3. Grayscale: #5B5B5B. Windows color (decimal): -386804 or 793082. OLE color: 793082.
HSL color Cylindrical-coordinate representation of color #FA190C: hue angle of 3.28º 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 #FA190C is Cyan = 0, Magento = 0.9, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 12 | - |
| CMYK | 0 | 0.9 | 0.95 | 0.02 |
| HSL | 3.28º | 0.96% | 0.51% | - |
| HSV(B) | 3.28º | 0.95% | 0.98% | - |
| XYZ | 39.84 | 21.05 | 2.31 | - |
| YUV | 90.79 | 83.54 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 12 | 0 | 0.9 | 0.95 | 0.02 | 3.28 | 0.96 | 0.51 |
| Hex | FA | 19 | C | 0 | 5A | 5F | 2 | 3 | 60 | 33 |
| Octal | 372 | 31 | 14 | 0 | 132 | 137 | 2 | 3 | 140 | 63 |
| Binary | 11111010 | 11001 | 1100 | 0 | 1011010 | 1011111 | 10 | 11 | 1100000 | 110011 |
Color Harmonies of #FA190C
Complementary color
Monochromatic Colors of #FA190C
Black with #FA190C
Text Example
Text Example
White with #FA190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA190C; }
p { color: rgb(250,25,12); }
H1.HeaderClassName
{
color: #FA190C;
}
.AnyTagClassName
{
color: #FA190C;
}
</style>
background-color css
<style>
a { background-color: #FA190C; }
a { background-color: rgb(250,25,12); }
div.DivClassName
{
background-color: #FA190C;
}
.BgClassName
{
background-color: #FA190C;
}
</style>
border-color css
<style>
span { border-color: #FA190C; }
span { border-color: rgb(250,25,12); }
td.TdClassName
{
border-color: #FA190C;
}
.TagClassName
{
border-color: #FA190C;
}
</style>