Shades of Scarlet #FC2D0F
Tints of Scarlet #FC2D0F
RGB
CMYK
RGB Variations
Color information
#FC2D0F (or 0xFC2D0F) is known color: Scarlet. HEX triplet: FC, 2D and 0F. RGB value is (252,45,15). Sum of RGB (Red+Green+Blue) = 252+45+15=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D0F is #03D2F0. Grayscale: #676767. Windows color (decimal): -250609 or 994812. OLE color: 994812.
HSL color Cylindrical-coordinate representation of color #FC2D0F: hue angle of 7.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC2D0F is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 15 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.01 |
| HSL | 7.59º | 0.98% | 0.52% | - |
| HSV(B) | 7.59º | 0.94% | 0.99% | - |
| XYZ | 41.17 | 22.61 | 2.65 | - |
| YUV | 103.47 | 78.08 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 15 | 0 | 0.82 | 0.94 | 0.01 | 7.59 | 0.98 | 0.52 |
| Hex | FC | 2D | F | 0 | 52 | 5E | 1 | 8 | 62 | 34 |
| Octal | 374 | 55 | 17 | 0 | 122 | 136 | 1 | 10 | 142 | 64 |
| Binary | 11111100 | 101101 | 1111 | 0 | 1010010 | 1011110 | 1 | 1000 | 1100010 | 110100 |
Color Harmonies of #FC2D0F
Complementary color
Monochromatic Colors of #FC2D0F
Black with #FC2D0F
Text Example
Text Example
White with #FC2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D0F; }
p { color: rgb(252,45,15); }
H1.HeaderClassName
{
color: #FC2D0F;
}
.AnyTagClassName
{
color: #FC2D0F;
}
</style>
background-color css
<style>
a { background-color: #FC2D0F; }
a { background-color: rgb(252,45,15); }
div.DivClassName
{
background-color: #FC2D0F;
}
.BgClassName
{
background-color: #FC2D0F;
}
</style>
border-color css
<style>
span { border-color: #FC2D0F; }
span { border-color: rgb(252,45,15); }
td.TdClassName
{
border-color: #FC2D0F;
}
.TagClassName
{
border-color: #FC2D0F;
}
</style>