Shades of Red Orange #FC2D25
Tints of Red Orange #FC2D25
RGB
CMYK
RGB Variations
Color information
#FC2D25 (or 0xFC2D25) is known color: Red Orange. HEX triplet: FC, 2D and 25. RGB value is (252,45,37). Sum of RGB (Red+Green+Blue) = 252+45+37=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D25 is #03D2DA. Grayscale: #6A6A6A. Windows color (decimal): -250587 or 2436604. OLE color: 2436604.
HSL color Cylindrical-coordinate representation of color #FC2D25: hue angle of 2.23º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2D25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 37 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.01 |
| HSL | 2.23º | 0.97% | 0.57% | - |
| HSV(B) | 2.23º | 0.85% | 0.99% | - |
| XYZ | 41.42 | 22.71 | 3.95 | - |
| YUV | 105.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 37 | 0 | 0.82 | 0.85 | 0.01 | 2.23 | 0.97 | 0.57 |
| Hex | FC | 2D | 25 | 0 | 52 | 55 | 1 | 2 | 61 | 39 |
| Octal | 374 | 55 | 45 | 0 | 122 | 125 | 1 | 2 | 141 | 71 |
| Binary | 11111100 | 101101 | 100101 | 0 | 1010010 | 1010101 | 1 | 10 | 1100001 | 111001 |
Color Harmonies of #FC2D25
Complementary color
Monochromatic Colors of #FC2D25
Black with #FC2D25
Text Example
Text Example
White with #FC2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D25; }
p { color: rgb(252,45,37); }
H1.HeaderClassName
{
color: #FC2D25;
}
.AnyTagClassName
{
color: #FC2D25;
}
</style>
background-color css
<style>
a { background-color: #FC2D25; }
a { background-color: rgb(252,45,37); }
div.DivClassName
{
background-color: #FC2D25;
}
.BgClassName
{
background-color: #FC2D25;
}
</style>
border-color css
<style>
span { border-color: #FC2D25; }
span { border-color: rgb(252,45,37); }
td.TdClassName
{
border-color: #FC2D25;
}
.TagClassName
{
border-color: #FC2D25;
}
</style>