Shades of Scarlet #FC1A18
Tints of Scarlet #FC1A18
RGB
CMYK
RGB Variations
Color information
#FC1A18 (or 0xFC1A18) is known color: Scarlet. HEX triplet: FC, 1A and 18. RGB value is (252,26,24). Sum of RGB (Red+Green+Blue) = 252+26+24=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A18 is #03E5E7. Grayscale: #5D5D5D. Windows color (decimal): -255464 or 1579772. OLE color: 1579772.
HSL color Cylindrical-coordinate representation of color #FC1A18: hue angle of 0.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A18 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.01 |
| HSL | 0.53º | 0.97% | 0.54% | - |
| HSV(B) | 0.53º | 0.9% | 0.99% | - |
| XYZ | 40.68 | 21.5 | 2.87 | - |
| YUV | 93.35 | 88.87 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 24 | 0 | 0.90 | 0.90 | 0.01 | 0.53 | 0.97 | 0.54 |
| Hex | FC | 1A | 18 | 0 | 5A | 5A | 1 | 1 | 61 | 36 |
| Octal | 374 | 32 | 30 | 0 | 132 | 132 | 1 | 1 | 141 | 66 |
| Binary | 11111100 | 11010 | 11000 | 0 | 1011010 | 1011010 | 1 | 1 | 1100001 | 110110 |
Color Harmonies of #FC1A18
Complementary color
Monochromatic Colors of #FC1A18
Black with #FC1A18
Text Example
Text Example
White with #FC1A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A18; }
p { color: rgb(252,26,24); }
H1.HeaderClassName
{
color: #FC1A18;
}
.AnyTagClassName
{
color: #FC1A18;
}
</style>
background-color css
<style>
a { background-color: #FC1A18; }
a { background-color: rgb(252,26,24); }
div.DivClassName
{
background-color: #FC1A18;
}
.BgClassName
{
background-color: #FC1A18;
}
</style>
border-color css
<style>
span { border-color: #FC1A18; }
span { border-color: rgb(252,26,24); }
td.TdClassName
{
border-color: #FC1A18;
}
.TagClassName
{
border-color: #FC1A18;
}
</style>