Shades of Scarlet #FC2A0E
Tints of Scarlet #FC2A0E
RGB
CMYK
RGB Variations
Color information
#FC2A0E (or 0xFC2A0E) is known color: Scarlet. HEX triplet: FC, 2A and 0E. RGB value is (252,42,14). Sum of RGB (Red+Green+Blue) = 252+42+14=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2A0E is #03D5F1. Grayscale: #656565. Windows color (decimal): -251378 or 928508. OLE color: 928508.
HSL color Cylindrical-coordinate representation of color #FC2A0E: hue angle of 7.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC2A0E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.01 |
| HSL | 7.06º | 0.98% | 0.52% | - |
| HSV(B) | 7.06º | 0.94% | 0.99% | - |
| XYZ | 41.05 | 22.38 | 2.57 | - |
| YUV | 101.6 | 78.57 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 14 | 0 | 0.83 | 0.94 | 0.01 | 7.06 | 0.98 | 0.52 |
| Hex | FC | 2A | E | 0 | 53 | 5E | 1 | 7 | 62 | 34 |
| Octal | 374 | 52 | 16 | 0 | 123 | 136 | 1 | 7 | 142 | 64 |
| Binary | 11111100 | 101010 | 1110 | 0 | 1010011 | 1011110 | 1 | 111 | 1100010 | 110100 |
Color Harmonies of #FC2A0E
Complementary color
Monochromatic Colors of #FC2A0E
Black with #FC2A0E
Text Example
Text Example
White with #FC2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A0E; }
p { color: rgb(252,42,14); }
H1.HeaderClassName
{
color: #FC2A0E;
}
.AnyTagClassName
{
color: #FC2A0E;
}
</style>
background-color css
<style>
a { background-color: #FC2A0E; }
a { background-color: rgb(252,42,14); }
div.DivClassName
{
background-color: #FC2A0E;
}
.BgClassName
{
background-color: #FC2A0E;
}
</style>
border-color css
<style>
span { border-color: #FC2A0E; }
span { border-color: rgb(252,42,14); }
td.TdClassName
{
border-color: #FC2A0E;
}
.TagClassName
{
border-color: #FC2A0E;
}
</style>