Shades of Orange Red #EB3C01
Tints of Orange Red #EB3C01
RGB
CMYK
RGB Variations
Color information
#EB3C01 (or 0xEB3C01) is known color: Orange Red. HEX triplet: EB, 3C and 01. RGB value is (235,60,1). Sum of RGB (Red+Green+Blue) = 235+60+1=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C01 is #14C3FE. Grayscale: #6A6A6A. Windows color (decimal): -1360895 or 81131. OLE color: 81131.
HSL color Cylindrical-coordinate representation of color #EB3C01: hue angle of 15.13º 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 #EB3C01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.08 |
| HSL | 15.13º | 0.99% | 0.46% | - |
| HSV(B) | 15.13º | 1% | 0.92% | - |
| XYZ | 35.88 | 20.9 | 2.17 | - |
| YUV | 105.6 | 68.98 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 1 | 0 | 0.74 | 1.00 | 0.08 | 15.13 | 0.99 | 0.46 |
| Hex | EB | 3C | 1 | 0 | 4A | 64 | 8 | F | 63 | 2E |
| Octal | 353 | 74 | 1 | 0 | 112 | 144 | 10 | 17 | 143 | 56 |
| Binary | 11101011 | 111100 | 1 | 0 | 1001010 | 1100100 | 1000 | 1111 | 1100011 | 101110 |
Color Harmonies of #EB3C01
Complementary color
Monochromatic Colors of #EB3C01
Black with #EB3C01
Text Example
Text Example
White with #EB3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C01; }
p { color: rgb(235,60,1); }
H1.HeaderClassName
{
color: #EB3C01;
}
.AnyTagClassName
{
color: #EB3C01;
}
</style>
background-color css
<style>
a { background-color: #EB3C01; }
a { background-color: rgb(235,60,1); }
div.DivClassName
{
background-color: #EB3C01;
}
.BgClassName
{
background-color: #EB3C01;
}
</style>
border-color css
<style>
span { border-color: #EB3C01; }
span { border-color: rgb(235,60,1); }
td.TdClassName
{
border-color: #EB3C01;
}
.TagClassName
{
border-color: #EB3C01;
}
</style>