Shades of Scarlet #FC150A
Tints of Scarlet #FC150A
RGB
CMYK
RGB Variations
Color information
#FC150A (or 0xFC150A) is known color: Scarlet. HEX triplet: FC, 15 and 0A. RGB value is (252,21,10). Sum of RGB (Red+Green+Blue) = 252+21+10=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC150A is #03EAF5. Grayscale: #595959. Windows color (decimal): -256758 or 660988. OLE color: 660988.
HSL color Cylindrical-coordinate representation of color #FC150A: hue angle of 2.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC150A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.01 |
| HSL | 2.73º | 0.98% | 0.51% | - |
| HSV(B) | 2.73º | 0.96% | 0.99% | - |
| XYZ | 40.47 | 21.25 | 2.26 | - |
| YUV | 88.82 | 83.53 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 10 | 0 | 0.92 | 0.96 | 0.01 | 2.73 | 0.98 | 0.51 |
| Hex | FC | 15 | A | 0 | 5C | 60 | 1 | 3 | 62 | 33 |
| Octal | 374 | 25 | 12 | 0 | 134 | 140 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10101 | 1010 | 0 | 1011100 | 1100000 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC150A
Complementary color
Monochromatic Colors of #FC150A
Black with #FC150A
Text Example
Text Example
White with #FC150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC150A; }
p { color: rgb(252,21,10); }
H1.HeaderClassName
{
color: #FC150A;
}
.AnyTagClassName
{
color: #FC150A;
}
</style>
background-color css
<style>
a { background-color: #FC150A; }
a { background-color: rgb(252,21,10); }
div.DivClassName
{
background-color: #FC150A;
}
.BgClassName
{
background-color: #FC150A;
}
</style>
border-color css
<style>
span { border-color: #FC150A; }
span { border-color: rgb(252,21,10); }
td.TdClassName
{
border-color: #FC150A;
}
.TagClassName
{
border-color: #FC150A;
}
</style>