Shades of Orange Red #F0410D
Tints of Orange Red #F0410D
RGB
CMYK
RGB Variations
Color information
#F0410D (or 0xF0410D) is known color: Orange Red. HEX triplet: F0, 41 and 0D. RGB value is (240,65,13). Sum of RGB (Red+Green+Blue) = 240+65+13=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0410D is #0FBEF2. Grayscale: #6F6F6F. Windows color (decimal): -1031923 or 868848. OLE color: 868848.
HSL color Cylindrical-coordinate representation of color #F0410D: hue angle of 13.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0410D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.74º | 0.9% | 0.5% | - |
| HSV(B) | 13.74º | 0.95% | 0.94% | - |
| XYZ | 37.9 | 22.33 | 2.69 | - |
| YUV | 111.4 | 72.48 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 13 | 0 | 0.73 | 0.95 | 0.06 | 13.74 | 0.9 | 0.5 |
| Hex | F0 | 41 | D | 0 | 49 | 5F | 6 | E | 5A | 32 |
| Octal | 360 | 101 | 15 | 0 | 111 | 137 | 6 | 16 | 132 | 62 |
| Binary | 11110000 | 1000001 | 1101 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011010 | 110010 |
Color Harmonies of #F0410D
Complementary color
Monochromatic Colors of #F0410D
Black with #F0410D
Text Example
Text Example
White with #F0410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0410D; }
p { color: rgb(240,65,13); }
H1.HeaderClassName
{
color: #F0410D;
}
.AnyTagClassName
{
color: #F0410D;
}
</style>
background-color css
<style>
a { background-color: #F0410D; }
a { background-color: rgb(240,65,13); }
div.DivClassName
{
background-color: #F0410D;
}
.BgClassName
{
background-color: #F0410D;
}
</style>
border-color css
<style>
span { border-color: #F0410D; }
span { border-color: rgb(240,65,13); }
td.TdClassName
{
border-color: #F0410D;
}
.TagClassName
{
border-color: #F0410D;
}
</style>