Shades of Orange Red #EB3C03
Tints of Orange Red #EB3C03
RGB
CMYK
RGB Variations
Color information
#EB3C03 (or 0xEB3C03) is known color: Orange Red. HEX triplet: EB, 3C and 03. RGB value is (235,60,3). Sum of RGB (Red+Green+Blue) = 235+60+3=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C03 is #14C3FC. Grayscale: #6A6A6A. Windows color (decimal): -1360893 or 212203. OLE color: 212203.
HSL color Cylindrical-coordinate representation of color #EB3C03: hue angle of 14.74º 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 #EB3C03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.08 |
| HSL | 14.74º | 0.97% | 0.47% | - |
| HSV(B) | 14.74º | 0.99% | 0.92% | - |
| XYZ | 35.89 | 20.9 | 2.23 | - |
| YUV | 105.83 | 69.98 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 3 | 0 | 0.74 | 0.99 | 0.08 | 14.74 | 0.97 | 0.47 |
| Hex | EB | 3C | 3 | 0 | 4A | 63 | 8 | F | 61 | 2F |
| Octal | 353 | 74 | 3 | 0 | 112 | 143 | 10 | 17 | 141 | 57 |
| Binary | 11101011 | 111100 | 11 | 0 | 1001010 | 1100011 | 1000 | 1111 | 1100001 | 101111 |
Color Harmonies of #EB3C03
Complementary color
Monochromatic Colors of #EB3C03
Black with #EB3C03
Text Example
Text Example
White with #EB3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C03; }
p { color: rgb(235,60,3); }
H1.HeaderClassName
{
color: #EB3C03;
}
.AnyTagClassName
{
color: #EB3C03;
}
</style>
background-color css
<style>
a { background-color: #EB3C03; }
a { background-color: rgb(235,60,3); }
div.DivClassName
{
background-color: #EB3C03;
}
.BgClassName
{
background-color: #EB3C03;
}
</style>
border-color css
<style>
span { border-color: #EB3C03; }
span { border-color: rgb(235,60,3); }
td.TdClassName
{
border-color: #EB3C03;
}
.TagClassName
{
border-color: #EB3C03;
}
</style>