Shades of Orange Red #EE430D
Tints of Orange Red #EE430D
RGB
CMYK
RGB Variations
Color information
#EE430D (or 0xEE430D) is known color: Orange Red. HEX triplet: EE, 43 and 0D. RGB value is (238,67,13). Sum of RGB (Red+Green+Blue) = 238+67+13=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE430D is #11BCF2. Grayscale: #707070. Windows color (decimal): -1162483 or 869358. OLE color: 869358.
HSL color Cylindrical-coordinate representation of color #EE430D: hue angle of 14.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE430D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.07 |
| HSL | 14.4º | 0.9% | 0.49% | - |
| HSV(B) | 14.4º | 0.95% | 0.93% | - |
| XYZ | 37.34 | 22.22 | 2.7 | - |
| YUV | 111.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 13 | 0 | 0.72 | 0.95 | 0.07 | 14.4 | 0.9 | 0.49 |
| Hex | EE | 43 | D | 0 | 48 | 5F | 7 | E | 5A | 31 |
| Octal | 356 | 103 | 15 | 0 | 110 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101110 | 1000011 | 1101 | 0 | 1001000 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #EE430D
Complementary color
Monochromatic Colors of #EE430D
Black with #EE430D
Text Example
Text Example
White with #EE430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE430D; }
p { color: rgb(238,67,13); }
H1.HeaderClassName
{
color: #EE430D;
}
.AnyTagClassName
{
color: #EE430D;
}
</style>
background-color css
<style>
a { background-color: #EE430D; }
a { background-color: rgb(238,67,13); }
div.DivClassName
{
background-color: #EE430D;
}
.BgClassName
{
background-color: #EE430D;
}
</style>
border-color css
<style>
span { border-color: #EE430D; }
span { border-color: rgb(238,67,13); }
td.TdClassName
{
border-color: #EE430D;
}
.TagClassName
{
border-color: #EE430D;
}
</style>