Shades of Orange Red #EB4103
Tints of Orange Red #EB4103
RGB
CMYK
RGB Variations
Color information
#EB4103 (or 0xEB4103) is known color: Orange Red. HEX triplet: EB, 41 and 03. RGB value is (235,65,3). Sum of RGB (Red+Green+Blue) = 235+65+3=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4103 is #14BEFC. Grayscale: #6D6D6D. Windows color (decimal): -1359613 or 213483. OLE color: 213483.
HSL color Cylindrical-coordinate representation of color #EB4103: hue angle of 16.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB4103 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.08 |
| HSL | 16.03º | 0.97% | 0.47% | - |
| HSV(B) | 16.03º | 0.99% | 0.92% | - |
| XYZ | 36.17 | 21.45 | 2.32 | - |
| YUV | 108.76 | 68.32 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 3 | 0 | 0.72 | 0.99 | 0.08 | 16.03 | 0.97 | 0.47 |
| Hex | EB | 41 | 3 | 0 | 48 | 63 | 8 | 10 | 61 | 2F |
| Octal | 353 | 101 | 3 | 0 | 110 | 143 | 10 | 20 | 141 | 57 |
| Binary | 11101011 | 1000001 | 11 | 0 | 1001000 | 1100011 | 1000 | 10000 | 1100001 | 101111 |
Color Harmonies of #EB4103
Complementary color
Monochromatic Colors of #EB4103
Black with #EB4103
Text Example
Text Example
White with #EB4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4103; }
p { color: rgb(235,65,3); }
H1.HeaderClassName
{
color: #EB4103;
}
.AnyTagClassName
{
color: #EB4103;
}
</style>
background-color css
<style>
a { background-color: #EB4103; }
a { background-color: rgb(235,65,3); }
div.DivClassName
{
background-color: #EB4103;
}
.BgClassName
{
background-color: #EB4103;
}
</style>
border-color css
<style>
span { border-color: #EB4103; }
span { border-color: rgb(235,65,3); }
td.TdClassName
{
border-color: #EB4103;
}
.TagClassName
{
border-color: #EB4103;
}
</style>