Html Css Color HEX #C84120 Harley Davidson Orange
📋 copy color: '#C84120'red 200 ◦ green 65 ◦ blue 32
Shades of Harley Davidson Orange #C84120
Tints of Harley Davidson Orange #C84120
RGB
CMYK
RGB Variations
Color information
#C84120 (or 0xC84120) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 20. RGB value is (200,65,32). Sum of RGB (Red+Green+Blue) = 200+65+32=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C84120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84120 is #37BEDF. Grayscale: #656565. Windows color (decimal): -3653344 or 2113992. OLE color: 2113992.
HSL color Cylindrical-coordinate representation of color #C84120: hue angle of 11.79º 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 #C84120 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.22 |
| HSL | 11.79º | 0.72% | 0.45% | - |
| HSV(B) | 11.79º | 0.84% | 0.78% | - |
| XYZ | 25.97 | 16.16 | 3.12 | - |
| YUV | 101.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 32 | 0 | 0.68 | 0.84 | 0.22 | 11.79 | 0.72 | 0.45 |
| Hex | C8 | 41 | 20 | 0 | 44 | 54 | 16 | C | 48 | 2D |
| Octal | 310 | 101 | 40 | 0 | 104 | 124 | 26 | 14 | 110 | 55 |
| Binary | 11001000 | 1000001 | 100000 | 0 | 1000100 | 1010100 | 10110 | 1100 | 1001000 | 101101 |
Color Harmonies of #C84120
Complementary color
Monochromatic Colors of #C84120
Black with #C84120
Text Example
Text Example
White with #C84120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84120; }
p { color: rgb(200,65,32); }
H1.HeaderClassName
{
color: #C84120;
}
.AnyTagClassName
{
color: #C84120;
}
</style>
background-color css
<style>
a { background-color: #C84120; }
a { background-color: rgb(200,65,32); }
div.DivClassName
{
background-color: #C84120;
}
.BgClassName
{
background-color: #C84120;
}
</style>
border-color css
<style>
span { border-color: #C84120; }
span { border-color: rgb(200,65,32); }
td.TdClassName
{
border-color: #C84120;
}
.TagClassName
{
border-color: #C84120;
}
</style>