Shades of Scarlet #FC1304
Tints of Scarlet #FC1304
RGB
CMYK
RGB Variations
Color information
#FC1304 (or 0xFC1304) is known color: Scarlet. HEX triplet: FC, 13 and 04. RGB value is (252,19,4). Sum of RGB (Red+Green+Blue) = 252+19+4=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1304 is #03ECFB. Grayscale: #575757. Windows color (decimal): -257276 or 267260. OLE color: 267260.
HSL color Cylindrical-coordinate representation of color #FC1304: hue angle of 3.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC1304 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.01 |
| HSL | 3.63º | 0.98% | 0.5% | - |
| HSV(B) | 3.63º | 0.98% | 0.99% | - |
| XYZ | 40.4 | 21.17 | 2.07 | - |
| YUV | 86.96 | 81.19 | 245.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 4 | 0 | 0.92 | 0.98 | 0.01 | 3.63 | 0.98 | 0.5 |
| Hex | FC | 13 | 4 | 0 | 5C | 62 | 1 | 4 | 62 | 32 |
| Octal | 374 | 23 | 4 | 0 | 134 | 142 | 1 | 4 | 142 | 62 |
| Binary | 11111100 | 10011 | 100 | 0 | 1011100 | 1100010 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FC1304
Complementary color
Monochromatic Colors of #FC1304
Black with #FC1304
Text Example
Text Example
White with #FC1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1304; }
p { color: rgb(252,19,4); }
H1.HeaderClassName
{
color: #FC1304;
}
.AnyTagClassName
{
color: #FC1304;
}
</style>
background-color css
<style>
a { background-color: #FC1304; }
a { background-color: rgb(252,19,4); }
div.DivClassName
{
background-color: #FC1304;
}
.BgClassName
{
background-color: #FC1304;
}
</style>
border-color css
<style>
span { border-color: #FC1304; }
span { border-color: rgb(252,19,4); }
td.TdClassName
{
border-color: #FC1304;
}
.TagClassName
{
border-color: #FC1304;
}
</style>