Html Css Color HEX #C84217 Harley Davidson Orange
📋 copy color: '#C84217'red 200 ◦ green 66 ◦ blue 23
Shades of Harley Davidson Orange #C84217
Tints of Harley Davidson Orange #C84217
RGB
CMYK
RGB Variations
Color information
#C84217 (or 0xC84217) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 17. RGB value is (200,66,23). Sum of RGB (Red+Green+Blue) = 200+66+23=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84217 is #37BDE8. Grayscale: #656565. Windows color (decimal): -3653097 or 1524424. OLE color: 1524424.
HSL color Cylindrical-coordinate representation of color #C84217: hue angle of 14.58º 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 #C84217 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.22 |
| HSL | 14.58º | 0.79% | 0.44% | - |
| HSV(B) | 14.58º | 0.89% | 0.78% | - |
| XYZ | 25.92 | 16.24 | 2.58 | - |
| YUV | 101.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 23 | 0 | 0.67 | 0.88 | 0.22 | 14.58 | 0.79 | 0.44 |
| Hex | C8 | 42 | 17 | 0 | 43 | 58 | 16 | F | 4F | 2C |
| Octal | 310 | 102 | 27 | 0 | 103 | 130 | 26 | 17 | 117 | 54 |
| Binary | 11001000 | 1000010 | 10111 | 0 | 1000011 | 1011000 | 10110 | 1111 | 1001111 | 101100 |
Color Harmonies of #C84217
Complementary color
Monochromatic Colors of #C84217
Black with #C84217
Text Example
Text Example
White with #C84217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84217; }
p { color: rgb(200,66,23); }
H1.HeaderClassName
{
color: #C84217;
}
.AnyTagClassName
{
color: #C84217;
}
</style>
background-color css
<style>
a { background-color: #C84217; }
a { background-color: rgb(200,66,23); }
div.DivClassName
{
background-color: #C84217;
}
.BgClassName
{
background-color: #C84217;
}
</style>
border-color css
<style>
span { border-color: #C84217; }
span { border-color: rgb(200,66,23); }
td.TdClassName
{
border-color: #C84217;
}
.TagClassName
{
border-color: #C84217;
}
</style>