Html Css Color HEX #C82614 Harley Davidson Orange
📋 copy color: '#C82614'red 200 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #C82614
Tints of Harley Davidson Orange #C82614
RGB
CMYK
RGB Variations
Color information
#C82614 (or 0xC82614) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 14. RGB value is (200,38,20). Sum of RGB (Red+Green+Blue) = 200+38+20=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C82614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82614 is #37D9EB. Grayscale: #545454. Windows color (decimal): -3660268 or 1320648. OLE color: 1320648.
HSL color Cylindrical-coordinate representation of color #C82614: hue angle of 6º 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 #C82614 is Cyan = 0, Magento = 0.81, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 20 | - |
| CMYK | 0 | 0.81 | 0.9 | 0.22 |
| HSL | 6º | 0.82% | 0.43% | - |
| HSV(B) | 6º | 0.9% | 0.78% | - |
| XYZ | 24.64 | 13.72 | 2.01 | - |
| YUV | 84.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 20 | 0 | 0.81 | 0.9 | 0.22 | 6 | 0.82 | 0.43 |
| Hex | C8 | 26 | 14 | 0 | 51 | 5A | 16 | 6 | 52 | 2B |
| Octal | 310 | 46 | 24 | 0 | 121 | 132 | 26 | 6 | 122 | 53 |
| Binary | 11001000 | 100110 | 10100 | 0 | 1010001 | 1011010 | 10110 | 110 | 1010010 | 101011 |
Color Harmonies of #C82614
Complementary color
Monochromatic Colors of #C82614
Black with #C82614
Text Example
Text Example
White with #C82614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82614; }
p { color: rgb(200,38,20); }
H1.HeaderClassName
{
color: #C82614;
}
.AnyTagClassName
{
color: #C82614;
}
</style>
background-color css
<style>
a { background-color: #C82614; }
a { background-color: rgb(200,38,20); }
div.DivClassName
{
background-color: #C82614;
}
.BgClassName
{
background-color: #C82614;
}
</style>
border-color css
<style>
span { border-color: #C82614; }
span { border-color: rgb(200,38,20); }
td.TdClassName
{
border-color: #C82614;
}
.TagClassName
{
border-color: #C82614;
}
</style>