Shades of Scarlet #FC1F12
Tints of Scarlet #FC1F12
RGB
CMYK
RGB Variations
Color information
#FC1F12 (or 0xFC1F12) is known color: Scarlet. HEX triplet: FC, 1F and 12. RGB value is (252,31,18). Sum of RGB (Red+Green+Blue) = 252+31+18=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F12 is #03E0ED. Grayscale: #5F5F5F. Windows color (decimal): -254190 or 1187836. OLE color: 1187836.
HSL color Cylindrical-coordinate representation of color #FC1F12: hue angle of 3.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1F12 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 18 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.01 |
| HSL | 3.33º | 0.98% | 0.53% | - |
| HSV(B) | 3.33º | 0.93% | 0.99% | - |
| XYZ | 40.74 | 21.72 | 2.62 | - |
| YUV | 95.6 | 84.22 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 18 | 0 | 0.88 | 0.93 | 0.01 | 3.33 | 0.98 | 0.53 |
| Hex | FC | 1F | 12 | 0 | 58 | 5D | 1 | 3 | 62 | 35 |
| Octal | 374 | 37 | 22 | 0 | 130 | 135 | 1 | 3 | 142 | 65 |
| Binary | 11111100 | 11111 | 10010 | 0 | 1011000 | 1011101 | 1 | 11 | 1100010 | 110101 |
Color Harmonies of #FC1F12
Complementary color
Monochromatic Colors of #FC1F12
Black with #FC1F12
Text Example
Text Example
White with #FC1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F12; }
p { color: rgb(252,31,18); }
H1.HeaderClassName
{
color: #FC1F12;
}
.AnyTagClassName
{
color: #FC1F12;
}
</style>
background-color css
<style>
a { background-color: #FC1F12; }
a { background-color: rgb(252,31,18); }
div.DivClassName
{
background-color: #FC1F12;
}
.BgClassName
{
background-color: #FC1F12;
}
</style>
border-color css
<style>
span { border-color: #FC1F12; }
span { border-color: rgb(252,31,18); }
td.TdClassName
{
border-color: #FC1F12;
}
.TagClassName
{
border-color: #FC1F12;
}
</style>