Shades of Orange Red #EB4101
Tints of Orange Red #EB4101
RGB
CMYK
RGB Variations
Color information
#EB4101 (or 0xEB4101) is known color: Orange Red. HEX triplet: EB, 41 and 01. RGB value is (235,65,1). Sum of RGB (Red+Green+Blue) = 235+65+1=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4101 is #14BEFE. Grayscale: #6C6C6C. Windows color (decimal): -1359615 or 82411. OLE color: 82411.
HSL color Cylindrical-coordinate representation of color #EB4101: hue angle of 16.41º 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 #EB4101 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.08 |
| HSL | 16.41º | 0.99% | 0.46% | - |
| HSV(B) | 16.41º | 1% | 0.92% | - |
| XYZ | 36.16 | 21.44 | 2.26 | - |
| YUV | 108.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 1 | 0 | 0.72 | 1.00 | 0.08 | 16.41 | 0.99 | 0.46 |
| Hex | EB | 41 | 1 | 0 | 48 | 64 | 8 | 10 | 63 | 2E |
| Octal | 353 | 101 | 1 | 0 | 110 | 144 | 10 | 20 | 143 | 56 |
| Binary | 11101011 | 1000001 | 1 | 0 | 1001000 | 1100100 | 1000 | 10000 | 1100011 | 101110 |
Color Harmonies of #EB4101
Complementary color
Monochromatic Colors of #EB4101
Black with #EB4101
Text Example
Text Example
White with #EB4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4101; }
p { color: rgb(235,65,1); }
H1.HeaderClassName
{
color: #EB4101;
}
.AnyTagClassName
{
color: #EB4101;
}
</style>
background-color css
<style>
a { background-color: #EB4101; }
a { background-color: rgb(235,65,1); }
div.DivClassName
{
background-color: #EB4101;
}
.BgClassName
{
background-color: #EB4101;
}
</style>
border-color css
<style>
span { border-color: #EB4101; }
span { border-color: rgb(235,65,1); }
td.TdClassName
{
border-color: #EB4101;
}
.TagClassName
{
border-color: #EB4101;
}
</style>