Shades of Red Orange #FC2925
Tints of Red Orange #FC2925
RGB
CMYK
RGB Variations
Color information
#FC2925 (or 0xFC2925) is known color: Red Orange. HEX triplet: FC, 29 and 25. RGB value is (252,41,37). Sum of RGB (Red+Green+Blue) = 252+41+37=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2925 is #03D6DA. Grayscale: #676767. Windows color (decimal): -251611 or 2435580. OLE color: 2435580.
HSL color Cylindrical-coordinate representation of color #FC2925: hue angle of 1.12º 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 #FC2925 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 37 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.01 |
| HSL | 1.12º | 0.97% | 0.57% | - |
| HSV(B) | 1.12º | 0.85% | 0.99% | - |
| XYZ | 41.27 | 22.41 | 3.9 | - |
| YUV | 103.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 37 | 0 | 0.84 | 0.85 | 0.01 | 1.12 | 0.97 | 0.57 |
| Hex | FC | 29 | 25 | 0 | 54 | 55 | 1 | 1 | 61 | 39 |
| Octal | 374 | 51 | 45 | 0 | 124 | 125 | 1 | 1 | 141 | 71 |
| Binary | 11111100 | 101001 | 100101 | 0 | 1010100 | 1010101 | 1 | 1 | 1100001 | 111001 |
Color Harmonies of #FC2925
Complementary color
Monochromatic Colors of #FC2925
Black with #FC2925
Text Example
Text Example
White with #FC2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2925; }
p { color: rgb(252,41,37); }
H1.HeaderClassName
{
color: #FC2925;
}
.AnyTagClassName
{
color: #FC2925;
}
</style>
background-color css
<style>
a { background-color: #FC2925; }
a { background-color: rgb(252,41,37); }
div.DivClassName
{
background-color: #FC2925;
}
.BgClassName
{
background-color: #FC2925;
}
</style>
border-color css
<style>
span { border-color: #FC2925; }
span { border-color: rgb(252,41,37); }
td.TdClassName
{
border-color: #FC2925;
}
.TagClassName
{
border-color: #FC2925;
}
</style>