Shades of Red Orange #F13A2D
Tints of Red Orange #F13A2D
RGB
CMYK
RGB Variations
Color information
#F13A2D (or 0xF13A2D) is known color: Red Orange. HEX triplet: F1, 3A and 2D. RGB value is (241,58,45). Sum of RGB (Red+Green+Blue) = 241+58+45=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A2D is #0EC5D2. Grayscale: #6F6F6F. Windows color (decimal): -968147 or 2964209. OLE color: 2964209.
HSL color Cylindrical-coordinate representation of color #F13A2D: hue angle of 3.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F13A2D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.05 |
| HSL | 3.98º | 0.88% | 0.56% | - |
| HSV(B) | 3.98º | 0.81% | 0.95% | - |
| XYZ | 38.26 | 21.92 | 4.7 | - |
| YUV | 111.24 | 90.63 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 45 | 0 | 0.76 | 0.81 | 0.05 | 3.98 | 0.88 | 0.56 |
| Hex | F1 | 3A | 2D | 0 | 4C | 51 | 5 | 4 | 58 | 38 |
| Octal | 361 | 72 | 55 | 0 | 114 | 121 | 5 | 4 | 130 | 70 |
| Binary | 11110001 | 111010 | 101101 | 0 | 1001100 | 1010001 | 101 | 100 | 1011000 | 111000 |
Color Harmonies of #F13A2D
Complementary color
Monochromatic Colors of #F13A2D
Black with #F13A2D
Text Example
Text Example
White with #F13A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A2D; }
p { color: rgb(241,58,45); }
H1.HeaderClassName
{
color: #F13A2D;
}
.AnyTagClassName
{
color: #F13A2D;
}
</style>
background-color css
<style>
a { background-color: #F13A2D; }
a { background-color: rgb(241,58,45); }
div.DivClassName
{
background-color: #F13A2D;
}
.BgClassName
{
background-color: #F13A2D;
}
</style>
border-color css
<style>
span { border-color: #F13A2D; }
span { border-color: rgb(241,58,45); }
td.TdClassName
{
border-color: #F13A2D;
}
.TagClassName
{
border-color: #F13A2D;
}
</style>