Shades of Scarlet #FA1E0C
Tints of Scarlet #FA1E0C
RGB
CMYK
RGB Variations
Color information
#FA1E0C (or 0xFA1E0C) is known color: Scarlet. HEX triplet: FA, 1E and 0C. RGB value is (250,30,12). Sum of RGB (Red+Green+Blue) = 250+30+12=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E0C is #05E1F3. Grayscale: #5E5E5E. Windows color (decimal): -385524 or 794362. OLE color: 794362.
HSL color Cylindrical-coordinate representation of color #FA1E0C: hue angle of 4.54º 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 #FA1E0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.02 |
| HSL | 4.54º | 0.96% | 0.51% | - |
| HSV(B) | 4.54º | 0.95% | 0.98% | - |
| XYZ | 39.95 | 21.28 | 2.35 | - |
| YUV | 93.73 | 81.89 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 12 | 0 | 0.88 | 0.95 | 0.02 | 4.54 | 0.96 | 0.51 |
| Hex | FA | 1E | C | 0 | 58 | 5F | 2 | 5 | 60 | 33 |
| Octal | 372 | 36 | 14 | 0 | 130 | 137 | 2 | 5 | 140 | 63 |
| Binary | 11111010 | 11110 | 1100 | 0 | 1011000 | 1011111 | 10 | 101 | 1100000 | 110011 |
Color Harmonies of #FA1E0C
Complementary color
Monochromatic Colors of #FA1E0C
Black with #FA1E0C
Text Example
Text Example
White with #FA1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E0C; }
p { color: rgb(250,30,12); }
H1.HeaderClassName
{
color: #FA1E0C;
}
.AnyTagClassName
{
color: #FA1E0C;
}
</style>
background-color css
<style>
a { background-color: #FA1E0C; }
a { background-color: rgb(250,30,12); }
div.DivClassName
{
background-color: #FA1E0C;
}
.BgClassName
{
background-color: #FA1E0C;
}
</style>
border-color css
<style>
span { border-color: #FA1E0C; }
span { border-color: rgb(250,30,12); }
td.TdClassName
{
border-color: #FA1E0C;
}
.TagClassName
{
border-color: #FA1E0C;
}
</style>