Html Css Color HEX #E6300F Harley Davidson Orange
📋 copy color: '#E6300F'red 230 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #E6300F
Tints of Harley Davidson Orange #E6300F
RGB
CMYK
RGB Variations
Color information
#E6300F (or 0xE6300F) is known color: Harley Davidson Orange. HEX triplet: E6, 30 and 0F. RGB value is (230,48,15). Sum of RGB (Red+Green+Blue) = 230+48+15=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6300F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6300F is #19CFF0. Grayscale: #626262. Windows color (decimal): -1691633 or 995558. OLE color: 995558.
HSL color Cylindrical-coordinate representation of color #E6300F: hue angle of 9.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6300F is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 15 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.10 |
| HSL | 9.21º | 0.88% | 0.48% | - |
| HSV(B) | 9.21º | 0.93% | 0.9% | - |
| XYZ | 33.78 | 18.97 | 2.33 | - |
| YUV | 98.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 15 | 0 | 0.79 | 0.93 | 0.10 | 9.21 | 0.88 | 0.48 |
| Hex | E6 | 30 | F | 0 | 4F | 5D | A | 9 | 58 | 30 |
| Octal | 346 | 60 | 17 | 0 | 117 | 135 | 12 | 11 | 130 | 60 |
| Binary | 11100110 | 110000 | 1111 | 0 | 1001111 | 1011101 | 1010 | 1001 | 1011000 | 110000 |
Color Harmonies of #E6300F
Complementary color
Monochromatic Colors of #E6300F
Black with #E6300F
Text Example
Text Example
White with #E6300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6300F; }
p { color: rgb(230,48,15); }
H1.HeaderClassName
{
color: #E6300F;
}
.AnyTagClassName
{
color: #E6300F;
}
</style>
background-color css
<style>
a { background-color: #E6300F; }
a { background-color: rgb(230,48,15); }
div.DivClassName
{
background-color: #E6300F;
}
.BgClassName
{
background-color: #E6300F;
}
</style>
border-color css
<style>
span { border-color: #E6300F; }
span { border-color: rgb(230,48,15); }
td.TdClassName
{
border-color: #E6300F;
}
.TagClassName
{
border-color: #E6300F;
}
</style>