Html Css Color HEX #E6320C Harley Davidson Orange
📋 copy color: '#E6320C'red 230 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #E6320C
Tints of Harley Davidson Orange #E6320C
RGB
CMYK
RGB Variations
Color information
#E6320C (or 0xE6320C) is known color: Harley Davidson Orange. HEX triplet: E6, 32 and 0C. RGB value is (230,50,12). Sum of RGB (Red+Green+Blue) = 230+50+12=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6320C is #19CDF3. Grayscale: #636363. Windows color (decimal): -1691124 or 799462. OLE color: 799462.
HSL color Cylindrical-coordinate representation of color #E6320C: hue angle of 10.46º 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 #E6320C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.10 |
| HSL | 10.46º | 0.9% | 0.47% | - |
| HSV(B) | 10.46º | 0.95% | 0.9% | - |
| XYZ | 33.84 | 19.13 | 2.26 | - |
| YUV | 99.49 | 78.63 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 12 | 0 | 0.78 | 0.95 | 0.10 | 10.46 | 0.9 | 0.47 |
| Hex | E6 | 32 | C | 0 | 4E | 5F | A | A | 5A | 2F |
| Octal | 346 | 62 | 14 | 0 | 116 | 137 | 12 | 12 | 132 | 57 |
| Binary | 11100110 | 110010 | 1100 | 0 | 1001110 | 1011111 | 1010 | 1010 | 1011010 | 101111 |
Color Harmonies of #E6320C
Complementary color
Monochromatic Colors of #E6320C
Black with #E6320C
Text Example
Text Example
White with #E6320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6320C; }
p { color: rgb(230,50,12); }
H1.HeaderClassName
{
color: #E6320C;
}
.AnyTagClassName
{
color: #E6320C;
}
</style>
background-color css
<style>
a { background-color: #E6320C; }
a { background-color: rgb(230,50,12); }
div.DivClassName
{
background-color: #E6320C;
}
.BgClassName
{
background-color: #E6320C;
}
</style>
border-color css
<style>
span { border-color: #E6320C; }
span { border-color: rgb(230,50,12); }
td.TdClassName
{
border-color: #E6320C;
}
.TagClassName
{
border-color: #E6320C;
}
</style>