Html Css Color HEX #C84311 Harley Davidson Orange
📋 copy color: '#C84311'red 200 ◦ green 67 ◦ blue 17
Shades of Harley Davidson Orange #C84311
Tints of Harley Davidson Orange #C84311
RGB
CMYK
RGB Variations
Color information
#C84311 (or 0xC84311) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 11. RGB value is (200,67,17). Sum of RGB (Red+Green+Blue) = 200+67+17=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C84311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84311 is #37BCEE. Grayscale: #656565. Windows color (decimal): -3652847 or 1131464. OLE color: 1131464.
HSL color Cylindrical-coordinate representation of color #C84311: hue angle of 16.39º 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 #C84311 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.22 |
| HSL | 16.39º | 0.84% | 0.43% | - |
| HSV(B) | 16.39º | 0.92% | 0.78% | - |
| XYZ | 25.93 | 16.33 | 2.32 | - |
| YUV | 101.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 17 | 0 | 0.66 | 0.92 | 0.22 | 16.39 | 0.84 | 0.43 |
| Hex | C8 | 43 | 11 | 0 | 42 | 5C | 16 | 10 | 54 | 2B |
| Octal | 310 | 103 | 21 | 0 | 102 | 134 | 26 | 20 | 124 | 53 |
| Binary | 11001000 | 1000011 | 10001 | 0 | 1000010 | 1011100 | 10110 | 10000 | 1010100 | 101011 |
Color Harmonies of #C84311
Complementary color
Monochromatic Colors of #C84311
Black with #C84311
Text Example
Text Example
White with #C84311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84311; }
p { color: rgb(200,67,17); }
H1.HeaderClassName
{
color: #C84311;
}
.AnyTagClassName
{
color: #C84311;
}
</style>
background-color css
<style>
a { background-color: #C84311; }
a { background-color: rgb(200,67,17); }
div.DivClassName
{
background-color: #C84311;
}
.BgClassName
{
background-color: #C84311;
}
</style>
border-color css
<style>
span { border-color: #C84311; }
span { border-color: rgb(200,67,17); }
td.TdClassName
{
border-color: #C84311;
}
.TagClassName
{
border-color: #C84311;
}
</style>