Html Css Color HEX #C62417 Harley Davidson Orange
📋 copy color: '#C62417'red 198 ◦ green 36 ◦ blue 23
Shades of Harley Davidson Orange #C62417
Tints of Harley Davidson Orange #C62417
RGB
CMYK
RGB Variations
Color information
#C62417 (or 0xC62417) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 17. RGB value is (198,36,23). Sum of RGB (Red+Green+Blue) = 198+36+23=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C62417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62417 is #39DBE8. Grayscale: #535353. Windows color (decimal): -3791849 or 1516742. OLE color: 1516742.
HSL color Cylindrical-coordinate representation of color #C62417: hue angle of 4.46º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C62417 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 23 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.22 |
| HSL | 4.46º | 0.79% | 0.43% | - |
| HSV(B) | 4.46º | 0.88% | 0.78% | - |
| XYZ | 24.07 | 13.33 | 2.11 | - |
| YUV | 82.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 23 | 0 | 0.82 | 0.88 | 0.22 | 4.46 | 0.79 | 0.43 |
| Hex | C6 | 24 | 17 | 0 | 52 | 58 | 16 | 4 | 4F | 2B |
| Octal | 306 | 44 | 27 | 0 | 122 | 130 | 26 | 4 | 117 | 53 |
| Binary | 11000110 | 100100 | 10111 | 0 | 1010010 | 1011000 | 10110 | 100 | 1001111 | 101011 |
Color Harmonies of #C62417
Complementary color
Monochromatic Colors of #C62417
Black with #C62417
Text Example
Text Example
White with #C62417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62417; }
p { color: rgb(198,36,23); }
H1.HeaderClassName
{
color: #C62417;
}
.AnyTagClassName
{
color: #C62417;
}
</style>
background-color css
<style>
a { background-color: #C62417; }
a { background-color: rgb(198,36,23); }
div.DivClassName
{
background-color: #C62417;
}
.BgClassName
{
background-color: #C62417;
}
</style>
border-color css
<style>
span { border-color: #C62417; }
span { border-color: rgb(198,36,23); }
td.TdClassName
{
border-color: #C62417;
}
.TagClassName
{
border-color: #C62417;
}
</style>