Shades of Scarlet #FC1405
Tints of Scarlet #FC1405
RGB
CMYK
RGB Variations
Color information
#FC1405 (or 0xFC1405) is known color: Scarlet. HEX triplet: FC, 14 and 05. RGB value is (252,20,5). Sum of RGB (Red+Green+Blue) = 252+20+5=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1405 is #03EBFA. Grayscale: #575757. Windows color (decimal): -257019 or 333052. OLE color: 333052.
HSL color Cylindrical-coordinate representation of color #FC1405: hue angle of 3.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC1405 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.01 |
| HSL | 3.64º | 0.98% | 0.5% | - |
| HSV(B) | 3.64º | 0.98% | 0.99% | - |
| XYZ | 40.42 | 21.21 | 2.11 | - |
| YUV | 87.66 | 81.36 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 5 | 0 | 0.92 | 0.98 | 0.01 | 3.64 | 0.98 | 0.5 |
| Hex | FC | 14 | 5 | 0 | 5C | 62 | 1 | 4 | 62 | 32 |
| Octal | 374 | 24 | 5 | 0 | 134 | 142 | 1 | 4 | 142 | 62 |
| Binary | 11111100 | 10100 | 101 | 0 | 1011100 | 1100010 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FC1405
Complementary color
Monochromatic Colors of #FC1405
Black with #FC1405
Text Example
Text Example
White with #FC1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1405; }
p { color: rgb(252,20,5); }
H1.HeaderClassName
{
color: #FC1405;
}
.AnyTagClassName
{
color: #FC1405;
}
</style>
background-color css
<style>
a { background-color: #FC1405; }
a { background-color: rgb(252,20,5); }
div.DivClassName
{
background-color: #FC1405;
}
.BgClassName
{
background-color: #FC1405;
}
</style>
border-color css
<style>
span { border-color: #FC1405; }
span { border-color: rgb(252,20,5); }
td.TdClassName
{
border-color: #FC1405;
}
.TagClassName
{
border-color: #FC1405;
}
</style>