Shades of Orange Red #EA4315
Tints of Orange Red #EA4315
RGB
CMYK
RGB Variations
Color information
#EA4315 (or 0xEA4315) is known color: Orange Red. HEX triplet: EA, 43 and 15. RGB value is (234,67,21). Sum of RGB (Red+Green+Blue) = 234+67+21=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4315 is #15BCEA. Grayscale: #707070. Windows color (decimal): -1424619 or 1393642. OLE color: 1393642.
HSL color Cylindrical-coordinate representation of color #EA4315: hue angle of 12.96º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4315 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.08 |
| HSL | 12.96º | 0.84% | 0.5% | - |
| HSV(B) | 12.96º | 0.91% | 0.92% | - |
| XYZ | 36.07 | 21.56 | 2.97 | - |
| YUV | 111.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 21 | 0 | 0.71 | 0.91 | 0.08 | 12.96 | 0.84 | 0.5 |
| Hex | EA | 43 | 15 | 0 | 47 | 5B | 8 | D | 54 | 32 |
| Octal | 352 | 103 | 25 | 0 | 107 | 133 | 10 | 15 | 124 | 62 |
| Binary | 11101010 | 1000011 | 10101 | 0 | 1000111 | 1011011 | 1000 | 1101 | 1010100 | 110010 |
Color Harmonies of #EA4315
Complementary color
Monochromatic Colors of #EA4315
Black with #EA4315
Text Example
Text Example
White with #EA4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4315; }
p { color: rgb(234,67,21); }
H1.HeaderClassName
{
color: #EA4315;
}
.AnyTagClassName
{
color: #EA4315;
}
</style>
background-color css
<style>
a { background-color: #EA4315; }
a { background-color: rgb(234,67,21); }
div.DivClassName
{
background-color: #EA4315;
}
.BgClassName
{
background-color: #EA4315;
}
</style>
border-color css
<style>
span { border-color: #EA4315; }
span { border-color: rgb(234,67,21); }
td.TdClassName
{
border-color: #EA4315;
}
.TagClassName
{
border-color: #EA4315;
}
</style>