Shades of Scarlet #FC2D1C
Tints of Scarlet #FC2D1C
RGB
CMYK
RGB Variations
Color information
#FC2D1C (or 0xFC2D1C) is known color: Scarlet. HEX triplet: FC, 2D and 1C. RGB value is (252,45,28). Sum of RGB (Red+Green+Blue) = 252+45+28=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D1C is #03D2E3. Grayscale: #696969. Windows color (decimal): -250596 or 1846780. OLE color: 1846780.
HSL color Cylindrical-coordinate representation of color #FC2D1C: hue angle of 4.55º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC2D1C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 28 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.01 |
| HSL | 4.55º | 0.97% | 0.55% | - |
| HSV(B) | 4.55º | 0.89% | 0.99% | - |
| XYZ | 41.29 | 22.66 | 3.3 | - |
| YUV | 104.96 | 84.58 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 28 | 0 | 0.82 | 0.89 | 0.01 | 4.55 | 0.97 | 0.55 |
| Hex | FC | 2D | 1C | 0 | 52 | 59 | 1 | 5 | 61 | 37 |
| Octal | 374 | 55 | 34 | 0 | 122 | 131 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 101101 | 11100 | 0 | 1010010 | 1011001 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC2D1C
Complementary color
Monochromatic Colors of #FC2D1C
Black with #FC2D1C
Text Example
Text Example
White with #FC2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D1C; }
p { color: rgb(252,45,28); }
H1.HeaderClassName
{
color: #FC2D1C;
}
.AnyTagClassName
{
color: #FC2D1C;
}
</style>
background-color css
<style>
a { background-color: #FC2D1C; }
a { background-color: rgb(252,45,28); }
div.DivClassName
{
background-color: #FC2D1C;
}
.BgClassName
{
background-color: #FC2D1C;
}
</style>
border-color css
<style>
span { border-color: #FC2D1C; }
span { border-color: rgb(252,45,28); }
td.TdClassName
{
border-color: #FC2D1C;
}
.TagClassName
{
border-color: #FC2D1C;
}
</style>