Shades of Red Orange #FC2726
Tints of Red Orange #FC2726
RGB
CMYK
RGB Variations
Color information
#FC2726 (or 0xFC2726) is known color: Red Orange. HEX triplet: FC, 27 and 26. RGB value is (252,39,38). Sum of RGB (Red+Green+Blue) = 252+39+38=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2726 is #03D8D9. Grayscale: #666666. Windows color (decimal): -252122 or 2500604. OLE color: 2500604.
HSL color Cylindrical-coordinate representation of color #FC2726: 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.85%. Process color model (Four color, CMYK) of #FC2726 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 38 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.01 |
| HSL | 0.28º | 0.97% | 0.57% | - |
| HSV(B) | 0.28º | 0.85% | 0.99% | - |
| XYZ | 41.22 | 22.29 | 3.96 | - |
| YUV | 102.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 38 | 0 | 0.85 | 0.85 | 0.01 | 0.28 | 0.97 | 0.57 |
| Hex | FC | 27 | 26 | 0 | 55 | 55 | 1 | 0 | 61 | 39 |
| Octal | 374 | 47 | 46 | 0 | 125 | 125 | 1 | 0 | 141 | 71 |
| Binary | 11111100 | 100111 | 100110 | 0 | 1010101 | 1010101 | 1 | 0 | 1100001 | 111001 |
Color Harmonies of #FC2726
Complementary color
Monochromatic Colors of #FC2726
Black with #FC2726
Text Example
Text Example
White with #FC2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2726; }
p { color: rgb(252,39,38); }
H1.HeaderClassName
{
color: #FC2726;
}
.AnyTagClassName
{
color: #FC2726;
}
</style>
background-color css
<style>
a { background-color: #FC2726; }
a { background-color: rgb(252,39,38); }
div.DivClassName
{
background-color: #FC2726;
}
.BgClassName
{
background-color: #FC2726;
}
</style>
border-color css
<style>
span { border-color: #FC2726; }
span { border-color: rgb(252,39,38); }
td.TdClassName
{
border-color: #FC2726;
}
.TagClassName
{
border-color: #FC2726;
}
</style>