Shades of Red Orange #FC2D2D
Tints of Red Orange #FC2D2D
RGB
CMYK
RGB Variations
Color information
#FC2D2D (or 0xFC2D2D) is known color: Red Orange. HEX triplet: FC, 2D and 2D. RGB value is (252,45,45). Sum of RGB (Red+Green+Blue) = 252+45+45=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D2D is #03D2D2. Grayscale: #6B6B6B. Windows color (decimal): -250579 or 2960892. OLE color: 2960892.
HSL color Cylindrical-coordinate representation of color #FC2D2D: hue angle of 0º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 45 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.01 |
| HSL | 0º | 0.97% | 0.58% | - |
| HSV(B) | 0º | 0.82% | 0.99% | - |
| XYZ | 41.56 | 22.76 | 4.69 | - |
| YUV | 106.89 | 93.08 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 45 | 0 | 0.82 | 0.82 | 0.01 | 0 | 0.97 | 0.58 |
| Hex | FC | 2D | 2D | 0 | 52 | 52 | 1 | 0 | 61 | 3A |
| Octal | 374 | 55 | 55 | 0 | 122 | 122 | 1 | 0 | 141 | 72 |
| Binary | 11111100 | 101101 | 101101 | 0 | 1010010 | 1010010 | 1 | 0 | 1100001 | 111010 |
Color Harmonies of #FC2D2D
Complementary color
Monochromatic Colors of #FC2D2D
Black with #FC2D2D
Text Example
Text Example
White with #FC2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D2D; }
p { color: rgb(252,45,45); }
H1.HeaderClassName
{
color: #FC2D2D;
}
.AnyTagClassName
{
color: #FC2D2D;
}
</style>
background-color css
<style>
a { background-color: #FC2D2D; }
a { background-color: rgb(252,45,45); }
div.DivClassName
{
background-color: #FC2D2D;
}
.BgClassName
{
background-color: #FC2D2D;
}
</style>
border-color css
<style>
span { border-color: #FC2D2D; }
span { border-color: rgb(252,45,45); }
td.TdClassName
{
border-color: #FC2D2D;
}
.TagClassName
{
border-color: #FC2D2D;
}
</style>