Shades of Red Orange #F13D32
Tints of Red Orange #F13D32
RGB
CMYK
RGB Variations
Color information
#F13D32 (or 0xF13D32) is known color: Red Orange. HEX triplet: F1, 3D and 32. RGB value is (241,61,50). Sum of RGB (Red+Green+Blue) = 241+61+50=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D32 is #0EC2CD. Grayscale: #717171. Windows color (decimal): -967374 or 3292657. OLE color: 3292657.
HSL color Cylindrical-coordinate representation of color #F13D32: hue angle of 3.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13D32 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 50 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.05 |
| HSL | 3.46º | 0.87% | 0.57% | - |
| HSV(B) | 3.46º | 0.79% | 0.95% | - |
| XYZ | 38.52 | 22.27 | 5.29 | - |
| YUV | 113.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 50 | 0 | 0.75 | 0.79 | 0.05 | 3.46 | 0.87 | 0.57 |
| Hex | F1 | 3D | 32 | 0 | 4B | 4F | 5 | 3 | 57 | 39 |
| Octal | 361 | 75 | 62 | 0 | 113 | 117 | 5 | 3 | 127 | 71 |
| Binary | 11110001 | 111101 | 110010 | 0 | 1001011 | 1001111 | 101 | 11 | 1010111 | 111001 |
Color Harmonies of #F13D32
Complementary color
Monochromatic Colors of #F13D32
Black with #F13D32
Text Example
Text Example
White with #F13D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D32; }
p { color: rgb(241,61,50); }
H1.HeaderClassName
{
color: #F13D32;
}
.AnyTagClassName
{
color: #F13D32;
}
</style>
background-color css
<style>
a { background-color: #F13D32; }
a { background-color: rgb(241,61,50); }
div.DivClassName
{
background-color: #F13D32;
}
.BgClassName
{
background-color: #F13D32;
}
</style>
border-color css
<style>
span { border-color: #F13D32; }
span { border-color: rgb(241,61,50); }
td.TdClassName
{
border-color: #F13D32;
}
.TagClassName
{
border-color: #F13D32;
}
</style>