Shades of Scarlet #FC2F1B
Tints of Scarlet #FC2F1B
RGB
CMYK
RGB Variations
Color information
#FC2F1B (or 0xFC2F1B) is known color: Scarlet. HEX triplet: FC, 2F and 1B. RGB value is (252,47,27). Sum of RGB (Red+Green+Blue) = 252+47+27=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F1B is #03D0E4. Grayscale: #6A6A6A. Windows color (decimal): -250085 or 1781756. OLE color: 1781756.
HSL color Cylindrical-coordinate representation of color #FC2F1B: hue angle of 5.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC2F1B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.01 |
| HSL | 5.33º | 0.97% | 0.55% | - |
| HSV(B) | 5.33º | 0.89% | 0.99% | - |
| XYZ | 41.36 | 22.81 | 3.26 | - |
| YUV | 106.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 27 | 0 | 0.81 | 0.89 | 0.01 | 5.33 | 0.97 | 0.55 |
| Hex | FC | 2F | 1B | 0 | 51 | 59 | 1 | 5 | 61 | 37 |
| Octal | 374 | 57 | 33 | 0 | 121 | 131 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 101111 | 11011 | 0 | 1010001 | 1011001 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC2F1B
Complementary color
Monochromatic Colors of #FC2F1B
Black with #FC2F1B
Text Example
Text Example
White with #FC2F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F1B; }
p { color: rgb(252,47,27); }
H1.HeaderClassName
{
color: #FC2F1B;
}
.AnyTagClassName
{
color: #FC2F1B;
}
</style>
background-color css
<style>
a { background-color: #FC2F1B; }
a { background-color: rgb(252,47,27); }
div.DivClassName
{
background-color: #FC2F1B;
}
.BgClassName
{
background-color: #FC2F1B;
}
</style>
border-color css
<style>
span { border-color: #FC2F1B; }
span { border-color: rgb(252,47,27); }
td.TdClassName
{
border-color: #FC2F1B;
}
.TagClassName
{
border-color: #FC2F1B;
}
</style>