Shades of Scarlet #FC2F0C
Tints of Scarlet #FC2F0C
RGB
CMYK
RGB Variations
Color information
#FC2F0C (or 0xFC2F0C) is known color: Scarlet. HEX triplet: FC, 2F and 0C. RGB value is (252,47,12). Sum of RGB (Red+Green+Blue) = 252+47+12=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F0C is #03D0F3. Grayscale: #686868. Windows color (decimal): -250100 or 798716. OLE color: 798716.
HSL color Cylindrical-coordinate representation of color #FC2F0C: hue angle of 8.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC2F0C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 8.75º | 0.98% | 0.52% | - |
| HSV(B) | 8.75º | 0.95% | 0.99% | - |
| XYZ | 41.23 | 22.76 | 2.57 | - |
| YUV | 104.31 | 75.92 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 12 | 0 | 0.81 | 0.95 | 0.01 | 8.75 | 0.98 | 0.52 |
| Hex | FC | 2F | C | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 374 | 57 | 14 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 101111 | 1100 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC2F0C
Complementary color
Monochromatic Colors of #FC2F0C
Black with #FC2F0C
Text Example
Text Example
White with #FC2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F0C; }
p { color: rgb(252,47,12); }
H1.HeaderClassName
{
color: #FC2F0C;
}
.AnyTagClassName
{
color: #FC2F0C;
}
</style>
background-color css
<style>
a { background-color: #FC2F0C; }
a { background-color: rgb(252,47,12); }
div.DivClassName
{
background-color: #FC2F0C;
}
.BgClassName
{
background-color: #FC2F0C;
}
</style>
border-color css
<style>
span { border-color: #FC2F0C; }
span { border-color: rgb(252,47,12); }
td.TdClassName
{
border-color: #FC2F0C;
}
.TagClassName
{
border-color: #FC2F0C;
}
</style>