Html Css Color HEX #C84520 Harley Davidson Orange
📋 copy color: '#C84520'red 200 ◦ green 69 ◦ blue 32
Shades of Harley Davidson Orange #C84520
Tints of Harley Davidson Orange #C84520
RGB
CMYK
RGB Variations
Color information
#C84520 (or 0xC84520) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 20. RGB value is (200,69,32). Sum of RGB (Red+Green+Blue) = 200+69+32=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C84520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84520 is #37BADF. Grayscale: #686868. Windows color (decimal): -3652320 or 2115016. OLE color: 2115016.
HSL color Cylindrical-coordinate representation of color #C84520: hue angle of 13.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C84520 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 13.21º | 0.72% | 0.45% | - |
| HSV(B) | 13.21º | 0.84% | 0.78% | - |
| XYZ | 26.21 | 16.64 | 3.2 | - |
| YUV | 103.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 32 | 0 | 0.66 | 0.84 | 0.22 | 13.21 | 0.72 | 0.45 |
| Hex | C8 | 45 | 20 | 0 | 42 | 54 | 16 | D | 48 | 2D |
| Octal | 310 | 105 | 40 | 0 | 102 | 124 | 26 | 15 | 110 | 55 |
| Binary | 11001000 | 1000101 | 100000 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001000 | 101101 |
Color Harmonies of #C84520
Complementary color
Monochromatic Colors of #C84520
Black with #C84520
Text Example
Text Example
White with #C84520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84520; }
p { color: rgb(200,69,32); }
H1.HeaderClassName
{
color: #C84520;
}
.AnyTagClassName
{
color: #C84520;
}
</style>
background-color css
<style>
a { background-color: #C84520; }
a { background-color: rgb(200,69,32); }
div.DivClassName
{
background-color: #C84520;
}
.BgClassName
{
background-color: #C84520;
}
</style>
border-color css
<style>
span { border-color: #C84520; }
span { border-color: rgb(200,69,32); }
td.TdClassName
{
border-color: #C84520;
}
.TagClassName
{
border-color: #C84520;
}
</style>