Shades of Red Orange #FC2E28
Tints of Red Orange #FC2E28
RGB
CMYK
RGB Variations
Color information
#FC2E28 (or 0xFC2E28) is known color: Red Orange. HEX triplet: FC, 2E and 28. RGB value is (252,46,40). Sum of RGB (Red+Green+Blue) = 252+46+40=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E28 is #03D1D7. Grayscale: #6B6B6B. Windows color (decimal): -250328 or 2633468. OLE color: 2633468.
HSL color Cylindrical-coordinate representation of color #FC2E28: hue angle of 1.7º 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 #FC2E28 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 40 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.01 |
| HSL | 1.7º | 0.97% | 0.57% | - |
| HSV(B) | 1.7º | 0.84% | 0.99% | - |
| XYZ | 41.5 | 22.8 | 4.22 | - |
| YUV | 106.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 40 | 0 | 0.82 | 0.84 | 0.01 | 1.7 | 0.97 | 0.57 |
| Hex | FC | 2E | 28 | 0 | 52 | 54 | 1 | 2 | 61 | 39 |
| Octal | 374 | 56 | 50 | 0 | 122 | 124 | 1 | 2 | 141 | 71 |
| Binary | 11111100 | 101110 | 101000 | 0 | 1010010 | 1010100 | 1 | 10 | 1100001 | 111001 |
Color Harmonies of #FC2E28
Complementary color
Monochromatic Colors of #FC2E28
Black with #FC2E28
Text Example
Text Example
White with #FC2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E28; }
p { color: rgb(252,46,40); }
H1.HeaderClassName
{
color: #FC2E28;
}
.AnyTagClassName
{
color: #FC2E28;
}
</style>
background-color css
<style>
a { background-color: #FC2E28; }
a { background-color: rgb(252,46,40); }
div.DivClassName
{
background-color: #FC2E28;
}
.BgClassName
{
background-color: #FC2E28;
}
</style>
border-color css
<style>
span { border-color: #FC2E28; }
span { border-color: rgb(252,46,40); }
td.TdClassName
{
border-color: #FC2E28;
}
.TagClassName
{
border-color: #FC2E28;
}
</style>