Html Css Color HEX #C64319 Harley Davidson Orange
📋 copy color: '#C64319'red 198 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #C64319
Tints of Harley Davidson Orange #C64319
RGB
CMYK
RGB Variations
Color information
#C64319 (or 0xC64319) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 19. RGB value is (198,67,25). Sum of RGB (Red+Green+Blue) = 198+67+25=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64319 is #39BCE6. Grayscale: #656565. Windows color (decimal): -3783911 or 1655750. OLE color: 1655750.
HSL color Cylindrical-coordinate representation of color #C64319: hue angle of 14.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C64319 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.22 |
| HSL | 14.57º | 0.78% | 0.44% | - |
| HSV(B) | 14.57º | 0.87% | 0.78% | - |
| XYZ | 25.47 | 16.09 | 2.68 | - |
| YUV | 101.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 25 | 0 | 0.66 | 0.87 | 0.22 | 14.57 | 0.78 | 0.44 |
| Hex | C6 | 43 | 19 | 0 | 42 | 57 | 16 | F | 4E | 2C |
| Octal | 306 | 103 | 31 | 0 | 102 | 127 | 26 | 17 | 116 | 54 |
| Binary | 11000110 | 1000011 | 11001 | 0 | 1000010 | 1010111 | 10110 | 1111 | 1001110 | 101100 |
Color Harmonies of #C64319
Complementary color
Monochromatic Colors of #C64319
Black with #C64319
Text Example
Text Example
White with #C64319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64319; }
p { color: rgb(198,67,25); }
H1.HeaderClassName
{
color: #C64319;
}
.AnyTagClassName
{
color: #C64319;
}
</style>
background-color css
<style>
a { background-color: #C64319; }
a { background-color: rgb(198,67,25); }
div.DivClassName
{
background-color: #C64319;
}
.BgClassName
{
background-color: #C64319;
}
</style>
border-color css
<style>
span { border-color: #C64319; }
span { border-color: rgb(198,67,25); }
td.TdClassName
{
border-color: #C64319;
}
.TagClassName
{
border-color: #C64319;
}
</style>