Shades of Red Orange #FC2D24
Tints of Red Orange #FC2D24
RGB
CMYK
RGB Variations
Color information
#FC2D24 (or 0xFC2D24) is known color: Red Orange. HEX triplet: FC, 2D and 24. RGB value is (252,45,36). Sum of RGB (Red+Green+Blue) = 252+45+36=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D24 is #03D2DB. Grayscale: #6A6A6A. Windows color (decimal): -250588 or 2371068. OLE color: 2371068.
HSL color Cylindrical-coordinate representation of color #FC2D24: hue angle of 2.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2D24 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 36 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.01 |
| HSL | 2.5º | 0.97% | 0.56% | - |
| HSV(B) | 2.5º | 0.86% | 0.99% | - |
| XYZ | 41.4 | 22.7 | 3.87 | - |
| YUV | 105.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 36 | 0 | 0.82 | 0.86 | 0.01 | 2.5 | 0.97 | 0.56 |
| Hex | FC | 2D | 24 | 0 | 52 | 56 | 1 | 2 | 61 | 38 |
| Octal | 374 | 55 | 44 | 0 | 122 | 126 | 1 | 2 | 141 | 70 |
| Binary | 11111100 | 101101 | 100100 | 0 | 1010010 | 1010110 | 1 | 10 | 1100001 | 111000 |
Color Harmonies of #FC2D24
Complementary color
Monochromatic Colors of #FC2D24
Black with #FC2D24
Text Example
Text Example
White with #FC2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D24; }
p { color: rgb(252,45,36); }
H1.HeaderClassName
{
color: #FC2D24;
}
.AnyTagClassName
{
color: #FC2D24;
}
</style>
background-color css
<style>
a { background-color: #FC2D24; }
a { background-color: rgb(252,45,36); }
div.DivClassName
{
background-color: #FC2D24;
}
.BgClassName
{
background-color: #FC2D24;
}
</style>
border-color css
<style>
span { border-color: #FC2D24; }
span { border-color: rgb(252,45,36); }
td.TdClassName
{
border-color: #FC2D24;
}
.TagClassName
{
border-color: #FC2D24;
}
</style>