Shades of Scarlet #FC320F
Tints of Scarlet #FC320F
RGB
CMYK
RGB Variations
Color information
#FC320F (or 0xFC320F) is known color: Scarlet. HEX triplet: FC, 32 and 0F. RGB value is (252,50,15). Sum of RGB (Red+Green+Blue) = 252+50+15=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC320F is #03CDF0. Grayscale: #6A6A6A. Windows color (decimal): -249329 or 996092. OLE color: 996092.
HSL color Cylindrical-coordinate representation of color #FC320F: hue angle of 8.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC320F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.01 |
| HSL | 8.86º | 0.98% | 0.52% | - |
| HSV(B) | 8.86º | 0.94% | 0.99% | - |
| XYZ | 41.37 | 23.01 | 2.71 | - |
| YUV | 106.41 | 76.42 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 15 | 0 | 0.80 | 0.94 | 0.01 | 8.86 | 0.98 | 0.52 |
| Hex | FC | 32 | F | 0 | 50 | 5E | 1 | 9 | 62 | 34 |
| Octal | 374 | 62 | 17 | 0 | 120 | 136 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 110010 | 1111 | 0 | 1010000 | 1011110 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC320F
Complementary color
Monochromatic Colors of #FC320F
Black with #FC320F
Text Example
Text Example
White with #FC320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC320F; }
p { color: rgb(252,50,15); }
H1.HeaderClassName
{
color: #FC320F;
}
.AnyTagClassName
{
color: #FC320F;
}
</style>
background-color css
<style>
a { background-color: #FC320F; }
a { background-color: rgb(252,50,15); }
div.DivClassName
{
background-color: #FC320F;
}
.BgClassName
{
background-color: #FC320F;
}
</style>
border-color css
<style>
span { border-color: #FC320F; }
span { border-color: rgb(252,50,15); }
td.TdClassName
{
border-color: #FC320F;
}
.TagClassName
{
border-color: #FC320F;
}
</style>