Shades of Red Orange #F52D23
Tints of Red Orange #F52D23
RGB
CMYK
RGB Variations
Color information
#F52D23 (or 0xF52D23) is known color: Red Orange. HEX triplet: F5, 2D and 23. RGB value is (245,45,35). Sum of RGB (Red+Green+Blue) = 245+45+35=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D23 is #0AD2DC. Grayscale: #676767. Windows color (decimal): -709341 or 2305525. OLE color: 2305525.
HSL color Cylindrical-coordinate representation of color #F52D23: hue angle of 2.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52D23 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 35 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.04 |
| HSL | 2.86º | 0.91% | 0.55% | - |
| HSV(B) | 2.86º | 0.86% | 0.96% | - |
| XYZ | 38.9 | 21.41 | 3.67 | - |
| YUV | 103.66 | 89.26 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 35 | 0 | 0.82 | 0.86 | 0.04 | 2.86 | 0.91 | 0.55 |
| Hex | F5 | 2D | 23 | 0 | 52 | 56 | 4 | 3 | 5B | 37 |
| Octal | 365 | 55 | 43 | 0 | 122 | 126 | 4 | 3 | 133 | 67 |
| Binary | 11110101 | 101101 | 100011 | 0 | 1010010 | 1010110 | 100 | 11 | 1011011 | 110111 |
Color Harmonies of #F52D23
Complementary color
Monochromatic Colors of #F52D23
Black with #F52D23
Text Example
Text Example
White with #F52D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D23; }
p { color: rgb(245,45,35); }
H1.HeaderClassName
{
color: #F52D23;
}
.AnyTagClassName
{
color: #F52D23;
}
</style>
background-color css
<style>
a { background-color: #F52D23; }
a { background-color: rgb(245,45,35); }
div.DivClassName
{
background-color: #F52D23;
}
.BgClassName
{
background-color: #F52D23;
}
</style>
border-color css
<style>
span { border-color: #F52D23; }
span { border-color: rgb(245,45,35); }
td.TdClassName
{
border-color: #F52D23;
}
.TagClassName
{
border-color: #F52D23;
}
</style>