Shades of Scarlet #FC1B00
Tints of Scarlet #FC1B00
RGB
CMYK
RGB Variations
Color information
#FC1B00 (or 0xFC1B00) is known color: Scarlet. HEX triplet: FC, 1B and 00. RGB value is (252,27,0). Sum of RGB (Red+Green+Blue) = 252+27+0=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1B00 is #03E4FF. Grayscale: #5B5B5B. Windows color (decimal): -255232 or 7164. OLE color: 7164.
HSL color Cylindrical-coordinate representation of color #FC1B00: hue angle of 6.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1B00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.01 |
| HSL | 6.43º | 1% | 0.49% | - |
| HSV(B) | 6.43º | 1% | 0.99% | - |
| XYZ | 40.54 | 21.48 | 2.01 | - |
| YUV | 91.2 | 76.54 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 0 | 0 | 0.89 | 1 | 0.01 | 6.43 | 1 | 0.49 |
| Hex | FC | 1B | 0 | 0 | 59 | 64 | 1 | 6 | 64 | 31 |
| Octal | 374 | 33 | 0 | 0 | 131 | 144 | 1 | 6 | 144 | 61 |
| Binary | 11111100 | 11011 | 0 | 0 | 1011001 | 1100100 | 1 | 110 | 1100100 | 110001 |
Color Harmonies of #FC1B00
Complementary color
Monochromatic Colors of #FC1B00
Black with #FC1B00
Text Example
Text Example
White with #FC1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B00; }
p { color: rgb(252,27,0); }
H1.HeaderClassName
{
color: #FC1B00;
}
.AnyTagClassName
{
color: #FC1B00;
}
</style>
background-color css
<style>
a { background-color: #FC1B00; }
a { background-color: rgb(252,27,0); }
div.DivClassName
{
background-color: #FC1B00;
}
.BgClassName
{
background-color: #FC1B00;
}
</style>
border-color css
<style>
span { border-color: #FC1B00; }
span { border-color: rgb(252,27,0); }
td.TdClassName
{
border-color: #FC1B00;
}
.TagClassName
{
border-color: #FC1B00;
}
</style>