Shades of Red Orange #FC2424
Tints of Red Orange #FC2424
RGB
CMYK
RGB Variations
Color information
#FC2424 (or 0xFC2424) is known color: Red Orange. HEX triplet: FC, 24 and 24. RGB value is (252,36,36). Sum of RGB (Red+Green+Blue) = 252+36+36=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2424 is #03DBDB. Grayscale: #646464. Windows color (decimal): -252892 or 2368764. OLE color: 2368764.
HSL color Cylindrical-coordinate representation of color #FC2424: hue angle of 0º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2424 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 36 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.01 |
| HSL | 0º | 0.97% | 0.56% | - |
| HSV(B) | 0º | 0.86% | 0.99% | - |
| XYZ | 41.09 | 22.08 | 3.77 | - |
| YUV | 100.58 | 91.56 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 36 | 0 | 0.86 | 0.86 | 0.01 | 0 | 0.97 | 0.56 |
| Hex | FC | 24 | 24 | 0 | 56 | 56 | 1 | 0 | 61 | 38 |
| Octal | 374 | 44 | 44 | 0 | 126 | 126 | 1 | 0 | 141 | 70 |
| Binary | 11111100 | 100100 | 100100 | 0 | 1010110 | 1010110 | 1 | 0 | 1100001 | 111000 |
Color Harmonies of #FC2424
Complementary color
Monochromatic Colors of #FC2424
Black with #FC2424
Text Example
Text Example
White with #FC2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2424; }
p { color: rgb(252,36,36); }
H1.HeaderClassName
{
color: #FC2424;
}
.AnyTagClassName
{
color: #FC2424;
}
</style>
background-color css
<style>
a { background-color: #FC2424; }
a { background-color: rgb(252,36,36); }
div.DivClassName
{
background-color: #FC2424;
}
.BgClassName
{
background-color: #FC2424;
}
</style>
border-color css
<style>
span { border-color: #FC2424; }
span { border-color: rgb(252,36,36); }
td.TdClassName
{
border-color: #FC2424;
}
.TagClassName
{
border-color: #FC2424;
}
</style>