Shades of Scarlet #FC1C02
Tints of Scarlet #FC1C02
RGB
CMYK
RGB Variations
Color information
#FC1C02 (or 0xFC1C02) is known color: Scarlet. HEX triplet: FC, 1C and 02. RGB value is (252,28,2). Sum of RGB (Red+Green+Blue) = 252+28+2=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1C02 is #03E3FD. Grayscale: #5C5C5C. Windows color (decimal): -254974 or 138492. OLE color: 138492.
HSL color Cylindrical-coordinate representation of color #FC1C02: hue angle of 6.24º 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 #FC1C02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.01 |
| HSL | 6.24º | 0.98% | 0.5% | - |
| HSV(B) | 6.24º | 0.99% | 0.99% | - |
| XYZ | 40.57 | 21.53 | 2.07 | - |
| YUV | 92.01 | 77.21 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 2 | 0 | 0.89 | 0.99 | 0.01 | 6.24 | 0.98 | 0.5 |
| Hex | FC | 1C | 2 | 0 | 59 | 63 | 1 | 6 | 62 | 32 |
| Octal | 374 | 34 | 2 | 0 | 131 | 143 | 1 | 6 | 142 | 62 |
| Binary | 11111100 | 11100 | 10 | 0 | 1011001 | 1100011 | 1 | 110 | 1100010 | 110010 |
Color Harmonies of #FC1C02
Complementary color
Monochromatic Colors of #FC1C02
Black with #FC1C02
Text Example
Text Example
White with #FC1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C02; }
p { color: rgb(252,28,2); }
H1.HeaderClassName
{
color: #FC1C02;
}
.AnyTagClassName
{
color: #FC1C02;
}
</style>
background-color css
<style>
a { background-color: #FC1C02; }
a { background-color: rgb(252,28,2); }
div.DivClassName
{
background-color: #FC1C02;
}
.BgClassName
{
background-color: #FC1C02;
}
</style>
border-color css
<style>
span { border-color: #FC1C02; }
span { border-color: rgb(252,28,2); }
td.TdClassName
{
border-color: #FC1C02;
}
.TagClassName
{
border-color: #FC1C02;
}
</style>