Shades of Scarlet #FA1C12
Tints of Scarlet #FA1C12
RGB
CMYK
RGB Variations
Color information
#FA1C12 (or 0xFA1C12) is known color: Scarlet. HEX triplet: FA, 1C and 12. RGB value is (250,28,18). Sum of RGB (Red+Green+Blue) = 250+28+18=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C12 is #05E3ED. Grayscale: #5D5D5D. Windows color (decimal): -386030 or 1187066. OLE color: 1187066.
HSL color Cylindrical-coordinate representation of color #FA1C12: hue angle of 2.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1C12 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 18 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.02 |
| HSL | 2.59º | 0.96% | 0.53% | - |
| HSV(B) | 2.59º | 0.93% | 0.98% | - |
| XYZ | 39.95 | 21.2 | 2.56 | - |
| YUV | 93.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 18 | 0 | 0.89 | 0.93 | 0.02 | 2.59 | 0.96 | 0.53 |
| Hex | FA | 1C | 12 | 0 | 59 | 5D | 2 | 3 | 60 | 35 |
| Octal | 372 | 34 | 22 | 0 | 131 | 135 | 2 | 3 | 140 | 65 |
| Binary | 11111010 | 11100 | 10010 | 0 | 1011001 | 1011101 | 10 | 11 | 1100000 | 110101 |
Color Harmonies of #FA1C12
Complementary color
Monochromatic Colors of #FA1C12
Black with #FA1C12
Text Example
Text Example
White with #FA1C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C12; }
p { color: rgb(250,28,18); }
H1.HeaderClassName
{
color: #FA1C12;
}
.AnyTagClassName
{
color: #FA1C12;
}
</style>
background-color css
<style>
a { background-color: #FA1C12; }
a { background-color: rgb(250,28,18); }
div.DivClassName
{
background-color: #FA1C12;
}
.BgClassName
{
background-color: #FA1C12;
}
</style>
border-color css
<style>
span { border-color: #FA1C12; }
span { border-color: rgb(250,28,18); }
td.TdClassName
{
border-color: #FA1C12;
}
.TagClassName
{
border-color: #FA1C12;
}
</style>