Shades of Scarlet #FC2509
Tints of Scarlet #FC2509
RGB
CMYK
RGB Variations
Color information
#FC2509 (or 0xFC2509) is known color: Scarlet. HEX triplet: FC, 25 and 09. RGB value is (252,37,9). Sum of RGB (Red+Green+Blue) = 252+37+9=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2509 is #03DAF6. Grayscale: #626262. Windows color (decimal): -252663 or 599548. OLE color: 599548.
HSL color Cylindrical-coordinate representation of color #FC2509: hue angle of 6.91º 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 #FC2509 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.01 |
| HSL | 6.91º | 0.98% | 0.51% | - |
| HSV(B) | 6.91º | 0.96% | 0.99% | - |
| XYZ | 40.86 | 22.04 | 2.36 | - |
| YUV | 98.09 | 77.73 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 9 | 0 | 0.85 | 0.96 | 0.01 | 6.91 | 0.98 | 0.51 |
| Hex | FC | 25 | 9 | 0 | 55 | 60 | 1 | 7 | 62 | 33 |
| Octal | 374 | 45 | 11 | 0 | 125 | 140 | 1 | 7 | 142 | 63 |
| Binary | 11111100 | 100101 | 1001 | 0 | 1010101 | 1100000 | 1 | 111 | 1100010 | 110011 |
Color Harmonies of #FC2509
Complementary color
Monochromatic Colors of #FC2509
Black with #FC2509
Text Example
Text Example
White with #FC2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2509; }
p { color: rgb(252,37,9); }
H1.HeaderClassName
{
color: #FC2509;
}
.AnyTagClassName
{
color: #FC2509;
}
</style>
background-color css
<style>
a { background-color: #FC2509; }
a { background-color: rgb(252,37,9); }
div.DivClassName
{
background-color: #FC2509;
}
.BgClassName
{
background-color: #FC2509;
}
</style>
border-color css
<style>
span { border-color: #FC2509; }
span { border-color: rgb(252,37,9); }
td.TdClassName
{
border-color: #FC2509;
}
.TagClassName
{
border-color: #FC2509;
}
</style>