Shades of Scarlet #FC350A
Tints of Scarlet #FC350A
RGB
CMYK
RGB Variations
Color information
#FC350A (or 0xFC350A) is known color: Scarlet. HEX triplet: FC, 35 and 0A. RGB value is (252,53,10). Sum of RGB (Red+Green+Blue) = 252+53+10=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC350A is #03CAF5. Grayscale: #6B6B6B. Windows color (decimal): -248566 or 669180. OLE color: 669180.
HSL color Cylindrical-coordinate representation of color #FC350A: hue angle of 10.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC350A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.01 |
| HSL | 10.66º | 0.98% | 0.51% | - |
| HSV(B) | 10.66º | 0.96% | 0.99% | - |
| XYZ | 41.47 | 23.26 | 2.59 | - |
| YUV | 107.6 | 72.93 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 10 | 0 | 0.79 | 0.96 | 0.01 | 10.66 | 0.98 | 0.51 |
| Hex | FC | 35 | A | 0 | 4F | 60 | 1 | B | 62 | 33 |
| Octal | 374 | 65 | 12 | 0 | 117 | 140 | 1 | 13 | 142 | 63 |
| Binary | 11111100 | 110101 | 1010 | 0 | 1001111 | 1100000 | 1 | 1011 | 1100010 | 110011 |
Color Harmonies of #FC350A
Complementary color
Monochromatic Colors of #FC350A
Black with #FC350A
Text Example
Text Example
White with #FC350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC350A; }
p { color: rgb(252,53,10); }
H1.HeaderClassName
{
color: #FC350A;
}
.AnyTagClassName
{
color: #FC350A;
}
</style>
background-color css
<style>
a { background-color: #FC350A; }
a { background-color: rgb(252,53,10); }
div.DivClassName
{
background-color: #FC350A;
}
.BgClassName
{
background-color: #FC350A;
}
</style>
border-color css
<style>
span { border-color: #FC350A; }
span { border-color: rgb(252,53,10); }
td.TdClassName
{
border-color: #FC350A;
}
.TagClassName
{
border-color: #FC350A;
}
</style>