Shades of Red Orange #FC2421
Tints of Red Orange #FC2421
RGB
CMYK
RGB Variations
Color information
#FC2421 (or 0xFC2421) is known color: Red Orange. HEX triplet: FC, 24 and 21. RGB value is (252,36,33). Sum of RGB (Red+Green+Blue) = 252+36+33=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2421 is #03DBDE. Grayscale: #646464. Windows color (decimal): -252895 or 2172156. OLE color: 2172156.
HSL color Cylindrical-coordinate representation of color #FC2421: hue angle of 0.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2421 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 33 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.01 |
| HSL | 0.82º | 0.97% | 0.56% | - |
| HSV(B) | 0.82º | 0.87% | 0.99% | - |
| XYZ | 41.05 | 22.07 | 3.53 | - |
| YUV | 100.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 33 | 0 | 0.86 | 0.87 | 0.01 | 0.82 | 0.97 | 0.56 |
| Hex | FC | 24 | 21 | 0 | 56 | 57 | 1 | 1 | 61 | 38 |
| Octal | 374 | 44 | 41 | 0 | 126 | 127 | 1 | 1 | 141 | 70 |
| Binary | 11111100 | 100100 | 100001 | 0 | 1010110 | 1010111 | 1 | 1 | 1100001 | 111000 |
Color Harmonies of #FC2421
Complementary color
Monochromatic Colors of #FC2421
Black with #FC2421
Text Example
Text Example
White with #FC2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2421; }
p { color: rgb(252,36,33); }
H1.HeaderClassName
{
color: #FC2421;
}
.AnyTagClassName
{
color: #FC2421;
}
</style>
background-color css
<style>
a { background-color: #FC2421; }
a { background-color: rgb(252,36,33); }
div.DivClassName
{
background-color: #FC2421;
}
.BgClassName
{
background-color: #FC2421;
}
</style>
border-color css
<style>
span { border-color: #FC2421; }
span { border-color: rgb(252,36,33); }
td.TdClassName
{
border-color: #FC2421;
}
.TagClassName
{
border-color: #FC2421;
}
</style>