Shades of Scarlet #FC2711
Tints of Scarlet #FC2711
RGB
CMYK
RGB Variations
Color information
#FC2711 (or 0xFC2711) is known color: Scarlet. HEX triplet: FC, 27 and 11. RGB value is (252,39,17). Sum of RGB (Red+Green+Blue) = 252+39+17=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2711 is #03D8EE. Grayscale: #646464. Windows color (decimal): -252143 or 1124348. OLE color: 1124348.
HSL color Cylindrical-coordinate representation of color #FC2711: hue angle of 5.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC2711 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.01 |
| HSL | 5.62º | 0.98% | 0.53% | - |
| HSV(B) | 5.62º | 0.93% | 0.99% | - |
| XYZ | 40.97 | 22.19 | 2.65 | - |
| YUV | 100.18 | 81.07 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 17 | 0 | 0.85 | 0.93 | 0.01 | 5.62 | 0.98 | 0.53 |
| Hex | FC | 27 | 11 | 0 | 55 | 5D | 1 | 6 | 62 | 35 |
| Octal | 374 | 47 | 21 | 0 | 125 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 100111 | 10001 | 0 | 1010101 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2711
Complementary color
Monochromatic Colors of #FC2711
Black with #FC2711
Text Example
Text Example
White with #FC2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2711; }
p { color: rgb(252,39,17); }
H1.HeaderClassName
{
color: #FC2711;
}
.AnyTagClassName
{
color: #FC2711;
}
</style>
background-color css
<style>
a { background-color: #FC2711; }
a { background-color: rgb(252,39,17); }
div.DivClassName
{
background-color: #FC2711;
}
.BgClassName
{
background-color: #FC2711;
}
</style>
border-color css
<style>
span { border-color: #FC2711; }
span { border-color: rgb(252,39,17); }
td.TdClassName
{
border-color: #FC2711;
}
.TagClassName
{
border-color: #FC2711;
}
</style>