Shades of Scarlet #FC1F0B
Tints of Scarlet #FC1F0B
RGB
CMYK
RGB Variations
Color information
#FC1F0B (or 0xFC1F0B) is known color: Scarlet. HEX triplet: FC, 1F and 0B. RGB value is (252,31,11). Sum of RGB (Red+Green+Blue) = 252+31+11=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F0B is #03E0F4. Grayscale: #5F5F5F. Windows color (decimal): -254197 or 729084. OLE color: 729084.
HSL color Cylindrical-coordinate representation of color #FC1F0B: hue angle of 4.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC1F0B is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 11 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.01 |
| HSL | 4.98º | 0.98% | 0.52% | - |
| HSV(B) | 4.98º | 0.96% | 0.99% | - |
| XYZ | 40.7 | 21.7 | 2.36 | - |
| YUV | 94.8 | 80.72 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 11 | 0 | 0.88 | 0.96 | 0.01 | 4.98 | 0.98 | 0.52 |
| Hex | FC | 1F | B | 0 | 58 | 60 | 1 | 5 | 62 | 34 |
| Octal | 374 | 37 | 13 | 0 | 130 | 140 | 1 | 5 | 142 | 64 |
| Binary | 11111100 | 11111 | 1011 | 0 | 1011000 | 1100000 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FC1F0B
Complementary color
Monochromatic Colors of #FC1F0B
Black with #FC1F0B
Text Example
Text Example
White with #FC1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F0B; }
p { color: rgb(252,31,11); }
H1.HeaderClassName
{
color: #FC1F0B;
}
.AnyTagClassName
{
color: #FC1F0B;
}
</style>
background-color css
<style>
a { background-color: #FC1F0B; }
a { background-color: rgb(252,31,11); }
div.DivClassName
{
background-color: #FC1F0B;
}
.BgClassName
{
background-color: #FC1F0B;
}
</style>
border-color css
<style>
span { border-color: #FC1F0B; }
span { border-color: rgb(252,31,11); }
td.TdClassName
{
border-color: #FC1F0B;
}
.TagClassName
{
border-color: #FC1F0B;
}
</style>