Shades of Red Orange #F53D2C
Tints of Red Orange #F53D2C
RGB
CMYK
RGB Variations
Color information
#F53D2C (or 0xF53D2C) is known color: Red Orange. HEX triplet: F5, 3D and 2C. RGB value is (245,61,44). Sum of RGB (Red+Green+Blue) = 245+61+44=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D2C is #0AC2D3. Grayscale: #727272. Windows color (decimal): -705236 or 2899445. OLE color: 2899445.
HSL color Cylindrical-coordinate representation of color #F53D2C: hue angle of 5.07º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F53D2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 44 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.04 |
| HSL | 5.07º | 0.91% | 0.57% | - |
| HSV(B) | 5.07º | 0.82% | 0.96% | - |
| XYZ | 39.78 | 22.93 | 4.71 | - |
| YUV | 114.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 44 | 0 | 0.75 | 0.82 | 0.04 | 5.07 | 0.91 | 0.57 |
| Hex | F5 | 3D | 2C | 0 | 4B | 52 | 4 | 5 | 5B | 39 |
| Octal | 365 | 75 | 54 | 0 | 113 | 122 | 4 | 5 | 133 | 71 |
| Binary | 11110101 | 111101 | 101100 | 0 | 1001011 | 1010010 | 100 | 101 | 1011011 | 111001 |
Color Harmonies of #F53D2C
Complementary color
Monochromatic Colors of #F53D2C
Black with #F53D2C
Text Example
Text Example
White with #F53D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D2C; }
p { color: rgb(245,61,44); }
H1.HeaderClassName
{
color: #F53D2C;
}
.AnyTagClassName
{
color: #F53D2C;
}
</style>
background-color css
<style>
a { background-color: #F53D2C; }
a { background-color: rgb(245,61,44); }
div.DivClassName
{
background-color: #F53D2C;
}
.BgClassName
{
background-color: #F53D2C;
}
</style>
border-color css
<style>
span { border-color: #F53D2C; }
span { border-color: rgb(245,61,44); }
td.TdClassName
{
border-color: #F53D2C;
}
.TagClassName
{
border-color: #F53D2C;
}
</style>