Shades of Scarlet #FC2D1A
Tints of Scarlet #FC2D1A
RGB
CMYK
RGB Variations
Color information
#FC2D1A (or 0xFC2D1A) is known color: Scarlet. HEX triplet: FC, 2D and 1A. RGB value is (252,45,26). Sum of RGB (Red+Green+Blue) = 252+45+26=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D1A is #03D2E5. Grayscale: #696969. Windows color (decimal): -250598 or 1715708. OLE color: 1715708.
HSL color Cylindrical-coordinate representation of color #FC2D1A: hue angle of 5.04º 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 #FC2D1A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 26 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.01 |
| HSL | 5.04º | 0.97% | 0.55% | - |
| HSV(B) | 5.04º | 0.9% | 0.99% | - |
| XYZ | 41.27 | 22.65 | 3.17 | - |
| YUV | 104.73 | 83.58 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 26 | 0 | 0.82 | 0.90 | 0.01 | 5.04 | 0.97 | 0.55 |
| Hex | FC | 2D | 1A | 0 | 52 | 5A | 1 | 5 | 61 | 37 |
| Octal | 374 | 55 | 32 | 0 | 122 | 132 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 101101 | 11010 | 0 | 1010010 | 1011010 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC2D1A
Complementary color
Monochromatic Colors of #FC2D1A
Black with #FC2D1A
Text Example
Text Example
White with #FC2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D1A; }
p { color: rgb(252,45,26); }
H1.HeaderClassName
{
color: #FC2D1A;
}
.AnyTagClassName
{
color: #FC2D1A;
}
</style>
background-color css
<style>
a { background-color: #FC2D1A; }
a { background-color: rgb(252,45,26); }
div.DivClassName
{
background-color: #FC2D1A;
}
.BgClassName
{
background-color: #FC2D1A;
}
</style>
border-color css
<style>
span { border-color: #FC2D1A; }
span { border-color: rgb(252,45,26); }
td.TdClassName
{
border-color: #FC2D1A;
}
.TagClassName
{
border-color: #FC2D1A;
}
</style>