Shades of Scarlet #FC2F0D
Tints of Scarlet #FC2F0D
RGB
CMYK
RGB Variations
Color information
#FC2F0D (or 0xFC2F0D) is known color: Scarlet. HEX triplet: FC, 2F and 0D. RGB value is (252,47,13). Sum of RGB (Red+Green+Blue) = 252+47+13=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F0D is #03D0F2. Grayscale: #686868. Windows color (decimal): -250099 or 864252. OLE color: 864252.
HSL color Cylindrical-coordinate representation of color #FC2F0D: hue angle of 8.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC2F0D is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 13 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 8.54º | 0.98% | 0.52% | - |
| HSV(B) | 8.54º | 0.95% | 0.99% | - |
| XYZ | 41.23 | 22.76 | 2.6 | - |
| YUV | 104.42 | 76.42 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 13 | 0 | 0.81 | 0.95 | 0.01 | 8.54 | 0.98 | 0.52 |
| Hex | FC | 2F | D | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 374 | 57 | 15 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 101111 | 1101 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC2F0D
Complementary color
Monochromatic Colors of #FC2F0D
Black with #FC2F0D
Text Example
Text Example
White with #FC2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F0D; }
p { color: rgb(252,47,13); }
H1.HeaderClassName
{
color: #FC2F0D;
}
.AnyTagClassName
{
color: #FC2F0D;
}
</style>
background-color css
<style>
a { background-color: #FC2F0D; }
a { background-color: rgb(252,47,13); }
div.DivClassName
{
background-color: #FC2F0D;
}
.BgClassName
{
background-color: #FC2F0D;
}
</style>
border-color css
<style>
span { border-color: #FC2F0D; }
span { border-color: rgb(252,47,13); }
td.TdClassName
{
border-color: #FC2F0D;
}
.TagClassName
{
border-color: #FC2F0D;
}
</style>