Html Css Color HEX #C84211 Harley Davidson Orange
📋 copy color: '#C84211'red 200 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #C84211
Tints of Harley Davidson Orange #C84211
RGB
CMYK
RGB Variations
Color information
#C84211 (or 0xC84211) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 11. RGB value is (200,66,17). Sum of RGB (Red+Green+Blue) = 200+66+17=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C84211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84211 is #37BDEE. Grayscale: #646464. Windows color (decimal): -3653103 or 1131208. OLE color: 1131208.
HSL color Cylindrical-coordinate representation of color #C84211: hue angle of 16.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84211 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.22 |
| HSL | 16.07º | 0.84% | 0.43% | - |
| HSV(B) | 16.07º | 0.92% | 0.78% | - |
| XYZ | 25.87 | 16.22 | 2.3 | - |
| YUV | 100.48 | 80.89 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 17 | 0 | 0.67 | 0.92 | 0.22 | 16.07 | 0.84 | 0.43 |
| Hex | C8 | 42 | 11 | 0 | 43 | 5C | 16 | 10 | 54 | 2B |
| Octal | 310 | 102 | 21 | 0 | 103 | 134 | 26 | 20 | 124 | 53 |
| Binary | 11001000 | 1000010 | 10001 | 0 | 1000011 | 1011100 | 10110 | 10000 | 1010100 | 101011 |
Color Harmonies of #C84211
Complementary color
Monochromatic Colors of #C84211
Black with #C84211
Text Example
Text Example
White with #C84211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84211; }
p { color: rgb(200,66,17); }
H1.HeaderClassName
{
color: #C84211;
}
.AnyTagClassName
{
color: #C84211;
}
</style>
background-color css
<style>
a { background-color: #C84211; }
a { background-color: rgb(200,66,17); }
div.DivClassName
{
background-color: #C84211;
}
.BgClassName
{
background-color: #C84211;
}
</style>
border-color css
<style>
span { border-color: #C84211; }
span { border-color: rgb(200,66,17); }
td.TdClassName
{
border-color: #C84211;
}
.TagClassName
{
border-color: #C84211;
}
</style>