Shades of Orange Red #EF430B
Tints of Orange Red #EF430B
RGB
CMYK
RGB Variations
Color information
#EF430B (or 0xEF430B) is known color: Orange Red. HEX triplet: EF, 43 and 0B. RGB value is (239,67,11). Sum of RGB (Red+Green+Blue) = 239+67+11=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF430B is #10BCF4. Grayscale: #707070. Windows color (decimal): -1096949 or 738287. OLE color: 738287.
HSL color Cylindrical-coordinate representation of color #EF430B: hue angle of 14.74º degrees, saturation: 0.91, 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 #EF430B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.06 |
| HSL | 14.74º | 0.91% | 0.49% | - |
| HSV(B) | 14.74º | 0.95% | 0.94% | - |
| XYZ | 37.66 | 22.39 | 2.65 | - |
| YUV | 112.04 | 70.98 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 11 | 0 | 0.72 | 0.95 | 0.06 | 14.74 | 0.91 | 0.49 |
| Hex | EF | 43 | B | 0 | 48 | 5F | 6 | F | 5B | 31 |
| Octal | 357 | 103 | 13 | 0 | 110 | 137 | 6 | 17 | 133 | 61 |
| Binary | 11101111 | 1000011 | 1011 | 0 | 1001000 | 1011111 | 110 | 1111 | 1011011 | 110001 |
Color Harmonies of #EF430B
Complementary color
Monochromatic Colors of #EF430B
Black with #EF430B
Text Example
Text Example
White with #EF430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF430B; }
p { color: rgb(239,67,11); }
H1.HeaderClassName
{
color: #EF430B;
}
.AnyTagClassName
{
color: #EF430B;
}
</style>
background-color css
<style>
a { background-color: #EF430B; }
a { background-color: rgb(239,67,11); }
div.DivClassName
{
background-color: #EF430B;
}
.BgClassName
{
background-color: #EF430B;
}
</style>
border-color css
<style>
span { border-color: #EF430B; }
span { border-color: rgb(239,67,11); }
td.TdClassName
{
border-color: #EF430B;
}
.TagClassName
{
border-color: #EF430B;
}
</style>