Shades of Orange Red #F13F18
Tints of Orange Red #F13F18
RGB
CMYK
RGB Variations
Color information
#F13F18 (or 0xF13F18) is known color: Orange Red. HEX triplet: F1, 3F and 18. RGB value is (241,63,24). Sum of RGB (Red+Green+Blue) = 241+63+24=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F18 is #0EC0E7. Grayscale: #707070. Windows color (decimal): -966888 or 1589233. OLE color: 1589233.
HSL color Cylindrical-coordinate representation of color #F13F18: hue angle of 10.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F13F18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.05 |
| HSL | 10.78º | 0.89% | 0.52% | - |
| HSV(B) | 10.78º | 0.9% | 0.95% | - |
| XYZ | 38.22 | 22.32 | 3.16 | - |
| YUV | 111.78 | 78.47 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 24 | 0 | 0.74 | 0.90 | 0.05 | 10.78 | 0.89 | 0.52 |
| Hex | F1 | 3F | 18 | 0 | 4A | 5A | 5 | B | 59 | 34 |
| Octal | 361 | 77 | 30 | 0 | 112 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110001 | 111111 | 11000 | 0 | 1001010 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F13F18
Complementary color
Monochromatic Colors of #F13F18
Black with #F13F18
Text Example
Text Example
White with #F13F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F18; }
p { color: rgb(241,63,24); }
H1.HeaderClassName
{
color: #F13F18;
}
.AnyTagClassName
{
color: #F13F18;
}
</style>
background-color css
<style>
a { background-color: #F13F18; }
a { background-color: rgb(241,63,24); }
div.DivClassName
{
background-color: #F13F18;
}
.BgClassName
{
background-color: #F13F18;
}
</style>
border-color css
<style>
span { border-color: #F13F18; }
span { border-color: rgb(241,63,24); }
td.TdClassName
{
border-color: #F13F18;
}
.TagClassName
{
border-color: #F13F18;
}
</style>