Html Css Color HEX #C84515 Harley Davidson Orange
📋 copy color: '#C84515'red 200 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #C84515
Tints of Harley Davidson Orange #C84515
RGB
CMYK
RGB Variations
Color information
#C84515 (or 0xC84515) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 15. RGB value is (200,69,21). Sum of RGB (Red+Green+Blue) = 200+69+21=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C84515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84515 is #37BAEA. Grayscale: #676767. Windows color (decimal): -3652331 or 1394120. OLE color: 1394120.
HSL color Cylindrical-coordinate representation of color #C84515: hue angle of 16.09º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84515 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 21 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.22 |
| HSL | 16.09º | 0.81% | 0.43% | - |
| HSV(B) | 16.09º | 0.9% | 0.78% | - |
| XYZ | 26.08 | 16.59 | 2.54 | - |
| YUV | 102.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 21 | 0 | 0.66 | 0.90 | 0.22 | 16.09 | 0.81 | 0.43 |
| Hex | C8 | 45 | 15 | 0 | 42 | 5A | 16 | 10 | 51 | 2B |
| Octal | 310 | 105 | 25 | 0 | 102 | 132 | 26 | 20 | 121 | 53 |
| Binary | 11001000 | 1000101 | 10101 | 0 | 1000010 | 1011010 | 10110 | 10000 | 1010001 | 101011 |
Color Harmonies of #C84515
Complementary color
Monochromatic Colors of #C84515
Black with #C84515
Text Example
Text Example
White with #C84515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84515; }
p { color: rgb(200,69,21); }
H1.HeaderClassName
{
color: #C84515;
}
.AnyTagClassName
{
color: #C84515;
}
</style>
background-color css
<style>
a { background-color: #C84515; }
a { background-color: rgb(200,69,21); }
div.DivClassName
{
background-color: #C84515;
}
.BgClassName
{
background-color: #C84515;
}
</style>
border-color css
<style>
span { border-color: #C84515; }
span { border-color: rgb(200,69,21); }
td.TdClassName
{
border-color: #C84515;
}
.TagClassName
{
border-color: #C84515;
}
</style>