Shades of Orange Red #EF410D
Tints of Orange Red #EF410D
RGB
CMYK
RGB Variations
Color information
#EF410D (or 0xEF410D) is known color: Orange Red. HEX triplet: EF, 41 and 0D. RGB value is (239,65,13). Sum of RGB (Red+Green+Blue) = 239+65+13=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF410D is #10BEF2. Grayscale: #6F6F6F. Windows color (decimal): -1097459 or 868847. OLE color: 868847.
HSL color Cylindrical-coordinate representation of color #EF410D: hue angle of 13.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF410D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.81º | 0.9% | 0.49% | - |
| HSV(B) | 13.81º | 0.95% | 0.94% | - |
| XYZ | 37.56 | 22.16 | 2.68 | - |
| YUV | 111.1 | 72.65 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 13 | 0 | 0.73 | 0.95 | 0.06 | 13.81 | 0.9 | 0.49 |
| Hex | EF | 41 | D | 0 | 49 | 5F | 6 | E | 5A | 31 |
| Octal | 357 | 101 | 15 | 0 | 111 | 137 | 6 | 16 | 132 | 61 |
| Binary | 11101111 | 1000001 | 1101 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011010 | 110001 |
Color Harmonies of #EF410D
Complementary color
Monochromatic Colors of #EF410D
Black with #EF410D
Text Example
Text Example
White with #EF410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF410D; }
p { color: rgb(239,65,13); }
H1.HeaderClassName
{
color: #EF410D;
}
.AnyTagClassName
{
color: #EF410D;
}
</style>
background-color css
<style>
a { background-color: #EF410D; }
a { background-color: rgb(239,65,13); }
div.DivClassName
{
background-color: #EF410D;
}
.BgClassName
{
background-color: #EF410D;
}
</style>
border-color css
<style>
span { border-color: #EF410D; }
span { border-color: rgb(239,65,13); }
td.TdClassName
{
border-color: #EF410D;
}
.TagClassName
{
border-color: #EF410D;
}
</style>