Shades of Scarlet #FC2A1D
Tints of Scarlet #FC2A1D
RGB
CMYK
RGB Variations
Color information
#FC2A1D (or 0xFC2A1D) is known color: Scarlet. HEX triplet: FC, 2A and 1D. RGB value is (252,42,29). Sum of RGB (Red+Green+Blue) = 252+42+29=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A1D is #03D5E2. Grayscale: #676767. Windows color (decimal): -251363 or 1911548. OLE color: 1911548.
HSL color Cylindrical-coordinate representation of color #FC2A1D: hue angle of 3.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC2A1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.01 |
| HSL | 3.5º | 0.97% | 0.55% | - |
| HSV(B) | 3.5º | 0.88% | 0.99% | - |
| XYZ | 41.19 | 22.44 | 3.32 | - |
| YUV | 103.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 29 | 0 | 0.83 | 0.88 | 0.01 | 3.5 | 0.97 | 0.55 |
| Hex | FC | 2A | 1D | 0 | 53 | 58 | 1 | 3 | 61 | 37 |
| Octal | 374 | 52 | 35 | 0 | 123 | 130 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 101010 | 11101 | 0 | 1010011 | 1011000 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC2A1D
Complementary color
Monochromatic Colors of #FC2A1D
Black with #FC2A1D
Text Example
Text Example
White with #FC2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A1D; }
p { color: rgb(252,42,29); }
H1.HeaderClassName
{
color: #FC2A1D;
}
.AnyTagClassName
{
color: #FC2A1D;
}
</style>
background-color css
<style>
a { background-color: #FC2A1D; }
a { background-color: rgb(252,42,29); }
div.DivClassName
{
background-color: #FC2A1D;
}
.BgClassName
{
background-color: #FC2A1D;
}
</style>
border-color css
<style>
span { border-color: #FC2A1D; }
span { border-color: rgb(252,42,29); }
td.TdClassName
{
border-color: #FC2A1D;
}
.TagClassName
{
border-color: #FC2A1D;
}
</style>