Shades of Orange Red #EF450D
Tints of Orange Red #EF450D
RGB
CMYK
RGB Variations
Color information
#EF450D (or 0xEF450D) is known color: Orange Red. HEX triplet: EF, 45 and 0D. RGB value is (239,69,13). Sum of RGB (Red+Green+Blue) = 239+69+13=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450D is #10BAF2. Grayscale: #717171. Windows color (decimal): -1096435 or 869871. OLE color: 869871.
HSL color Cylindrical-coordinate representation of color #EF450D: hue angle of 14.87º 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 #EF450D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.06 |
| HSL | 14.87º | 0.9% | 0.49% | - |
| HSV(B) | 14.87º | 0.95% | 0.94% | - |
| XYZ | 37.8 | 22.64 | 2.76 | - |
| YUV | 113.45 | 71.32 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 13 | 0 | 0.71 | 0.95 | 0.06 | 14.87 | 0.9 | 0.49 |
| Hex | EF | 45 | D | 0 | 47 | 5F | 6 | F | 5A | 31 |
| Octal | 357 | 105 | 15 | 0 | 107 | 137 | 6 | 17 | 132 | 61 |
| Binary | 11101111 | 1000101 | 1101 | 0 | 1000111 | 1011111 | 110 | 1111 | 1011010 | 110001 |
Color Harmonies of #EF450D
Complementary color
Monochromatic Colors of #EF450D
Black with #EF450D
Text Example
Text Example
White with #EF450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF450D; }
p { color: rgb(239,69,13); }
H1.HeaderClassName
{
color: #EF450D;
}
.AnyTagClassName
{
color: #EF450D;
}
</style>
background-color css
<style>
a { background-color: #EF450D; }
a { background-color: rgb(239,69,13); }
div.DivClassName
{
background-color: #EF450D;
}
.BgClassName
{
background-color: #EF450D;
}
</style>
border-color css
<style>
span { border-color: #EF450D; }
span { border-color: rgb(239,69,13); }
td.TdClassName
{
border-color: #EF450D;
}
.TagClassName
{
border-color: #EF450D;
}
</style>