Shades of Orange Red #EB4315
Tints of Orange Red #EB4315
RGB
CMYK
RGB Variations
Color information
#EB4315 (or 0xEB4315) is known color: Orange Red. HEX triplet: EB, 43 and 15. RGB value is (235,67,21). Sum of RGB (Red+Green+Blue) = 235+67+21=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4315 is #14BCEA. Grayscale: #707070. Windows color (decimal): -1359083 or 1393643. OLE color: 1393643.
HSL color Cylindrical-coordinate representation of color #EB4315: hue angle of 12.9º 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 #EB4315 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.08 |
| HSL | 12.9º | 0.84% | 0.5% | - |
| HSV(B) | 12.9º | 0.91% | 0.92% | - |
| XYZ | 36.4 | 21.73 | 2.99 | - |
| YUV | 111.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 21 | 0 | 0.71 | 0.91 | 0.08 | 12.9 | 0.84 | 0.5 |
| Hex | EB | 43 | 15 | 0 | 47 | 5B | 8 | D | 54 | 32 |
| Octal | 353 | 103 | 25 | 0 | 107 | 133 | 10 | 15 | 124 | 62 |
| Binary | 11101011 | 1000011 | 10101 | 0 | 1000111 | 1011011 | 1000 | 1101 | 1010100 | 110010 |
Color Harmonies of #EB4315
Complementary color
Monochromatic Colors of #EB4315
Black with #EB4315
Text Example
Text Example
White with #EB4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4315; }
p { color: rgb(235,67,21); }
H1.HeaderClassName
{
color: #EB4315;
}
.AnyTagClassName
{
color: #EB4315;
}
</style>
background-color css
<style>
a { background-color: #EB4315; }
a { background-color: rgb(235,67,21); }
div.DivClassName
{
background-color: #EB4315;
}
.BgClassName
{
background-color: #EB4315;
}
</style>
border-color css
<style>
span { border-color: #EB4315; }
span { border-color: rgb(235,67,21); }
td.TdClassName
{
border-color: #EB4315;
}
.TagClassName
{
border-color: #EB4315;
}
</style>