Shades of Scarlet #FC290E
Tints of Scarlet #FC290E
RGB
CMYK
RGB Variations
Color information
#FC290E (or 0xFC290E) is known color: Scarlet. HEX triplet: FC, 29 and 0E. RGB value is (252,41,14). Sum of RGB (Red+Green+Blue) = 252+41+14=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC290E is #03D6F1. Grayscale: #656565. Windows color (decimal): -251634 or 928252. OLE color: 928252.
HSL color Cylindrical-coordinate representation of color #FC290E: hue angle of 6.81º 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 #FC290E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.01 |
| HSL | 6.81º | 0.98% | 0.52% | - |
| HSV(B) | 6.81º | 0.94% | 0.99% | - |
| XYZ | 41.02 | 22.31 | 2.56 | - |
| YUV | 101.01 | 78.9 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 14 | 0 | 0.84 | 0.94 | 0.01 | 6.81 | 0.98 | 0.52 |
| Hex | FC | 29 | E | 0 | 54 | 5E | 1 | 7 | 62 | 34 |
| Octal | 374 | 51 | 16 | 0 | 124 | 136 | 1 | 7 | 142 | 64 |
| Binary | 11111100 | 101001 | 1110 | 0 | 1010100 | 1011110 | 1 | 111 | 1100010 | 110100 |
Color Harmonies of #FC290E
Complementary color
Monochromatic Colors of #FC290E
Black with #FC290E
Text Example
Text Example
White with #FC290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC290E; }
p { color: rgb(252,41,14); }
H1.HeaderClassName
{
color: #FC290E;
}
.AnyTagClassName
{
color: #FC290E;
}
</style>
background-color css
<style>
a { background-color: #FC290E; }
a { background-color: rgb(252,41,14); }
div.DivClassName
{
background-color: #FC290E;
}
.BgClassName
{
background-color: #FC290E;
}
</style>
border-color css
<style>
span { border-color: #FC290E; }
span { border-color: rgb(252,41,14); }
td.TdClassName
{
border-color: #FC290E;
}
.TagClassName
{
border-color: #FC290E;
}
</style>