Shades of Red Orange #F12825
Tints of Red Orange #F12825
RGB
CMYK
RGB Variations
Color information
#F12825 (or 0xF12825) is known color: Red Orange. HEX triplet: F1, 28 and 25. RGB value is (241,40,37). Sum of RGB (Red+Green+Blue) = 241+40+37=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F12825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12825 is #0ED7DA. Grayscale: #636363. Windows color (decimal): -972763 or 2435313. OLE color: 2435313.
HSL color Cylindrical-coordinate representation of color #F12825: hue angle of 0.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12825 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 37 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.05 |
| HSL | 0.88º | 0.88% | 0.55% | - |
| HSV(B) | 0.88º | 0.85% | 0.95% | - |
| XYZ | 37.37 | 20.35 | 3.71 | - |
| YUV | 99.76 | 92.59 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 37 | 0 | 0.83 | 0.85 | 0.05 | 0.88 | 0.88 | 0.55 |
| Hex | F1 | 28 | 25 | 0 | 53 | 55 | 5 | 1 | 58 | 37 |
| Octal | 361 | 50 | 45 | 0 | 123 | 125 | 5 | 1 | 130 | 67 |
| Binary | 11110001 | 101000 | 100101 | 0 | 1010011 | 1010101 | 101 | 1 | 1011000 | 110111 |
Color Harmonies of #F12825
Complementary color
Monochromatic Colors of #F12825
Black with #F12825
Text Example
Text Example
White with #F12825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12825; }
p { color: rgb(241,40,37); }
H1.HeaderClassName
{
color: #F12825;
}
.AnyTagClassName
{
color: #F12825;
}
</style>
background-color css
<style>
a { background-color: #F12825; }
a { background-color: rgb(241,40,37); }
div.DivClassName
{
background-color: #F12825;
}
.BgClassName
{
background-color: #F12825;
}
</style>
border-color css
<style>
span { border-color: #F12825; }
span { border-color: rgb(241,40,37); }
td.TdClassName
{
border-color: #F12825;
}
.TagClassName
{
border-color: #F12825;
}
</style>