Shades of Scarlet #FC2912
Tints of Scarlet #FC2912
RGB
CMYK
RGB Variations
Color information
#FC2912 (or 0xFC2912) is known color: Scarlet. HEX triplet: FC, 29 and 12. RGB value is (252,41,18). Sum of RGB (Red+Green+Blue) = 252+41+18=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2912 is #03D6ED. Grayscale: #656565. Windows color (decimal): -251630 or 1190396. OLE color: 1190396.
HSL color Cylindrical-coordinate representation of color #FC2912: hue angle of 5.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC2912 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.01 |
| HSL | 5.9º | 0.98% | 0.53% | - |
| HSV(B) | 5.9º | 0.93% | 0.99% | - |
| XYZ | 41.05 | 22.33 | 2.72 | - |
| YUV | 101.47 | 80.9 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 18 | 0 | 0.84 | 0.93 | 0.01 | 5.9 | 0.98 | 0.53 |
| Hex | FC | 29 | 12 | 0 | 54 | 5D | 1 | 6 | 62 | 35 |
| Octal | 374 | 51 | 22 | 0 | 124 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 101001 | 10010 | 0 | 1010100 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2912
Complementary color
Monochromatic Colors of #FC2912
Black with #FC2912
Text Example
Text Example
White with #FC2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2912; }
p { color: rgb(252,41,18); }
H1.HeaderClassName
{
color: #FC2912;
}
.AnyTagClassName
{
color: #FC2912;
}
</style>
background-color css
<style>
a { background-color: #FC2912; }
a { background-color: rgb(252,41,18); }
div.DivClassName
{
background-color: #FC2912;
}
.BgClassName
{
background-color: #FC2912;
}
</style>
border-color css
<style>
span { border-color: #FC2912; }
span { border-color: rgb(252,41,18); }
td.TdClassName
{
border-color: #FC2912;
}
.TagClassName
{
border-color: #FC2912;
}
</style>