Shades of Orange Red #EA450B
Tints of Orange Red #EA450B
RGB
CMYK
RGB Variations
Color information
#EA450B (or 0xEA450B) is known color: Orange Red. HEX triplet: EA, 45 and 0B. RGB value is (234,69,11). Sum of RGB (Red+Green+Blue) = 234+69+11=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA450B is #15BAF4. Grayscale: #707070. Windows color (decimal): -1424117 or 738794. OLE color: 738794.
HSL color Cylindrical-coordinate representation of color #EA450B: hue angle of 15.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA450B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.08 |
| HSL | 15.61º | 0.91% | 0.48% | - |
| HSV(B) | 15.61º | 0.95% | 0.92% | - |
| XYZ | 36.12 | 21.77 | 2.62 | - |
| YUV | 111.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 11 | 0 | 0.71 | 0.95 | 0.08 | 15.61 | 0.91 | 0.48 |
| Hex | EA | 45 | B | 0 | 47 | 5F | 8 | 10 | 5B | 30 |
| Octal | 352 | 105 | 13 | 0 | 107 | 137 | 10 | 20 | 133 | 60 |
| Binary | 11101010 | 1000101 | 1011 | 0 | 1000111 | 1011111 | 1000 | 10000 | 1011011 | 110000 |
Color Harmonies of #EA450B
Complementary color
Monochromatic Colors of #EA450B
Black with #EA450B
Text Example
Text Example
White with #EA450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA450B; }
p { color: rgb(234,69,11); }
H1.HeaderClassName
{
color: #EA450B;
}
.AnyTagClassName
{
color: #EA450B;
}
</style>
background-color css
<style>
a { background-color: #EA450B; }
a { background-color: rgb(234,69,11); }
div.DivClassName
{
background-color: #EA450B;
}
.BgClassName
{
background-color: #EA450B;
}
</style>
border-color css
<style>
span { border-color: #EA450B; }
span { border-color: rgb(234,69,11); }
td.TdClassName
{
border-color: #EA450B;
}
.TagClassName
{
border-color: #EA450B;
}
</style>