Shades of Scarlet #FC2505
Tints of Scarlet #FC2505
RGB
CMYK
RGB Variations
Color information
#FC2505 (or 0xFC2505) is known color: Scarlet. HEX triplet: FC, 25 and 05. RGB value is (252,37,5). Sum of RGB (Red+Green+Blue) = 252+37+5=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2505 is #03DAFA. Grayscale: #616161. Windows color (decimal): -252667 or 337404. OLE color: 337404.
HSL color Cylindrical-coordinate representation of color #FC2505: hue angle of 7.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC2505 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.01 |
| HSL | 7.77º | 0.98% | 0.5% | - |
| HSV(B) | 7.77º | 0.98% | 0.99% | - |
| XYZ | 40.83 | 22.03 | 2.24 | - |
| YUV | 97.64 | 75.73 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 5 | 0 | 0.85 | 0.98 | 0.01 | 7.77 | 0.98 | 0.5 |
| Hex | FC | 25 | 5 | 0 | 55 | 62 | 1 | 8 | 62 | 32 |
| Octal | 374 | 45 | 5 | 0 | 125 | 142 | 1 | 10 | 142 | 62 |
| Binary | 11111100 | 100101 | 101 | 0 | 1010101 | 1100010 | 1 | 1000 | 1100010 | 110010 |
Color Harmonies of #FC2505
Complementary color
Monochromatic Colors of #FC2505
Black with #FC2505
Text Example
Text Example
White with #FC2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2505; }
p { color: rgb(252,37,5); }
H1.HeaderClassName
{
color: #FC2505;
}
.AnyTagClassName
{
color: #FC2505;
}
</style>
background-color css
<style>
a { background-color: #FC2505; }
a { background-color: rgb(252,37,5); }
div.DivClassName
{
background-color: #FC2505;
}
.BgClassName
{
background-color: #FC2505;
}
</style>
border-color css
<style>
span { border-color: #FC2505; }
span { border-color: rgb(252,37,5); }
td.TdClassName
{
border-color: #FC2505;
}
.TagClassName
{
border-color: #FC2505;
}
</style>