Shades of Scarlet #FC2C1A
Tints of Scarlet #FC2C1A
RGB
CMYK
RGB Variations
Color information
#FC2C1A (or 0xFC2C1A) is known color: Scarlet. HEX triplet: FC, 2C and 1A. RGB value is (252,44,26). Sum of RGB (Red+Green+Blue) = 252+44+26=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C1A is #03D3E5. Grayscale: #686868. Windows color (decimal): -250854 or 1715452. OLE color: 1715452.
HSL color Cylindrical-coordinate representation of color #FC2C1A: hue angle of 4.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC2C1A is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 26 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.01 |
| HSL | 4.78º | 0.97% | 0.55% | - |
| HSV(B) | 4.78º | 0.9% | 0.99% | - |
| XYZ | 41.23 | 22.57 | 3.16 | - |
| YUV | 104.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 26 | 0 | 0.83 | 0.90 | 0.01 | 4.78 | 0.97 | 0.55 |
| Hex | FC | 2C | 1A | 0 | 53 | 5A | 1 | 5 | 61 | 37 |
| Octal | 374 | 54 | 32 | 0 | 123 | 132 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 101100 | 11010 | 0 | 1010011 | 1011010 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC2C1A
Complementary color
Monochromatic Colors of #FC2C1A
Black with #FC2C1A
Text Example
Text Example
White with #FC2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C1A; }
p { color: rgb(252,44,26); }
H1.HeaderClassName
{
color: #FC2C1A;
}
.AnyTagClassName
{
color: #FC2C1A;
}
</style>
background-color css
<style>
a { background-color: #FC2C1A; }
a { background-color: rgb(252,44,26); }
div.DivClassName
{
background-color: #FC2C1A;
}
.BgClassName
{
background-color: #FC2C1A;
}
</style>
border-color css
<style>
span { border-color: #FC2C1A; }
span { border-color: rgb(252,44,26); }
td.TdClassName
{
border-color: #FC2C1A;
}
.TagClassName
{
border-color: #FC2C1A;
}
</style>