Html Css Color HEX #C64418 Harley Davidson Orange
📋 copy color: '#C64418'red 198 ◦ green 68 ◦ blue 24
Shades of Harley Davidson Orange #C64418
Tints of Harley Davidson Orange #C64418
RGB
CMYK
RGB Variations
Color information
#C64418 (or 0xC64418) is known color: Harley Davidson Orange. HEX triplet: C6, 44 and 18. RGB value is (198,68,24). Sum of RGB (Red+Green+Blue) = 198+68+24=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64418 is #39BBE7. Grayscale: #666666. Windows color (decimal): -3783656 or 1590470. OLE color: 1590470.
HSL color Cylindrical-coordinate representation of color #C64418: hue angle of 15.17º 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 #C64418 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.22 |
| HSL | 15.17º | 0.78% | 0.44% | - |
| HSV(B) | 15.17º | 0.88% | 0.78% | - |
| XYZ | 25.52 | 16.21 | 2.65 | - |
| YUV | 101.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 24 | 0 | 0.66 | 0.88 | 0.22 | 15.17 | 0.78 | 0.44 |
| Hex | C6 | 44 | 18 | 0 | 42 | 58 | 16 | F | 4E | 2C |
| Octal | 306 | 104 | 30 | 0 | 102 | 130 | 26 | 17 | 116 | 54 |
| Binary | 11000110 | 1000100 | 11000 | 0 | 1000010 | 1011000 | 10110 | 1111 | 1001110 | 101100 |
Color Harmonies of #C64418
Complementary color
Monochromatic Colors of #C64418
Black with #C64418
Text Example
Text Example
White with #C64418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64418; }
p { color: rgb(198,68,24); }
H1.HeaderClassName
{
color: #C64418;
}
.AnyTagClassName
{
color: #C64418;
}
</style>
background-color css
<style>
a { background-color: #C64418; }
a { background-color: rgb(198,68,24); }
div.DivClassName
{
background-color: #C64418;
}
.BgClassName
{
background-color: #C64418;
}
</style>
border-color css
<style>
span { border-color: #C64418; }
span { border-color: rgb(198,68,24); }
td.TdClassName
{
border-color: #C64418;
}
.TagClassName
{
border-color: #C64418;
}
</style>