Html Css Color HEX #C84116 Harley Davidson Orange
📋 copy color: '#C84116'red 200 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #C84116
Tints of Harley Davidson Orange #C84116
RGB
CMYK
RGB Variations
Color information
#C84116 (or 0xC84116) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 16. RGB value is (200,65,22). Sum of RGB (Red+Green+Blue) = 200+65+22=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C84116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84116 is #37BEE9. Grayscale: #646464. Windows color (decimal): -3653354 or 1458632. OLE color: 1458632.
HSL color Cylindrical-coordinate representation of color #C84116: hue angle of 14.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84116 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 22 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.22 |
| HSL | 14.49º | 0.8% | 0.44% | - |
| HSV(B) | 14.49º | 0.89% | 0.78% | - |
| XYZ | 25.85 | 16.12 | 2.51 | - |
| YUV | 100.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 22 | 0 | 0.68 | 0.89 | 0.22 | 14.49 | 0.8 | 0.44 |
| Hex | C8 | 41 | 16 | 0 | 44 | 59 | 16 | E | 50 | 2C |
| Octal | 310 | 101 | 26 | 0 | 104 | 131 | 26 | 16 | 120 | 54 |
| Binary | 11001000 | 1000001 | 10110 | 0 | 1000100 | 1011001 | 10110 | 1110 | 1010000 | 101100 |
Color Harmonies of #C84116
Complementary color
Monochromatic Colors of #C84116
Black with #C84116
Text Example
Text Example
White with #C84116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84116; }
p { color: rgb(200,65,22); }
H1.HeaderClassName
{
color: #C84116;
}
.AnyTagClassName
{
color: #C84116;
}
</style>
background-color css
<style>
a { background-color: #C84116; }
a { background-color: rgb(200,65,22); }
div.DivClassName
{
background-color: #C84116;
}
.BgClassName
{
background-color: #C84116;
}
</style>
border-color css
<style>
span { border-color: #C84116; }
span { border-color: rgb(200,65,22); }
td.TdClassName
{
border-color: #C84116;
}
.TagClassName
{
border-color: #C84116;
}
</style>