Shades of Scarlet #FC2A12
Tints of Scarlet #FC2A12
RGB
CMYK
RGB Variations
Color information
#FC2A12 (or 0xFC2A12) is known color: Scarlet. HEX triplet: FC, 2A and 12. RGB value is (252,42,18). Sum of RGB (Red+Green+Blue) = 252+42+18=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2A12 is #03D5ED. Grayscale: #666666. Windows color (decimal): -251374 or 1190652. OLE color: 1190652.
HSL color Cylindrical-coordinate representation of color #FC2A12: hue angle of 6.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC2A12 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 18 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.01 |
| HSL | 6.15º | 0.98% | 0.53% | - |
| HSV(B) | 6.15º | 0.93% | 0.99% | - |
| XYZ | 41.08 | 22.4 | 2.73 | - |
| YUV | 102.05 | 80.57 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 18 | 0 | 0.83 | 0.93 | 0.01 | 6.15 | 0.98 | 0.53 |
| Hex | FC | 2A | 12 | 0 | 53 | 5D | 1 | 6 | 62 | 35 |
| Octal | 374 | 52 | 22 | 0 | 123 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 101010 | 10010 | 0 | 1010011 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2A12
Complementary color
Monochromatic Colors of #FC2A12
Black with #FC2A12
Text Example
Text Example
White with #FC2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A12; }
p { color: rgb(252,42,18); }
H1.HeaderClassName
{
color: #FC2A12;
}
.AnyTagClassName
{
color: #FC2A12;
}
</style>
background-color css
<style>
a { background-color: #FC2A12; }
a { background-color: rgb(252,42,18); }
div.DivClassName
{
background-color: #FC2A12;
}
.BgClassName
{
background-color: #FC2A12;
}
</style>
border-color css
<style>
span { border-color: #FC2A12; }
span { border-color: rgb(252,42,18); }
td.TdClassName
{
border-color: #FC2A12;
}
.TagClassName
{
border-color: #FC2A12;
}
</style>