Shades of Scarlet #FC3410
Tints of Scarlet #FC3410
RGB
CMYK
RGB Variations
Color information
#FC3410 (or 0xFC3410) is known color: Scarlet. HEX triplet: FC, 34 and 10. RGB value is (252,52,16). Sum of RGB (Red+Green+Blue) = 252+52+16=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3410 is #03CBEF. Grayscale: #6C6C6C. Windows color (decimal): -248816 or 1062140. OLE color: 1062140.
HSL color Cylindrical-coordinate representation of color #FC3410: hue angle of 9.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC3410 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 16 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.01 |
| HSL | 9.15º | 0.98% | 0.53% | - |
| HSV(B) | 9.15º | 0.94% | 0.99% | - |
| XYZ | 41.47 | 23.19 | 2.78 | - |
| YUV | 107.7 | 76.26 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 16 | 0 | 0.79 | 0.94 | 0.01 | 9.15 | 0.98 | 0.53 |
| Hex | FC | 34 | 10 | 0 | 4F | 5E | 1 | 9 | 62 | 35 |
| Octal | 374 | 64 | 20 | 0 | 117 | 136 | 1 | 11 | 142 | 65 |
| Binary | 11111100 | 110100 | 10000 | 0 | 1001111 | 1011110 | 1 | 1001 | 1100010 | 110101 |
Color Harmonies of #FC3410
Complementary color
Monochromatic Colors of #FC3410
Black with #FC3410
Text Example
Text Example
White with #FC3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3410; }
p { color: rgb(252,52,16); }
H1.HeaderClassName
{
color: #FC3410;
}
.AnyTagClassName
{
color: #FC3410;
}
</style>
background-color css
<style>
a { background-color: #FC3410; }
a { background-color: rgb(252,52,16); }
div.DivClassName
{
background-color: #FC3410;
}
.BgClassName
{
background-color: #FC3410;
}
</style>
border-color css
<style>
span { border-color: #FC3410; }
span { border-color: rgb(252,52,16); }
td.TdClassName
{
border-color: #FC3410;
}
.TagClassName
{
border-color: #FC3410;
}
</style>