Html Css Color HEX #C64317 Harley Davidson Orange
📋 copy color: '#C64317'red 198 ◦ green 67 ◦ blue 23
Shades of Harley Davidson Orange #C64317
Tints of Harley Davidson Orange #C64317
RGB
CMYK
RGB Variations
Color information
#C64317 (or 0xC64317) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 17. RGB value is (198,67,23). Sum of RGB (Red+Green+Blue) = 198+67+23=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64317 is #39BCE8. Grayscale: #656565. Windows color (decimal): -3783913 or 1524678. OLE color: 1524678.
HSL color Cylindrical-coordinate representation of color #C64317: hue angle of 15.09º 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 #C64317 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.22 |
| HSL | 15.09º | 0.79% | 0.43% | - |
| HSV(B) | 15.09º | 0.88% | 0.78% | - |
| XYZ | 25.45 | 16.08 | 2.57 | - |
| YUV | 101.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 23 | 0 | 0.66 | 0.88 | 0.22 | 15.09 | 0.79 | 0.43 |
| Hex | C6 | 43 | 17 | 0 | 42 | 58 | 16 | F | 4F | 2B |
| Octal | 306 | 103 | 27 | 0 | 102 | 130 | 26 | 17 | 117 | 53 |
| Binary | 11000110 | 1000011 | 10111 | 0 | 1000010 | 1011000 | 10110 | 1111 | 1001111 | 101011 |
Color Harmonies of #C64317
Complementary color
Monochromatic Colors of #C64317
Black with #C64317
Text Example
Text Example
White with #C64317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64317; }
p { color: rgb(198,67,23); }
H1.HeaderClassName
{
color: #C64317;
}
.AnyTagClassName
{
color: #C64317;
}
</style>
background-color css
<style>
a { background-color: #C64317; }
a { background-color: rgb(198,67,23); }
div.DivClassName
{
background-color: #C64317;
}
.BgClassName
{
background-color: #C64317;
}
</style>
border-color css
<style>
span { border-color: #C64317; }
span { border-color: rgb(198,67,23); }
td.TdClassName
{
border-color: #C64317;
}
.TagClassName
{
border-color: #C64317;
}
</style>