Shades of Scarlet #FC180A
Tints of Scarlet #FC180A
RGB
CMYK
RGB Variations
Color information
#FC180A (or 0xFC180A) is known color: Scarlet. HEX triplet: FC, 18 and 0A. RGB value is (252,24,10). Sum of RGB (Red+Green+Blue) = 252+24+10=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC180A is #03E7F5. Grayscale: #5A5A5A. Windows color (decimal): -255990 or 661756. OLE color: 661756.
HSL color Cylindrical-coordinate representation of color #FC180A: hue angle of 3.47º 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 #FC180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.01 |
| HSL | 3.47º | 0.98% | 0.51% | - |
| HSV(B) | 3.47º | 0.96% | 0.99% | - |
| XYZ | 40.53 | 21.37 | 2.28 | - |
| YUV | 90.58 | 82.54 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 10 | 0 | 0.90 | 0.96 | 0.01 | 3.47 | 0.98 | 0.51 |
| Hex | FC | 18 | A | 0 | 5A | 60 | 1 | 3 | 62 | 33 |
| Octal | 374 | 30 | 12 | 0 | 132 | 140 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 11000 | 1010 | 0 | 1011010 | 1100000 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC180A
Complementary color
Monochromatic Colors of #FC180A
Black with #FC180A
Text Example
Text Example
White with #FC180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC180A; }
p { color: rgb(252,24,10); }
H1.HeaderClassName
{
color: #FC180A;
}
.AnyTagClassName
{
color: #FC180A;
}
</style>
background-color css
<style>
a { background-color: #FC180A; }
a { background-color: rgb(252,24,10); }
div.DivClassName
{
background-color: #FC180A;
}
.BgClassName
{
background-color: #FC180A;
}
</style>
border-color css
<style>
span { border-color: #FC180A; }
span { border-color: rgb(252,24,10); }
td.TdClassName
{
border-color: #FC180A;
}
.TagClassName
{
border-color: #FC180A;
}
</style>