Shades of Orange Red #EF4319
Tints of Orange Red #EF4319
RGB
CMYK
RGB Variations
Color information
#EF4319 (or 0xEF4319) is known color: Orange Red. HEX triplet: EF, 43 and 19. RGB value is (239,67,25). Sum of RGB (Red+Green+Blue) = 239+67+25=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4319 is #10BCE6. Grayscale: #717171. Windows color (decimal): -1096935 or 1655791. OLE color: 1655791.
HSL color Cylindrical-coordinate representation of color #EF4319: hue angle of 11.78º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4319 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.06 |
| HSL | 11.78º | 0.87% | 0.52% | - |
| HSV(B) | 11.78º | 0.9% | 0.94% | - |
| XYZ | 37.78 | 22.44 | 3.26 | - |
| YUV | 113.64 | 77.98 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 25 | 0 | 0.72 | 0.90 | 0.06 | 11.78 | 0.87 | 0.52 |
| Hex | EF | 43 | 19 | 0 | 48 | 5A | 6 | C | 57 | 34 |
| Octal | 357 | 103 | 31 | 0 | 110 | 132 | 6 | 14 | 127 | 64 |
| Binary | 11101111 | 1000011 | 11001 | 0 | 1001000 | 1011010 | 110 | 1100 | 1010111 | 110100 |
Color Harmonies of #EF4319
Complementary color
Monochromatic Colors of #EF4319
Black with #EF4319
Text Example
Text Example
White with #EF4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4319; }
p { color: rgb(239,67,25); }
H1.HeaderClassName
{
color: #EF4319;
}
.AnyTagClassName
{
color: #EF4319;
}
</style>
background-color css
<style>
a { background-color: #EF4319; }
a { background-color: rgb(239,67,25); }
div.DivClassName
{
background-color: #EF4319;
}
.BgClassName
{
background-color: #EF4319;
}
</style>
border-color css
<style>
span { border-color: #EF4319; }
span { border-color: rgb(239,67,25); }
td.TdClassName
{
border-color: #EF4319;
}
.TagClassName
{
border-color: #EF4319;
}
</style>