Html Css Color HEX #C84114 Harley Davidson Orange
📋 copy color: '#C84114'red 200 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #C84114
Tints of Harley Davidson Orange #C84114
RGB
CMYK
RGB Variations
Color information
#C84114 (or 0xC84114) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 14. RGB value is (200,65,20). Sum of RGB (Red+Green+Blue) = 200+65+20=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84114 is #37BEEB. Grayscale: #646464. Windows color (decimal): -3653356 or 1327560. OLE color: 1327560.
HSL color Cylindrical-coordinate representation of color #C84114: hue angle of 15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84114 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 20 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.22 |
| HSL | 15º | 0.82% | 0.43% | - |
| HSV(B) | 15º | 0.9% | 0.78% | - |
| XYZ | 25.84 | 16.11 | 2.41 | - |
| YUV | 100.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 20 | 0 | 0.68 | 0.9 | 0.22 | 15 | 0.82 | 0.43 |
| Hex | C8 | 41 | 14 | 0 | 44 | 5A | 16 | F | 52 | 2B |
| Octal | 310 | 101 | 24 | 0 | 104 | 132 | 26 | 17 | 122 | 53 |
| Binary | 11001000 | 1000001 | 10100 | 0 | 1000100 | 1011010 | 10110 | 1111 | 1010010 | 101011 |
Color Harmonies of #C84114
Complementary color
Monochromatic Colors of #C84114
Black with #C84114
Text Example
Text Example
White with #C84114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84114; }
p { color: rgb(200,65,20); }
H1.HeaderClassName
{
color: #C84114;
}
.AnyTagClassName
{
color: #C84114;
}
</style>
background-color css
<style>
a { background-color: #C84114; }
a { background-color: rgb(200,65,20); }
div.DivClassName
{
background-color: #C84114;
}
.BgClassName
{
background-color: #C84114;
}
</style>
border-color css
<style>
span { border-color: #C84114; }
span { border-color: rgb(200,65,20); }
td.TdClassName
{
border-color: #C84114;
}
.TagClassName
{
border-color: #C84114;
}
</style>