Html Css Color HEX #C64315 Harley Davidson Orange
📋 copy color: '#C64315'red 198 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #C64315
Tints of Harley Davidson Orange #C64315
RGB
CMYK
RGB Variations
Color information
#C64315 (or 0xC64315) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 15. RGB value is (198,67,21). Sum of RGB (Red+Green+Blue) = 198+67+21=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64315 is #39BCEA. Grayscale: #656565. Windows color (decimal): -3783915 or 1393606. OLE color: 1393606.
HSL color Cylindrical-coordinate representation of color #C64315: hue angle of 15.59º degrees, saturation: 0.81, 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 #C64315 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.22 |
| HSL | 15.59º | 0.81% | 0.43% | - |
| HSV(B) | 15.59º | 0.89% | 0.78% | - |
| XYZ | 25.43 | 16.07 | 2.47 | - |
| YUV | 100.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 21 | 0 | 0.66 | 0.89 | 0.22 | 15.59 | 0.81 | 0.43 |
| Hex | C6 | 43 | 15 | 0 | 42 | 59 | 16 | 10 | 51 | 2B |
| Octal | 306 | 103 | 25 | 0 | 102 | 131 | 26 | 20 | 121 | 53 |
| Binary | 11000110 | 1000011 | 10101 | 0 | 1000010 | 1011001 | 10110 | 10000 | 1010001 | 101011 |
Color Harmonies of #C64315
Complementary color
Monochromatic Colors of #C64315
Black with #C64315
Text Example
Text Example
White with #C64315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64315; }
p { color: rgb(198,67,21); }
H1.HeaderClassName
{
color: #C64315;
}
.AnyTagClassName
{
color: #C64315;
}
</style>
background-color css
<style>
a { background-color: #C64315; }
a { background-color: rgb(198,67,21); }
div.DivClassName
{
background-color: #C64315;
}
.BgClassName
{
background-color: #C64315;
}
</style>
border-color css
<style>
span { border-color: #C64315; }
span { border-color: rgb(198,67,21); }
td.TdClassName
{
border-color: #C64315;
}
.TagClassName
{
border-color: #C64315;
}
</style>