Shades of Orange Red #E6410B
Tints of Orange Red #E6410B
RGB
CMYK
RGB Variations
Color information
#E6410B (or 0xE6410B) is known color: Orange Red. HEX triplet: E6, 41 and 0B. RGB value is (230,65,11). Sum of RGB (Red+Green+Blue) = 230+65+11=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6410B is #19BEF4. Grayscale: #6C6C6C. Windows color (decimal): -1687285 or 737766. OLE color: 737766.
HSL color Cylindrical-coordinate representation of color #E6410B: hue angle of 14.79º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6410B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.10 |
| HSL | 14.79º | 0.91% | 0.47% | - |
| HSV(B) | 14.79º | 0.95% | 0.9% | - |
| XYZ | 34.58 | 20.63 | 2.48 | - |
| YUV | 108.18 | 73.16 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 11 | 0 | 0.72 | 0.95 | 0.10 | 14.79 | 0.91 | 0.47 |
| Hex | E6 | 41 | B | 0 | 48 | 5F | A | F | 5B | 2F |
| Octal | 346 | 101 | 13 | 0 | 110 | 137 | 12 | 17 | 133 | 57 |
| Binary | 11100110 | 1000001 | 1011 | 0 | 1001000 | 1011111 | 1010 | 1111 | 1011011 | 101111 |
Color Harmonies of #E6410B
Complementary color
Monochromatic Colors of #E6410B
Black with #E6410B
Text Example
Text Example
White with #E6410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6410B; }
p { color: rgb(230,65,11); }
H1.HeaderClassName
{
color: #E6410B;
}
.AnyTagClassName
{
color: #E6410B;
}
</style>
background-color css
<style>
a { background-color: #E6410B; }
a { background-color: rgb(230,65,11); }
div.DivClassName
{
background-color: #E6410B;
}
.BgClassName
{
background-color: #E6410B;
}
</style>
border-color css
<style>
span { border-color: #E6410B; }
span { border-color: rgb(230,65,11); }
td.TdClassName
{
border-color: #E6410B;
}
.TagClassName
{
border-color: #E6410B;
}
</style>