Shades of Scarlet #FC3200
Tints of Scarlet #FC3200
RGB
CMYK
RGB Variations
Color information
#FC3200 (or 0xFC3200) is known color: Scarlet. HEX triplet: FC, 32 and 00. RGB value is (252,50,0). Sum of RGB (Red+Green+Blue) = 252+50+0=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3200 is #03CDFF. Grayscale: #696969. Windows color (decimal): -249344 or 13052. OLE color: 13052.
HSL color Cylindrical-coordinate representation of color #FC3200: hue angle of 11.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.01 |
| HSL | 11.9º | 1% | 0.49% | - |
| HSV(B) | 11.9º | 1% | 0.99% | - |
| XYZ | 41.29 | 22.98 | 2.26 | - |
| YUV | 104.7 | 68.92 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 0 | 0 | 0.80 | 1 | 0.01 | 11.9 | 1 | 0.49 |
| Hex | FC | 32 | 0 | 0 | 50 | 64 | 1 | C | 64 | 31 |
| Octal | 374 | 62 | 0 | 0 | 120 | 144 | 1 | 14 | 144 | 61 |
| Binary | 11111100 | 110010 | 0 | 0 | 1010000 | 1100100 | 1 | 1100 | 1100100 | 110001 |
Color Harmonies of #FC3200
Complementary color
Monochromatic Colors of #FC3200
Black with #FC3200
Text Example
Text Example
White with #FC3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3200; }
p { color: rgb(252,50,0); }
H1.HeaderClassName
{
color: #FC3200;
}
.AnyTagClassName
{
color: #FC3200;
}
</style>
background-color css
<style>
a { background-color: #FC3200; }
a { background-color: rgb(252,50,0); }
div.DivClassName
{
background-color: #FC3200;
}
.BgClassName
{
background-color: #FC3200;
}
</style>
border-color css
<style>
span { border-color: #FC3200; }
span { border-color: rgb(252,50,0); }
td.TdClassName
{
border-color: #FC3200;
}
.TagClassName
{
border-color: #FC3200;
}
</style>