Shades of Scarlet #FC2A0C
Tints of Scarlet #FC2A0C
RGB
CMYK
RGB Variations
Color information
#FC2A0C (or 0xFC2A0C) is known color: Scarlet. HEX triplet: FC, 2A and 0C. RGB value is (252,42,12). Sum of RGB (Red+Green+Blue) = 252+42+12=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2A0C is #03D5F3. Grayscale: #656565. Windows color (decimal): -251380 or 797436. OLE color: 797436.
HSL color Cylindrical-coordinate representation of color #FC2A0C: hue angle of 7.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC2A0C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.01 |
| HSL | 7.5º | 0.98% | 0.52% | - |
| HSV(B) | 7.5º | 0.95% | 0.99% | - |
| XYZ | 41.04 | 22.38 | 2.5 | - |
| YUV | 101.37 | 77.57 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 12 | 0 | 0.83 | 0.95 | 0.01 | 7.5 | 0.98 | 0.52 |
| Hex | FC | 2A | C | 0 | 53 | 5F | 1 | 8 | 62 | 34 |
| Octal | 374 | 52 | 14 | 0 | 123 | 137 | 1 | 10 | 142 | 64 |
| Binary | 11111100 | 101010 | 1100 | 0 | 1010011 | 1011111 | 1 | 1000 | 1100010 | 110100 |
Color Harmonies of #FC2A0C
Complementary color
Monochromatic Colors of #FC2A0C
Black with #FC2A0C
Text Example
Text Example
White with #FC2A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A0C; }
p { color: rgb(252,42,12); }
H1.HeaderClassName
{
color: #FC2A0C;
}
.AnyTagClassName
{
color: #FC2A0C;
}
</style>
background-color css
<style>
a { background-color: #FC2A0C; }
a { background-color: rgb(252,42,12); }
div.DivClassName
{
background-color: #FC2A0C;
}
.BgClassName
{
background-color: #FC2A0C;
}
</style>
border-color css
<style>
span { border-color: #FC2A0C; }
span { border-color: rgb(252,42,12); }
td.TdClassName
{
border-color: #FC2A0C;
}
.TagClassName
{
border-color: #FC2A0C;
}
</style>