Shades of Scarlet #FC1509
Tints of Scarlet #FC1509
RGB
CMYK
RGB Variations
Color information
#FC1509 (or 0xFC1509) is known color: Scarlet. HEX triplet: FC, 15 and 09. RGB value is (252,21,9). Sum of RGB (Red+Green+Blue) = 252+21+9=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1509 is #03EAF6. Grayscale: #585858. Windows color (decimal): -256759 or 595452. OLE color: 595452.
HSL color Cylindrical-coordinate representation of color #FC1509: hue angle of 2.96º 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 #FC1509 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.01 |
| HSL | 2.96º | 0.98% | 0.51% | - |
| HSV(B) | 2.96º | 0.96% | 0.99% | - |
| XYZ | 40.46 | 21.25 | 2.23 | - |
| YUV | 88.7 | 83.03 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 9 | 0 | 0.92 | 0.96 | 0.01 | 2.96 | 0.98 | 0.51 |
| Hex | FC | 15 | 9 | 0 | 5C | 60 | 1 | 3 | 62 | 33 |
| Octal | 374 | 25 | 11 | 0 | 134 | 140 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10101 | 1001 | 0 | 1011100 | 1100000 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC1509
Complementary color
Monochromatic Colors of #FC1509
Black with #FC1509
Text Example
Text Example
White with #FC1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1509; }
p { color: rgb(252,21,9); }
H1.HeaderClassName
{
color: #FC1509;
}
.AnyTagClassName
{
color: #FC1509;
}
</style>
background-color css
<style>
a { background-color: #FC1509; }
a { background-color: rgb(252,21,9); }
div.DivClassName
{
background-color: #FC1509;
}
.BgClassName
{
background-color: #FC1509;
}
</style>
border-color css
<style>
span { border-color: #FC1509; }
span { border-color: rgb(252,21,9); }
td.TdClassName
{
border-color: #FC1509;
}
.TagClassName
{
border-color: #FC1509;
}
</style>