Html Css Color HEX #C84619 Harley Davidson Orange
📋 copy color: '#C84619'red 200 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #C84619
Tints of Harley Davidson Orange #C84619
RGB
CMYK
RGB Variations
Color information
#C84619 (or 0xC84619) is known color: Harley Davidson Orange. HEX triplet: C8, 46 and 19. RGB value is (200,70,25). Sum of RGB (Red+Green+Blue) = 200+70+25=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C84619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84619 is #37B9E6. Grayscale: #686868. Windows color (decimal): -3652071 or 1656520. OLE color: 1656520.
HSL color Cylindrical-coordinate representation of color #C84619: hue angle of 15.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84619 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.22 |
| HSL | 15.43º | 0.78% | 0.44% | - |
| HSV(B) | 15.43º | 0.88% | 0.78% | - |
| XYZ | 26.19 | 16.73 | 2.77 | - |
| YUV | 103.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 25 | 0 | 0.65 | 0.88 | 0.22 | 15.43 | 0.78 | 0.44 |
| Hex | C8 | 46 | 19 | 0 | 41 | 58 | 16 | F | 4E | 2C |
| Octal | 310 | 106 | 31 | 0 | 101 | 130 | 26 | 17 | 116 | 54 |
| Binary | 11001000 | 1000110 | 11001 | 0 | 1000001 | 1011000 | 10110 | 1111 | 1001110 | 101100 |
Color Harmonies of #C84619
Complementary color
Monochromatic Colors of #C84619
Black with #C84619
Text Example
Text Example
White with #C84619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84619; }
p { color: rgb(200,70,25); }
H1.HeaderClassName
{
color: #C84619;
}
.AnyTagClassName
{
color: #C84619;
}
</style>
background-color css
<style>
a { background-color: #C84619; }
a { background-color: rgb(200,70,25); }
div.DivClassName
{
background-color: #C84619;
}
.BgClassName
{
background-color: #C84619;
}
</style>
border-color css
<style>
span { border-color: #C84619; }
span { border-color: rgb(200,70,25); }
td.TdClassName
{
border-color: #C84619;
}
.TagClassName
{
border-color: #C84619;
}
</style>