Html Css Color HEX #C62511 Harley Davidson Orange
📋 copy color: '#C62511'red 198 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C62511
Tints of Harley Davidson Orange #C62511
RGB
CMYK
RGB Variations
Color information
#C62511 (or 0xC62511) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 11. RGB value is (198,37,17). Sum of RGB (Red+Green+Blue) = 198+37+17=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62511 is #39DAEE. Grayscale: #535353. Windows color (decimal): -3791599 or 1123782. OLE color: 1123782.
HSL color Cylindrical-coordinate representation of color #C62511: hue angle of 6.63º 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 #C62511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.22 |
| HSL | 6.63º | 0.84% | 0.42% | - |
| HSV(B) | 6.63º | 0.91% | 0.78% | - |
| XYZ | 24.05 | 13.37 | 1.84 | - |
| YUV | 82.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 17 | 0 | 0.81 | 0.91 | 0.22 | 6.63 | 0.84 | 0.42 |
| Hex | C6 | 25 | 11 | 0 | 51 | 5B | 16 | 7 | 54 | 2A |
| Octal | 306 | 45 | 21 | 0 | 121 | 133 | 26 | 7 | 124 | 52 |
| Binary | 11000110 | 100101 | 10001 | 0 | 1010001 | 1011011 | 10110 | 111 | 1010100 | 101010 |
Color Harmonies of #C62511
Complementary color
Monochromatic Colors of #C62511
Black with #C62511
Text Example
Text Example
White with #C62511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62511; }
p { color: rgb(198,37,17); }
H1.HeaderClassName
{
color: #C62511;
}
.AnyTagClassName
{
color: #C62511;
}
</style>
background-color css
<style>
a { background-color: #C62511; }
a { background-color: rgb(198,37,17); }
div.DivClassName
{
background-color: #C62511;
}
.BgClassName
{
background-color: #C62511;
}
</style>
border-color css
<style>
span { border-color: #C62511; }
span { border-color: rgb(198,37,17); }
td.TdClassName
{
border-color: #C62511;
}
.TagClassName
{
border-color: #C62511;
}
</style>