Shades of Red Orange #F13529
Tints of Red Orange #F13529
RGB
CMYK
RGB Variations
Color information
#F13529 (or 0xF13529) is known color: Red Orange. HEX triplet: F1, 35 and 29. RGB value is (241,53,41). Sum of RGB (Red+Green+Blue) = 241+53+41=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F13529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13529 is #0ECAD6. Grayscale: #6C6C6C. Windows color (decimal): -969431 or 2700785. OLE color: 2700785.
HSL color Cylindrical-coordinate representation of color #F13529: hue angle of 3.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F13529 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 41 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.05 |
| HSL | 3.6º | 0.88% | 0.55% | - |
| HSV(B) | 3.6º | 0.83% | 0.95% | - |
| XYZ | 37.95 | 21.41 | 4.23 | - |
| YUV | 107.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 41 | 0 | 0.78 | 0.83 | 0.05 | 3.6 | 0.88 | 0.55 |
| Hex | F1 | 35 | 29 | 0 | 4E | 53 | 5 | 4 | 58 | 37 |
| Octal | 361 | 65 | 51 | 0 | 116 | 123 | 5 | 4 | 130 | 67 |
| Binary | 11110001 | 110101 | 101001 | 0 | 1001110 | 1010011 | 101 | 100 | 1011000 | 110111 |
Color Harmonies of #F13529
Complementary color
Monochromatic Colors of #F13529
Black with #F13529
Text Example
Text Example
White with #F13529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13529; }
p { color: rgb(241,53,41); }
H1.HeaderClassName
{
color: #F13529;
}
.AnyTagClassName
{
color: #F13529;
}
</style>
background-color css
<style>
a { background-color: #F13529; }
a { background-color: rgb(241,53,41); }
div.DivClassName
{
background-color: #F13529;
}
.BgClassName
{
background-color: #F13529;
}
</style>
border-color css
<style>
span { border-color: #F13529; }
span { border-color: rgb(241,53,41); }
td.TdClassName
{
border-color: #F13529;
}
.TagClassName
{
border-color: #F13529;
}
</style>