Html Css Color HEX #C62E11 Harley Davidson Orange
📋 copy color: '#C62E11'red 198 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #C62E11
Tints of Harley Davidson Orange #C62E11
RGB
CMYK
RGB Variations
Color information
#C62E11 (or 0xC62E11) is known color: Harley Davidson Orange. HEX triplet: C6, 2E and 11. RGB value is (198,46,17). Sum of RGB (Red+Green+Blue) = 198+46+17=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62E11 is #39D1EE. Grayscale: #585858. Windows color (decimal): -3789295 or 1126086. OLE color: 1126086.
HSL color Cylindrical-coordinate representation of color #C62E11: hue angle of 9.61º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C62E11 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 17 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.22 |
| HSL | 9.61º | 0.84% | 0.42% | - |
| HSV(B) | 9.61º | 0.91% | 0.78% | - |
| XYZ | 24.37 | 14 | 1.95 | - |
| YUV | 88.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 17 | 0 | 0.77 | 0.91 | 0.22 | 9.61 | 0.84 | 0.42 |
| Hex | C6 | 2E | 11 | 0 | 4D | 5B | 16 | A | 54 | 2A |
| Octal | 306 | 56 | 21 | 0 | 115 | 133 | 26 | 12 | 124 | 52 |
| Binary | 11000110 | 101110 | 10001 | 0 | 1001101 | 1011011 | 10110 | 1010 | 1010100 | 101010 |
Color Harmonies of #C62E11
Complementary color
Monochromatic Colors of #C62E11
Black with #C62E11
Text Example
Text Example
White with #C62E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E11; }
p { color: rgb(198,46,17); }
H1.HeaderClassName
{
color: #C62E11;
}
.AnyTagClassName
{
color: #C62E11;
}
</style>
background-color css
<style>
a { background-color: #C62E11; }
a { background-color: rgb(198,46,17); }
div.DivClassName
{
background-color: #C62E11;
}
.BgClassName
{
background-color: #C62E11;
}
</style>
border-color css
<style>
span { border-color: #C62E11; }
span { border-color: rgb(198,46,17); }
td.TdClassName
{
border-color: #C62E11;
}
.TagClassName
{
border-color: #C62E11;
}
</style>