Shades of Scarlet #FC2F09
Tints of Scarlet #FC2F09
RGB
CMYK
RGB Variations
Color information
#FC2F09 (or 0xFC2F09) is known color: Scarlet. HEX triplet: FC, 2F and 09. RGB value is (252,47,9). Sum of RGB (Red+Green+Blue) = 252+47+9=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F09 is #03D0F6. Grayscale: #686868. Windows color (decimal): -250103 or 602108. OLE color: 602108.
HSL color Cylindrical-coordinate representation of color #FC2F09: hue angle of 9.38º 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 #FC2F09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.01 |
| HSL | 9.38º | 0.98% | 0.51% | - |
| HSV(B) | 9.38º | 0.96% | 0.99% | - |
| XYZ | 41.21 | 22.75 | 2.48 | - |
| YUV | 103.96 | 74.42 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 9 | 0 | 0.81 | 0.96 | 0.01 | 9.38 | 0.98 | 0.51 |
| Hex | FC | 2F | 9 | 0 | 51 | 60 | 1 | 9 | 62 | 33 |
| Octal | 374 | 57 | 11 | 0 | 121 | 140 | 1 | 11 | 142 | 63 |
| Binary | 11111100 | 101111 | 1001 | 0 | 1010001 | 1100000 | 1 | 1001 | 1100010 | 110011 |
Color Harmonies of #FC2F09
Complementary color
Monochromatic Colors of #FC2F09
Black with #FC2F09
Text Example
Text Example
White with #FC2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F09; }
p { color: rgb(252,47,9); }
H1.HeaderClassName
{
color: #FC2F09;
}
.AnyTagClassName
{
color: #FC2F09;
}
</style>
background-color css
<style>
a { background-color: #FC2F09; }
a { background-color: rgb(252,47,9); }
div.DivClassName
{
background-color: #FC2F09;
}
.BgClassName
{
background-color: #FC2F09;
}
</style>
border-color css
<style>
span { border-color: #FC2F09; }
span { border-color: rgb(252,47,9); }
td.TdClassName
{
border-color: #FC2F09;
}
.TagClassName
{
border-color: #FC2F09;
}
</style>