Shades of Red Orange #F13C29
Tints of Red Orange #F13C29
RGB
CMYK
RGB Variations
Color information
#F13C29 (or 0xF13C29) is known color: Red Orange. HEX triplet: F1, 3C and 29. RGB value is (241,60,41). Sum of RGB (Red+Green+Blue) = 241+60+41=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C29 is #0EC3D6. Grayscale: #707070. Windows color (decimal): -967639 or 2702577. OLE color: 2702577.
HSL color Cylindrical-coordinate representation of color #F13C29: hue angle of 5.7º 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 #F13C29 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 41 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.05 |
| HSL | 5.7º | 0.88% | 0.55% | - |
| HSV(B) | 5.7º | 0.83% | 0.95% | - |
| XYZ | 38.29 | 22.09 | 4.34 | - |
| YUV | 111.95 | 87.97 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 41 | 0 | 0.75 | 0.83 | 0.05 | 5.7 | 0.88 | 0.55 |
| Hex | F1 | 3C | 29 | 0 | 4B | 53 | 5 | 6 | 58 | 37 |
| Octal | 361 | 74 | 51 | 0 | 113 | 123 | 5 | 6 | 130 | 67 |
| Binary | 11110001 | 111100 | 101001 | 0 | 1001011 | 1010011 | 101 | 110 | 1011000 | 110111 |
Color Harmonies of #F13C29
Complementary color
Monochromatic Colors of #F13C29
Black with #F13C29
Text Example
Text Example
White with #F13C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C29; }
p { color: rgb(241,60,41); }
H1.HeaderClassName
{
color: #F13C29;
}
.AnyTagClassName
{
color: #F13C29;
}
</style>
background-color css
<style>
a { background-color: #F13C29; }
a { background-color: rgb(241,60,41); }
div.DivClassName
{
background-color: #F13C29;
}
.BgClassName
{
background-color: #F13C29;
}
</style>
border-color css
<style>
span { border-color: #F13C29; }
span { border-color: rgb(241,60,41); }
td.TdClassName
{
border-color: #F13C29;
}
.TagClassName
{
border-color: #F13C29;
}
</style>