Shades of Orange Red #EF430F
Tints of Orange Red #EF430F
RGB
CMYK
RGB Variations
Color information
#EF430F (or 0xEF430F) is known color: Orange Red. HEX triplet: EF, 43 and 0F. RGB value is (239,67,15). Sum of RGB (Red+Green+Blue) = 239+67+15=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF430F is #10BCF0. Grayscale: #707070. Windows color (decimal): -1096945 or 1000431. OLE color: 1000431.
HSL color Cylindrical-coordinate representation of color #EF430F: hue angle of 13.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF430F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.06 |
| HSL | 13.93º | 0.88% | 0.5% | - |
| HSV(B) | 13.93º | 0.94% | 0.94% | - |
| XYZ | 37.69 | 22.4 | 2.79 | - |
| YUV | 112.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 15 | 0 | 0.72 | 0.94 | 0.06 | 13.93 | 0.88 | 0.5 |
| Hex | EF | 43 | F | 0 | 48 | 5E | 6 | E | 58 | 32 |
| Octal | 357 | 103 | 17 | 0 | 110 | 136 | 6 | 16 | 130 | 62 |
| Binary | 11101111 | 1000011 | 1111 | 0 | 1001000 | 1011110 | 110 | 1110 | 1011000 | 110010 |
Color Harmonies of #EF430F
Complementary color
Monochromatic Colors of #EF430F
Black with #EF430F
Text Example
Text Example
White with #EF430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF430F; }
p { color: rgb(239,67,15); }
H1.HeaderClassName
{
color: #EF430F;
}
.AnyTagClassName
{
color: #EF430F;
}
</style>
background-color css
<style>
a { background-color: #EF430F; }
a { background-color: rgb(239,67,15); }
div.DivClassName
{
background-color: #EF430F;
}
.BgClassName
{
background-color: #EF430F;
}
</style>
border-color css
<style>
span { border-color: #EF430F; }
span { border-color: rgb(239,67,15); }
td.TdClassName
{
border-color: #EF430F;
}
.TagClassName
{
border-color: #EF430F;
}
</style>