Shades of Red Orange #FC2A1E
Tints of Red Orange #FC2A1E
RGB
CMYK
RGB Variations
Color information
#FC2A1E (or 0xFC2A1E) is known color: Red Orange. HEX triplet: FC, 2A and 1E. RGB value is (252,42,30). Sum of RGB (Red+Green+Blue) = 252+42+30=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A1E is #03D5E1. Grayscale: #676767. Windows color (decimal): -251362 or 1977084. OLE color: 1977084.
HSL color Cylindrical-coordinate representation of color #FC2A1E: hue angle of 3.24º 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 #FC2A1E is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 30 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.01 |
| HSL | 3.24º | 0.97% | 0.55% | - |
| HSV(B) | 3.24º | 0.88% | 0.99% | - |
| XYZ | 41.21 | 22.45 | 3.39 | - |
| YUV | 103.42 | 86.57 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 30 | 0 | 0.83 | 0.88 | 0.01 | 3.24 | 0.97 | 0.55 |
| Hex | FC | 2A | 1E | 0 | 53 | 58 | 1 | 3 | 61 | 37 |
| Octal | 374 | 52 | 36 | 0 | 123 | 130 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 101010 | 11110 | 0 | 1010011 | 1011000 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC2A1E
Complementary color
Monochromatic Colors of #FC2A1E
Black with #FC2A1E
Text Example
Text Example
White with #FC2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A1E; }
p { color: rgb(252,42,30); }
H1.HeaderClassName
{
color: #FC2A1E;
}
.AnyTagClassName
{
color: #FC2A1E;
}
</style>
background-color css
<style>
a { background-color: #FC2A1E; }
a { background-color: rgb(252,42,30); }
div.DivClassName
{
background-color: #FC2A1E;
}
.BgClassName
{
background-color: #FC2A1E;
}
</style>
border-color css
<style>
span { border-color: #FC2A1E; }
span { border-color: rgb(252,42,30); }
td.TdClassName
{
border-color: #FC2A1E;
}
.TagClassName
{
border-color: #FC2A1E;
}
</style>