Shades of Orange Red #E6390B
Tints of Orange Red #E6390B
RGB
CMYK
RGB Variations
Color information
#E6390B (or 0xE6390B) is known color: Orange Red. HEX triplet: E6, 39 and 0B. RGB value is (230,57,11). Sum of RGB (Red+Green+Blue) = 230+57+11=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6390B is #19C6F4. Grayscale: #676767. Windows color (decimal): -1689333 or 735718. OLE color: 735718.
HSL color Cylindrical-coordinate representation of color #E6390B: hue angle of 12.6º 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 #E6390B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.10 |
| HSL | 12.6º | 0.91% | 0.47% | - |
| HSV(B) | 12.6º | 0.95% | 0.9% | - |
| XYZ | 34.16 | 19.77 | 2.33 | - |
| YUV | 103.48 | 75.81 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 11 | 0 | 0.75 | 0.95 | 0.10 | 12.6 | 0.91 | 0.47 |
| Hex | E6 | 39 | B | 0 | 4B | 5F | A | D | 5B | 2F |
| Octal | 346 | 71 | 13 | 0 | 113 | 137 | 12 | 15 | 133 | 57 |
| Binary | 11100110 | 111001 | 1011 | 0 | 1001011 | 1011111 | 1010 | 1101 | 1011011 | 101111 |
Color Harmonies of #E6390B
Complementary color
Monochromatic Colors of #E6390B
Black with #E6390B
Text Example
Text Example
White with #E6390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6390B; }
p { color: rgb(230,57,11); }
H1.HeaderClassName
{
color: #E6390B;
}
.AnyTagClassName
{
color: #E6390B;
}
</style>
background-color css
<style>
a { background-color: #E6390B; }
a { background-color: rgb(230,57,11); }
div.DivClassName
{
background-color: #E6390B;
}
.BgClassName
{
background-color: #E6390B;
}
</style>
border-color css
<style>
span { border-color: #E6390B; }
span { border-color: rgb(230,57,11); }
td.TdClassName
{
border-color: #E6390B;
}
.TagClassName
{
border-color: #E6390B;
}
</style>