Shades of Orange Red #E6400B
Tints of Orange Red #E6400B
RGB
CMYK
RGB Variations
Color information
#E6400B (or 0xE6400B) is known color: Orange Red. HEX triplet: E6, 40 and 0B. RGB value is (230,64,11). Sum of RGB (Red+Green+Blue) = 230+64+11=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E6400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6400B is #19BFF4. Grayscale: #6B6B6B. Windows color (decimal): -1687541 or 737510. OLE color: 737510.
HSL color Cylindrical-coordinate representation of color #E6400B: hue angle of 14.52º 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 #E6400B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.10 |
| HSL | 14.52º | 0.91% | 0.47% | - |
| HSV(B) | 14.52º | 0.95% | 0.9% | - |
| XYZ | 34.53 | 20.51 | 2.46 | - |
| YUV | 107.59 | 73.5 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 11 | 0 | 0.72 | 0.95 | 0.10 | 14.52 | 0.91 | 0.47 |
| Hex | E6 | 40 | B | 0 | 48 | 5F | A | F | 5B | 2F |
| Octal | 346 | 100 | 13 | 0 | 110 | 137 | 12 | 17 | 133 | 57 |
| Binary | 11100110 | 1000000 | 1011 | 0 | 1001000 | 1011111 | 1010 | 1111 | 1011011 | 101111 |
Color Harmonies of #E6400B
Complementary color
Monochromatic Colors of #E6400B
Black with #E6400B
Text Example
Text Example
White with #E6400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6400B; }
p { color: rgb(230,64,11); }
H1.HeaderClassName
{
color: #E6400B;
}
.AnyTagClassName
{
color: #E6400B;
}
</style>
background-color css
<style>
a { background-color: #E6400B; }
a { background-color: rgb(230,64,11); }
div.DivClassName
{
background-color: #E6400B;
}
.BgClassName
{
background-color: #E6400B;
}
</style>
border-color css
<style>
span { border-color: #E6400B; }
span { border-color: rgb(230,64,11); }
td.TdClassName
{
border-color: #E6400B;
}
.TagClassName
{
border-color: #E6400B;
}
</style>