Shades of Orange Red #EF430A
Tints of Orange Red #EF430A
RGB
CMYK
RGB Variations
Color information
#EF430A (or 0xEF430A) is known color: Orange Red. HEX triplet: EF, 43 and 0A. RGB value is (239,67,10). Sum of RGB (Red+Green+Blue) = 239+67+10=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF430A is #10BCF5. Grayscale: #707070. Windows color (decimal): -1096950 or 672751. OLE color: 672751.
HSL color Cylindrical-coordinate representation of color #EF430A: hue angle of 14.93º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.06 |
| HSL | 14.93º | 0.92% | 0.49% | - |
| HSV(B) | 14.93º | 0.96% | 0.94% | - |
| XYZ | 37.66 | 22.39 | 2.62 | - |
| YUV | 111.93 | 70.48 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 10 | 0 | 0.72 | 0.96 | 0.06 | 14.93 | 0.92 | 0.49 |
| Hex | EF | 43 | A | 0 | 48 | 60 | 6 | F | 5C | 31 |
| Octal | 357 | 103 | 12 | 0 | 110 | 140 | 6 | 17 | 134 | 61 |
| Binary | 11101111 | 1000011 | 1010 | 0 | 1001000 | 1100000 | 110 | 1111 | 1011100 | 110001 |
Color Harmonies of #EF430A
Complementary color
Monochromatic Colors of #EF430A
Black with #EF430A
Text Example
Text Example
White with #EF430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF430A; }
p { color: rgb(239,67,10); }
H1.HeaderClassName
{
color: #EF430A;
}
.AnyTagClassName
{
color: #EF430A;
}
</style>
background-color css
<style>
a { background-color: #EF430A; }
a { background-color: rgb(239,67,10); }
div.DivClassName
{
background-color: #EF430A;
}
.BgClassName
{
background-color: #EF430A;
}
</style>
border-color css
<style>
span { border-color: #EF430A; }
span { border-color: rgb(239,67,10); }
td.TdClassName
{
border-color: #EF430A;
}
.TagClassName
{
border-color: #EF430A;
}
</style>