Shades of Scarlet #FC1B0A
Tints of Scarlet #FC1B0A
RGB
CMYK
RGB Variations
Color information
#FC1B0A (or 0xFC1B0A) is known color: Scarlet. HEX triplet: FC, 1B and 0A. RGB value is (252,27,10). Sum of RGB (Red+Green+Blue) = 252+27+10=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1B0A is #03E4F5. Grayscale: #5C5C5C. Windows color (decimal): -255222 or 662524. OLE color: 662524.
HSL color Cylindrical-coordinate representation of color #FC1B0A: hue angle of 4.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC1B0A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.01 |
| HSL | 4.21º | 0.98% | 0.51% | - |
| HSV(B) | 4.21º | 0.96% | 0.99% | - |
| XYZ | 40.59 | 21.5 | 2.3 | - |
| YUV | 92.34 | 81.54 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 10 | 0 | 0.89 | 0.96 | 0.01 | 4.21 | 0.98 | 0.51 |
| Hex | FC | 1B | A | 0 | 59 | 60 | 1 | 4 | 62 | 33 |
| Octal | 374 | 33 | 12 | 0 | 131 | 140 | 1 | 4 | 142 | 63 |
| Binary | 11111100 | 11011 | 1010 | 0 | 1011001 | 1100000 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FC1B0A
Complementary color
Monochromatic Colors of #FC1B0A
Black with #FC1B0A
Text Example
Text Example
White with #FC1B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B0A; }
p { color: rgb(252,27,10); }
H1.HeaderClassName
{
color: #FC1B0A;
}
.AnyTagClassName
{
color: #FC1B0A;
}
</style>
background-color css
<style>
a { background-color: #FC1B0A; }
a { background-color: rgb(252,27,10); }
div.DivClassName
{
background-color: #FC1B0A;
}
.BgClassName
{
background-color: #FC1B0A;
}
</style>
border-color css
<style>
span { border-color: #FC1B0A; }
span { border-color: rgb(252,27,10); }
td.TdClassName
{
border-color: #FC1B0A;
}
.TagClassName
{
border-color: #FC1B0A;
}
</style>