Html Css Color HEX #C62E10 Harley Davidson Orange
📋 copy color: '#C62E10'red 198 ◦ green 46 ◦ blue 16
Shades of Harley Davidson Orange #C62E10
Tints of Harley Davidson Orange #C62E10
RGB
CMYK
RGB Variations
Color information
#C62E10 (or 0xC62E10) is known color: Harley Davidson Orange. HEX triplet: C6, 2E and 10. RGB value is (198,46,16). Sum of RGB (Red+Green+Blue) = 198+46+16=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62E10 is #39D1EF. Grayscale: #585858. Windows color (decimal): -3789296 or 1060550. OLE color: 1060550.
HSL color Cylindrical-coordinate representation of color #C62E10: hue angle of 9.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62E10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 16 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.22 |
| HSL | 9.89º | 0.85% | 0.42% | - |
| HSV(B) | 9.89º | 0.92% | 0.78% | - |
| XYZ | 24.36 | 14 | 1.91 | - |
| YUV | 88.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 16 | 0 | 0.77 | 0.92 | 0.22 | 9.89 | 0.85 | 0.42 |
| Hex | C6 | 2E | 10 | 0 | 4D | 5C | 16 | A | 55 | 2A |
| Octal | 306 | 56 | 20 | 0 | 115 | 134 | 26 | 12 | 125 | 52 |
| Binary | 11000110 | 101110 | 10000 | 0 | 1001101 | 1011100 | 10110 | 1010 | 1010101 | 101010 |
Color Harmonies of #C62E10
Complementary color
Monochromatic Colors of #C62E10
Black with #C62E10
Text Example
Text Example
White with #C62E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E10; }
p { color: rgb(198,46,16); }
H1.HeaderClassName
{
color: #C62E10;
}
.AnyTagClassName
{
color: #C62E10;
}
</style>
background-color css
<style>
a { background-color: #C62E10; }
a { background-color: rgb(198,46,16); }
div.DivClassName
{
background-color: #C62E10;
}
.BgClassName
{
background-color: #C62E10;
}
</style>
border-color css
<style>
span { border-color: #C62E10; }
span { border-color: rgb(198,46,16); }
td.TdClassName
{
border-color: #C62E10;
}
.TagClassName
{
border-color: #C62E10;
}
</style>