Shades of Scarlet #FC1602
Tints of Scarlet #FC1602
RGB
CMYK
RGB Variations
Color information
#FC1602 (or 0xFC1602) is known color: Scarlet. HEX triplet: FC, 16 and 02. RGB value is (252,22,2). Sum of RGB (Red+Green+Blue) = 252+22+2=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1602 is #03E9FD. Grayscale: #585858. Windows color (decimal): -256510 or 136956. OLE color: 136956.
HSL color Cylindrical-coordinate representation of color #FC1602: hue angle of 4.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC1602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 4.8º | 0.98% | 0.5% | - |
| HSV(B) | 4.8º | 0.99% | 0.99% | - |
| XYZ | 40.44 | 21.27 | 2.03 | - |
| YUV | 88.49 | 79.2 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 2 | 0 | 0.91 | 0.99 | 0.01 | 4.8 | 0.98 | 0.5 |
| Hex | FC | 16 | 2 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 374 | 26 | 2 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111100 | 10110 | 10 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FC1602
Complementary color
Monochromatic Colors of #FC1602
Black with #FC1602
Text Example
Text Example
White with #FC1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1602; }
p { color: rgb(252,22,2); }
H1.HeaderClassName
{
color: #FC1602;
}
.AnyTagClassName
{
color: #FC1602;
}
</style>
background-color css
<style>
a { background-color: #FC1602; }
a { background-color: rgb(252,22,2); }
div.DivClassName
{
background-color: #FC1602;
}
.BgClassName
{
background-color: #FC1602;
}
</style>
border-color css
<style>
span { border-color: #FC1602; }
span { border-color: rgb(252,22,2); }
td.TdClassName
{
border-color: #FC1602;
}
.TagClassName
{
border-color: #FC1602;
}
</style>