Shades of Scarlet #FC150E
Tints of Scarlet #FC150E
RGB
CMYK
RGB Variations
Color information
#FC150E (or 0xFC150E) is known color: Scarlet. HEX triplet: FC, 15 and 0E. RGB value is (252,21,14). Sum of RGB (Red+Green+Blue) = 252+21+14=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC150E is #03EAF1. Grayscale: #595959. Windows color (decimal): -256754 or 923132. OLE color: 923132.
HSL color Cylindrical-coordinate representation of color #FC150E: hue angle of 1.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC150E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.01 |
| HSL | 1.76º | 0.98% | 0.52% | - |
| HSV(B) | 1.76º | 0.94% | 0.99% | - |
| XYZ | 40.49 | 21.26 | 2.39 | - |
| YUV | 89.27 | 85.53 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 14 | 0 | 0.92 | 0.94 | 0.01 | 1.76 | 0.98 | 0.52 |
| Hex | FC | 15 | E | 0 | 5C | 5E | 1 | 2 | 62 | 34 |
| Octal | 374 | 25 | 16 | 0 | 134 | 136 | 1 | 2 | 142 | 64 |
| Binary | 11111100 | 10101 | 1110 | 0 | 1011100 | 1011110 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FC150E
Complementary color
Monochromatic Colors of #FC150E
Black with #FC150E
Text Example
Text Example
White with #FC150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC150E; }
p { color: rgb(252,21,14); }
H1.HeaderClassName
{
color: #FC150E;
}
.AnyTagClassName
{
color: #FC150E;
}
</style>
background-color css
<style>
a { background-color: #FC150E; }
a { background-color: rgb(252,21,14); }
div.DivClassName
{
background-color: #FC150E;
}
.BgClassName
{
background-color: #FC150E;
}
</style>
border-color css
<style>
span { border-color: #FC150E; }
span { border-color: rgb(252,21,14); }
td.TdClassName
{
border-color: #FC150E;
}
.TagClassName
{
border-color: #FC150E;
}
</style>