Shades of Orange Red #EF450C
Tints of Orange Red #EF450C
RGB
CMYK
RGB Variations
Color information
#EF450C (or 0xEF450C) is known color: Orange Red. HEX triplet: EF, 45 and 0C. RGB value is (239,69,12). Sum of RGB (Red+Green+Blue) = 239+69+12=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450C is #10BAF3. Grayscale: #717171. Windows color (decimal): -1096436 or 804335. OLE color: 804335.
HSL color Cylindrical-coordinate representation of color #EF450C: hue angle of 15.07º 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 #EF450C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.06 |
| HSL | 15.07º | 0.9% | 0.49% | - |
| HSV(B) | 15.07º | 0.95% | 0.94% | - |
| XYZ | 37.79 | 22.63 | 2.72 | - |
| YUV | 113.33 | 70.82 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 12 | 0 | 0.71 | 0.95 | 0.06 | 15.07 | 0.9 | 0.49 |
| Hex | EF | 45 | C | 0 | 47 | 5F | 6 | F | 5A | 31 |
| Octal | 357 | 105 | 14 | 0 | 107 | 137 | 6 | 17 | 132 | 61 |
| Binary | 11101111 | 1000101 | 1100 | 0 | 1000111 | 1011111 | 110 | 1111 | 1011010 | 110001 |
Color Harmonies of #EF450C
Complementary color
Monochromatic Colors of #EF450C
Black with #EF450C
Text Example
Text Example
White with #EF450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF450C; }
p { color: rgb(239,69,12); }
H1.HeaderClassName
{
color: #EF450C;
}
.AnyTagClassName
{
color: #EF450C;
}
</style>
background-color css
<style>
a { background-color: #EF450C; }
a { background-color: rgb(239,69,12); }
div.DivClassName
{
background-color: #EF450C;
}
.BgClassName
{
background-color: #EF450C;
}
</style>
border-color css
<style>
span { border-color: #EF450C; }
span { border-color: rgb(239,69,12); }
td.TdClassName
{
border-color: #EF450C;
}
.TagClassName
{
border-color: #EF450C;
}
</style>