Html Css Color HEX #C64118 Harley Davidson Orange
📋 copy color: '#C64118'red 198 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #C64118
Tints of Harley Davidson Orange #C64118
RGB
CMYK
RGB Variations
Color information
#C64118 (or 0xC64118) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 18. RGB value is (198,65,24). Sum of RGB (Red+Green+Blue) = 198+65+24=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64118 is #39BEE7. Grayscale: #646464. Windows color (decimal): -3784424 or 1589702. OLE color: 1589702.
HSL color Cylindrical-coordinate representation of color #C64118: hue angle of 14.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64118 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.22 |
| HSL | 14.14º | 0.78% | 0.44% | - |
| HSV(B) | 14.14º | 0.88% | 0.78% | - |
| XYZ | 25.34 | 15.85 | 2.59 | - |
| YUV | 100.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 24 | 0 | 0.67 | 0.88 | 0.22 | 14.14 | 0.78 | 0.44 |
| Hex | C6 | 41 | 18 | 0 | 43 | 58 | 16 | E | 4E | 2C |
| Octal | 306 | 101 | 30 | 0 | 103 | 130 | 26 | 16 | 116 | 54 |
| Binary | 11000110 | 1000001 | 11000 | 0 | 1000011 | 1011000 | 10110 | 1110 | 1001110 | 101100 |
Color Harmonies of #C64118
Complementary color
Monochromatic Colors of #C64118
Black with #C64118
Text Example
Text Example
White with #C64118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64118; }
p { color: rgb(198,65,24); }
H1.HeaderClassName
{
color: #C64118;
}
.AnyTagClassName
{
color: #C64118;
}
</style>
background-color css
<style>
a { background-color: #C64118; }
a { background-color: rgb(198,65,24); }
div.DivClassName
{
background-color: #C64118;
}
.BgClassName
{
background-color: #C64118;
}
</style>
border-color css
<style>
span { border-color: #C64118; }
span { border-color: rgb(198,65,24); }
td.TdClassName
{
border-color: #C64118;
}
.TagClassName
{
border-color: #C64118;
}
</style>