Shades of Orange Red #E6400C
Tints of Orange Red #E6400C
RGB
CMYK
RGB Variations
Color information
#E6400C (or 0xE6400C) is known color: Orange Red. HEX triplet: E6, 40 and 0C. RGB value is (230,64,12). Sum of RGB (Red+Green+Blue) = 230+64+12=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6400C is #19BFF3. Grayscale: #6C6C6C. Windows color (decimal): -1687540 or 803046. OLE color: 803046.
HSL color Cylindrical-coordinate representation of color #E6400C: hue angle of 14.31º degrees, saturation: 0.9, 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 #E6400C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.10 |
| HSL | 14.31º | 0.9% | 0.47% | - |
| HSV(B) | 14.31º | 0.95% | 0.9% | - |
| XYZ | 34.53 | 20.52 | 2.49 | - |
| YUV | 107.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 12 | 0 | 0.72 | 0.95 | 0.10 | 14.31 | 0.9 | 0.47 |
| Hex | E6 | 40 | C | 0 | 48 | 5F | A | E | 5A | 2F |
| Octal | 346 | 100 | 14 | 0 | 110 | 137 | 12 | 16 | 132 | 57 |
| Binary | 11100110 | 1000000 | 1100 | 0 | 1001000 | 1011111 | 1010 | 1110 | 1011010 | 101111 |
Color Harmonies of #E6400C
Complementary color
Monochromatic Colors of #E6400C
Black with #E6400C
Text Example
Text Example
White with #E6400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6400C; }
p { color: rgb(230,64,12); }
H1.HeaderClassName
{
color: #E6400C;
}
.AnyTagClassName
{
color: #E6400C;
}
</style>
background-color css
<style>
a { background-color: #E6400C; }
a { background-color: rgb(230,64,12); }
div.DivClassName
{
background-color: #E6400C;
}
.BgClassName
{
background-color: #E6400C;
}
</style>
border-color css
<style>
span { border-color: #E6400C; }
span { border-color: rgb(230,64,12); }
td.TdClassName
{
border-color: #E6400C;
}
.TagClassName
{
border-color: #E6400C;
}
</style>