Html Css Color HEX #C64316 Harley Davidson Orange
📋 copy color: '#C64316'red 198 ◦ green 67 ◦ blue 22
Shades of Harley Davidson Orange #C64316
Tints of Harley Davidson Orange #C64316
RGB
CMYK
RGB Variations
Color information
#C64316 (or 0xC64316) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 16. RGB value is (198,67,22). Sum of RGB (Red+Green+Blue) = 198+67+22=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64316 is #39BCE9. Grayscale: #656565. Windows color (decimal): -3783914 or 1459142. OLE color: 1459142.
HSL color Cylindrical-coordinate representation of color #C64316: hue angle of 15.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C64316 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.22 |
| HSL | 15.34º | 0.8% | 0.43% | - |
| HSV(B) | 15.34º | 0.89% | 0.78% | - |
| XYZ | 25.44 | 16.08 | 2.52 | - |
| YUV | 101.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 22 | 0 | 0.66 | 0.89 | 0.22 | 15.34 | 0.8 | 0.43 |
| Hex | C6 | 43 | 16 | 0 | 42 | 59 | 16 | F | 50 | 2B |
| Octal | 306 | 103 | 26 | 0 | 102 | 131 | 26 | 17 | 120 | 53 |
| Binary | 11000110 | 1000011 | 10110 | 0 | 1000010 | 1011001 | 10110 | 1111 | 1010000 | 101011 |
Color Harmonies of #C64316
Complementary color
Monochromatic Colors of #C64316
Black with #C64316
Text Example
Text Example
White with #C64316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64316; }
p { color: rgb(198,67,22); }
H1.HeaderClassName
{
color: #C64316;
}
.AnyTagClassName
{
color: #C64316;
}
</style>
background-color css
<style>
a { background-color: #C64316; }
a { background-color: rgb(198,67,22); }
div.DivClassName
{
background-color: #C64316;
}
.BgClassName
{
background-color: #C64316;
}
</style>
border-color css
<style>
span { border-color: #C64316; }
span { border-color: rgb(198,67,22); }
td.TdClassName
{
border-color: #C64316;
}
.TagClassName
{
border-color: #C64316;
}
</style>