Shades of Scarlet #FC150F
Tints of Scarlet #FC150F
RGB
CMYK
RGB Variations
Color information
#FC150F (or 0xFC150F) is known color: Scarlet. HEX triplet: FC, 15 and 0F. RGB value is (252,21,15). Sum of RGB (Red+Green+Blue) = 252+21+15=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC150F is #03EAF0. Grayscale: #595959. Windows color (decimal): -256753 or 988668. OLE color: 988668.
HSL color Cylindrical-coordinate representation of color #FC150F: hue angle of 1.52º 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 #FC150F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.01 |
| HSL | 1.52º | 0.98% | 0.52% | - |
| HSV(B) | 1.52º | 0.94% | 0.99% | - |
| XYZ | 40.5 | 21.27 | 2.42 | - |
| YUV | 89.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 15 | 0 | 0.92 | 0.94 | 0.01 | 1.52 | 0.98 | 0.52 |
| Hex | FC | 15 | F | 0 | 5C | 5E | 1 | 2 | 62 | 34 |
| Octal | 374 | 25 | 17 | 0 | 134 | 136 | 1 | 2 | 142 | 64 |
| Binary | 11111100 | 10101 | 1111 | 0 | 1011100 | 1011110 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FC150F
Complementary color
Monochromatic Colors of #FC150F
Black with #FC150F
Text Example
Text Example
White with #FC150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC150F; }
p { color: rgb(252,21,15); }
H1.HeaderClassName
{
color: #FC150F;
}
.AnyTagClassName
{
color: #FC150F;
}
</style>
background-color css
<style>
a { background-color: #FC150F; }
a { background-color: rgb(252,21,15); }
div.DivClassName
{
background-color: #FC150F;
}
.BgClassName
{
background-color: #FC150F;
}
</style>
border-color css
<style>
span { border-color: #FC150F; }
span { border-color: rgb(252,21,15); }
td.TdClassName
{
border-color: #FC150F;
}
.TagClassName
{
border-color: #FC150F;
}
</style>