Shades of Scarlet #FC3404
Tints of Scarlet #FC3404
RGB
CMYK
RGB Variations
Color information
#FC3404 (or 0xFC3404) is known color: Scarlet. HEX triplet: FC, 34 and 04. RGB value is (252,52,4). Sum of RGB (Red+Green+Blue) = 252+52+4=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3404 is #03CBFB. Grayscale: #6A6A6A. Windows color (decimal): -248828 or 275708. OLE color: 275708.
HSL color Cylindrical-coordinate representation of color #FC3404: hue angle of 11.61º 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 #FC3404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.01 |
| HSL | 11.61º | 0.98% | 0.5% | - |
| HSV(B) | 11.61º | 0.98% | 0.99% | - |
| XYZ | 41.39 | 23.16 | 2.4 | - |
| YUV | 106.33 | 70.26 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 4 | 0 | 0.79 | 0.98 | 0.01 | 11.61 | 0.98 | 0.5 |
| Hex | FC | 34 | 4 | 0 | 4F | 62 | 1 | C | 62 | 32 |
| Octal | 374 | 64 | 4 | 0 | 117 | 142 | 1 | 14 | 142 | 62 |
| Binary | 11111100 | 110100 | 100 | 0 | 1001111 | 1100010 | 1 | 1100 | 1100010 | 110010 |
Color Harmonies of #FC3404
Complementary color
Monochromatic Colors of #FC3404
Black with #FC3404
Text Example
Text Example
White with #FC3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3404; }
p { color: rgb(252,52,4); }
H1.HeaderClassName
{
color: #FC3404;
}
.AnyTagClassName
{
color: #FC3404;
}
</style>
background-color css
<style>
a { background-color: #FC3404; }
a { background-color: rgb(252,52,4); }
div.DivClassName
{
background-color: #FC3404;
}
.BgClassName
{
background-color: #FC3404;
}
</style>
border-color css
<style>
span { border-color: #FC3404; }
span { border-color: rgb(252,52,4); }
td.TdClassName
{
border-color: #FC3404;
}
.TagClassName
{
border-color: #FC3404;
}
</style>