Shades of Orange Red #EB4301
Tints of Orange Red #EB4301
RGB
CMYK
RGB Variations
Color information
#EB4301 (or 0xEB4301) is known color: Orange Red. HEX triplet: EB, 43 and 01. RGB value is (235,67,1). Sum of RGB (Red+Green+Blue) = 235+67+1=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4301 is #14BCFE. Grayscale: #6E6E6E. Windows color (decimal): -1359103 or 82923. OLE color: 82923.
HSL color Cylindrical-coordinate representation of color #EB4301: hue angle of 16.92º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB4301 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.08 |
| HSL | 16.92º | 0.99% | 0.46% | - |
| HSV(B) | 16.92º | 1% | 0.92% | - |
| XYZ | 36.27 | 21.68 | 2.3 | - |
| YUV | 109.71 | 66.66 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 1 | 0 | 0.71 | 1.00 | 0.08 | 16.92 | 0.99 | 0.46 |
| Hex | EB | 43 | 1 | 0 | 47 | 64 | 8 | 11 | 63 | 2E |
| Octal | 353 | 103 | 1 | 0 | 107 | 144 | 10 | 21 | 143 | 56 |
| Binary | 11101011 | 1000011 | 1 | 0 | 1000111 | 1100100 | 1000 | 10001 | 1100011 | 101110 |
Color Harmonies of #EB4301
Complementary color
Monochromatic Colors of #EB4301
Black with #EB4301
Text Example
Text Example
White with #EB4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4301; }
p { color: rgb(235,67,1); }
H1.HeaderClassName
{
color: #EB4301;
}
.AnyTagClassName
{
color: #EB4301;
}
</style>
background-color css
<style>
a { background-color: #EB4301; }
a { background-color: rgb(235,67,1); }
div.DivClassName
{
background-color: #EB4301;
}
.BgClassName
{
background-color: #EB4301;
}
</style>
border-color css
<style>
span { border-color: #EB4301; }
span { border-color: rgb(235,67,1); }
td.TdClassName
{
border-color: #EB4301;
}
.TagClassName
{
border-color: #EB4301;
}
</style>