Shades of Scarlet #FC3512
Tints of Scarlet #FC3512
RGB
CMYK
RGB Variations
Color information
#FC3512 (or 0xFC3512) is known color: Scarlet. HEX triplet: FC, 35 and 12. RGB value is (252,53,18). Sum of RGB (Red+Green+Blue) = 252+53+18=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3512 is #03CAED. Grayscale: #6C6C6C. Windows color (decimal): -248558 or 1193468. OLE color: 1193468.
HSL color Cylindrical-coordinate representation of color #FC3512: hue angle of 8.97º 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 #FC3512 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.01 |
| HSL | 8.97º | 0.98% | 0.53% | - |
| HSV(B) | 8.97º | 0.93% | 0.99% | - |
| XYZ | 41.53 | 23.29 | 2.88 | - |
| YUV | 108.51 | 76.93 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 18 | 0 | 0.79 | 0.93 | 0.01 | 8.97 | 0.98 | 0.53 |
| Hex | FC | 35 | 12 | 0 | 4F | 5D | 1 | 9 | 62 | 35 |
| Octal | 374 | 65 | 22 | 0 | 117 | 135 | 1 | 11 | 142 | 65 |
| Binary | 11111100 | 110101 | 10010 | 0 | 1001111 | 1011101 | 1 | 1001 | 1100010 | 110101 |
Color Harmonies of #FC3512
Complementary color
Monochromatic Colors of #FC3512
Black with #FC3512
Text Example
Text Example
White with #FC3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3512; }
p { color: rgb(252,53,18); }
H1.HeaderClassName
{
color: #FC3512;
}
.AnyTagClassName
{
color: #FC3512;
}
</style>
background-color css
<style>
a { background-color: #FC3512; }
a { background-color: rgb(252,53,18); }
div.DivClassName
{
background-color: #FC3512;
}
.BgClassName
{
background-color: #FC3512;
}
</style>
border-color css
<style>
span { border-color: #FC3512; }
span { border-color: rgb(252,53,18); }
td.TdClassName
{
border-color: #FC3512;
}
.TagClassName
{
border-color: #FC3512;
}
</style>