Shades of Orange Red #F2410D
Tints of Orange Red #F2410D
RGB
CMYK
RGB Variations
Color information
#F2410D (or 0xF2410D) is known color: Orange Red. HEX triplet: F2, 41 and 0D. RGB value is (242,65,13). Sum of RGB (Red+Green+Blue) = 242+65+13=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2410D is #0DBEF2. Grayscale: #707070. Windows color (decimal): -900851 or 868850. OLE color: 868850.
HSL color Cylindrical-coordinate representation of color #F2410D: hue angle of 13.62º 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 #F2410D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.05 |
| HSL | 13.62º | 0.9% | 0.5% | - |
| HSV(B) | 13.62º | 0.95% | 0.95% | - |
| XYZ | 38.58 | 22.69 | 2.73 | - |
| YUV | 112 | 72.14 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 13 | 0 | 0.73 | 0.95 | 0.05 | 13.62 | 0.9 | 0.5 |
| Hex | F2 | 41 | D | 0 | 49 | 5F | 5 | E | 5A | 32 |
| Octal | 362 | 101 | 15 | 0 | 111 | 137 | 5 | 16 | 132 | 62 |
| Binary | 11110010 | 1000001 | 1101 | 0 | 1001001 | 1011111 | 101 | 1110 | 1011010 | 110010 |
Color Harmonies of #F2410D
Complementary color
Monochromatic Colors of #F2410D
Black with #F2410D
Text Example
Text Example
White with #F2410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2410D; }
p { color: rgb(242,65,13); }
H1.HeaderClassName
{
color: #F2410D;
}
.AnyTagClassName
{
color: #F2410D;
}
</style>
background-color css
<style>
a { background-color: #F2410D; }
a { background-color: rgb(242,65,13); }
div.DivClassName
{
background-color: #F2410D;
}
.BgClassName
{
background-color: #F2410D;
}
</style>
border-color css
<style>
span { border-color: #F2410D; }
span { border-color: rgb(242,65,13); }
td.TdClassName
{
border-color: #F2410D;
}
.TagClassName
{
border-color: #F2410D;
}
</style>