Shades of Scarlet #FC2401
Tints of Scarlet #FC2401
RGB
CMYK
RGB Variations
Color information
#FC2401 (or 0xFC2401) is known color: Scarlet. HEX triplet: FC, 24 and 01. RGB value is (252,36,1). Sum of RGB (Red+Green+Blue) = 252+36+1=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2401 is #03DBFE. Grayscale: #606060. Windows color (decimal): -252927 or 75004. OLE color: 75004.
HSL color Cylindrical-coordinate representation of color #FC2401: hue angle of 8.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC2401 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.01 |
| HSL | 8.37º | 0.99% | 0.5% | - |
| HSV(B) | 8.37º | 1% | 0.99% | - |
| XYZ | 40.78 | 21.96 | 2.12 | - |
| YUV | 96.59 | 74.06 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 1 | 0 | 0.86 | 1.00 | 0.01 | 8.37 | 0.99 | 0.5 |
| Hex | FC | 24 | 1 | 0 | 56 | 64 | 1 | 8 | 63 | 32 |
| Octal | 374 | 44 | 1 | 0 | 126 | 144 | 1 | 10 | 143 | 62 |
| Binary | 11111100 | 100100 | 1 | 0 | 1010110 | 1100100 | 1 | 1000 | 1100011 | 110010 |
Color Harmonies of #FC2401
Complementary color
Monochromatic Colors of #FC2401
Black with #FC2401
Text Example
Text Example
White with #FC2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2401; }
p { color: rgb(252,36,1); }
H1.HeaderClassName
{
color: #FC2401;
}
.AnyTagClassName
{
color: #FC2401;
}
</style>
background-color css
<style>
a { background-color: #FC2401; }
a { background-color: rgb(252,36,1); }
div.DivClassName
{
background-color: #FC2401;
}
.BgClassName
{
background-color: #FC2401;
}
</style>
border-color css
<style>
span { border-color: #FC2401; }
span { border-color: rgb(252,36,1); }
td.TdClassName
{
border-color: #FC2401;
}
.TagClassName
{
border-color: #FC2401;
}
</style>