Shades of Scarlet #FC2518
Tints of Scarlet #FC2518
RGB
CMYK
RGB Variations
Color information
#FC2518 (or 0xFC2518) is known color: Scarlet. HEX triplet: FC, 25 and 18. RGB value is (252,37,24). Sum of RGB (Red+Green+Blue) = 252+37+24=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2518 is #03DAE7. Grayscale: #646464. Windows color (decimal): -252648 or 1582588. OLE color: 1582588.
HSL color Cylindrical-coordinate representation of color #FC2518: hue angle of 3.42º 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 #FC2518 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.01 |
| HSL | 3.42º | 0.97% | 0.54% | - |
| HSV(B) | 3.42º | 0.9% | 0.99% | - |
| XYZ | 40.97 | 22.08 | 2.97 | - |
| YUV | 99.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 24 | 0 | 0.85 | 0.90 | 0.01 | 3.42 | 0.97 | 0.54 |
| Hex | FC | 25 | 18 | 0 | 55 | 5A | 1 | 3 | 61 | 36 |
| Octal | 374 | 45 | 30 | 0 | 125 | 132 | 1 | 3 | 141 | 66 |
| Binary | 11111100 | 100101 | 11000 | 0 | 1010101 | 1011010 | 1 | 11 | 1100001 | 110110 |
Color Harmonies of #FC2518
Complementary color
Monochromatic Colors of #FC2518
Black with #FC2518
Text Example
Text Example
White with #FC2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2518; }
p { color: rgb(252,37,24); }
H1.HeaderClassName
{
color: #FC2518;
}
.AnyTagClassName
{
color: #FC2518;
}
</style>
background-color css
<style>
a { background-color: #FC2518; }
a { background-color: rgb(252,37,24); }
div.DivClassName
{
background-color: #FC2518;
}
.BgClassName
{
background-color: #FC2518;
}
</style>
border-color css
<style>
span { border-color: #FC2518; }
span { border-color: rgb(252,37,24); }
td.TdClassName
{
border-color: #FC2518;
}
.TagClassName
{
border-color: #FC2518;
}
</style>