Shades of Orange Red #F13A0D
Tints of Orange Red #F13A0D
RGB
CMYK
RGB Variations
Color information
#F13A0D (or 0xF13A0D) is known color: Orange Red. HEX triplet: F1, 3A and 0D. RGB value is (241,58,13). Sum of RGB (Red+Green+Blue) = 241+58+13=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13A0D is #0EC5F2. Grayscale: #6B6B6B. Windows color (decimal): -968179 or 867057. OLE color: 867057.
HSL color Cylindrical-coordinate representation of color #F13A0D: hue angle of 11.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F13A0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.05 |
| HSL | 11.84º | 0.9% | 0.5% | - |
| HSV(B) | 11.84º | 0.95% | 0.95% | - |
| XYZ | 37.86 | 21.76 | 2.58 | - |
| YUV | 107.59 | 74.63 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 13 | 0 | 0.76 | 0.95 | 0.05 | 11.84 | 0.9 | 0.5 |
| Hex | F1 | 3A | D | 0 | 4C | 5F | 5 | C | 5A | 32 |
| Octal | 361 | 72 | 15 | 0 | 114 | 137 | 5 | 14 | 132 | 62 |
| Binary | 11110001 | 111010 | 1101 | 0 | 1001100 | 1011111 | 101 | 1100 | 1011010 | 110010 |
Color Harmonies of #F13A0D
Complementary color
Monochromatic Colors of #F13A0D
Black with #F13A0D
Text Example
Text Example
White with #F13A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A0D; }
p { color: rgb(241,58,13); }
H1.HeaderClassName
{
color: #F13A0D;
}
.AnyTagClassName
{
color: #F13A0D;
}
</style>
background-color css
<style>
a { background-color: #F13A0D; }
a { background-color: rgb(241,58,13); }
div.DivClassName
{
background-color: #F13A0D;
}
.BgClassName
{
background-color: #F13A0D;
}
</style>
border-color css
<style>
span { border-color: #F13A0D; }
span { border-color: rgb(241,58,13); }
td.TdClassName
{
border-color: #F13A0D;
}
.TagClassName
{
border-color: #F13A0D;
}
</style>