Shades of Red Orange #FC2A29
Tints of Red Orange #FC2A29
RGB
CMYK
RGB Variations
Color information
#FC2A29 (or 0xFC2A29) is known color: Red Orange. HEX triplet: FC, 2A and 29. RGB value is (252,42,41). Sum of RGB (Red+Green+Blue) = 252+42+41=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A29 is #03D5D6. Grayscale: #686868. Windows color (decimal): -251351 or 2697980. OLE color: 2697980.
HSL color Cylindrical-coordinate representation of color #FC2A29: hue angle of 0.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2A29 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 41 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.01 |
| HSL | 0.28º | 0.97% | 0.57% | - |
| HSV(B) | 0.28º | 0.84% | 0.99% | - |
| XYZ | 41.37 | 22.51 | 4.26 | - |
| YUV | 104.68 | 92.07 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 41 | 0 | 0.83 | 0.84 | 0.01 | 0.28 | 0.97 | 0.57 |
| Hex | FC | 2A | 29 | 0 | 53 | 54 | 1 | 0 | 61 | 39 |
| Octal | 374 | 52 | 51 | 0 | 123 | 124 | 1 | 0 | 141 | 71 |
| Binary | 11111100 | 101010 | 101001 | 0 | 1010011 | 1010100 | 1 | 0 | 1100001 | 111001 |
Color Harmonies of #FC2A29
Complementary color
Monochromatic Colors of #FC2A29
Black with #FC2A29
Text Example
Text Example
White with #FC2A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A29; }
p { color: rgb(252,42,41); }
H1.HeaderClassName
{
color: #FC2A29;
}
.AnyTagClassName
{
color: #FC2A29;
}
</style>
background-color css
<style>
a { background-color: #FC2A29; }
a { background-color: rgb(252,42,41); }
div.DivClassName
{
background-color: #FC2A29;
}
.BgClassName
{
background-color: #FC2A29;
}
</style>
border-color css
<style>
span { border-color: #FC2A29; }
span { border-color: rgb(252,42,41); }
td.TdClassName
{
border-color: #FC2A29;
}
.TagClassName
{
border-color: #FC2A29;
}
</style>