Html Css Color HEX #C84517 Harley Davidson Orange
📋 copy color: '#C84517'red 200 ◦ green 69 ◦ blue 23
Shades of Harley Davidson Orange #C84517
Tints of Harley Davidson Orange #C84517
RGB
CMYK
RGB Variations
Color information
#C84517 (or 0xC84517) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 17. RGB value is (200,69,23). Sum of RGB (Red+Green+Blue) = 200+69+23=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84517 is #37BAE8. Grayscale: #676767. Windows color (decimal): -3652329 or 1525192. OLE color: 1525192.
HSL color Cylindrical-coordinate representation of color #C84517: hue angle of 15.59º degrees, saturation: 0.79, 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 #C84517 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.22 |
| HSL | 15.59º | 0.79% | 0.44% | - |
| HSV(B) | 15.59º | 0.89% | 0.78% | - |
| XYZ | 26.1 | 16.6 | 2.64 | - |
| YUV | 102.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 23 | 0 | 0.66 | 0.88 | 0.22 | 15.59 | 0.79 | 0.44 |
| Hex | C8 | 45 | 17 | 0 | 42 | 58 | 16 | 10 | 4F | 2C |
| Octal | 310 | 105 | 27 | 0 | 102 | 130 | 26 | 20 | 117 | 54 |
| Binary | 11001000 | 1000101 | 10111 | 0 | 1000010 | 1011000 | 10110 | 10000 | 1001111 | 101100 |
Color Harmonies of #C84517
Complementary color
Monochromatic Colors of #C84517
Black with #C84517
Text Example
Text Example
White with #C84517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84517; }
p { color: rgb(200,69,23); }
H1.HeaderClassName
{
color: #C84517;
}
.AnyTagClassName
{
color: #C84517;
}
</style>
background-color css
<style>
a { background-color: #C84517; }
a { background-color: rgb(200,69,23); }
div.DivClassName
{
background-color: #C84517;
}
.BgClassName
{
background-color: #C84517;
}
</style>
border-color css
<style>
span { border-color: #C84517; }
span { border-color: rgb(200,69,23); }
td.TdClassName
{
border-color: #C84517;
}
.TagClassName
{
border-color: #C84517;
}
</style>