Html Css Color HEX #C82E17 Harley Davidson Orange
📋 copy color: '#C82E17'red 200 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #C82E17
Tints of Harley Davidson Orange #C82E17
RGB
CMYK
RGB Variations
Color information
#C82E17 (or 0xC82E17) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 17. RGB value is (200,46,23). Sum of RGB (Red+Green+Blue) = 200+46+23=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82E17 is #37D1E8. Grayscale: #595959. Windows color (decimal): -3658217 or 1519304. OLE color: 1519304.
HSL color Cylindrical-coordinate representation of color #C82E17: hue angle of 7.8º degrees, saturation: 0.79, 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 #C82E17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 23 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.22 |
| HSL | 7.8º | 0.79% | 0.44% | - |
| HSV(B) | 7.8º | 0.89% | 0.78% | - |
| XYZ | 24.95 | 14.3 | 2.25 | - |
| YUV | 89.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 23 | 0 | 0.77 | 0.88 | 0.22 | 7.8 | 0.79 | 0.44 |
| Hex | C8 | 2E | 17 | 0 | 4D | 58 | 16 | 8 | 4F | 2C |
| Octal | 310 | 56 | 27 | 0 | 115 | 130 | 26 | 10 | 117 | 54 |
| Binary | 11001000 | 101110 | 10111 | 0 | 1001101 | 1011000 | 10110 | 1000 | 1001111 | 101100 |
Color Harmonies of #C82E17
Complementary color
Monochromatic Colors of #C82E17
Black with #C82E17
Text Example
Text Example
White with #C82E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E17; }
p { color: rgb(200,46,23); }
H1.HeaderClassName
{
color: #C82E17;
}
.AnyTagClassName
{
color: #C82E17;
}
</style>
background-color css
<style>
a { background-color: #C82E17; }
a { background-color: rgb(200,46,23); }
div.DivClassName
{
background-color: #C82E17;
}
.BgClassName
{
background-color: #C82E17;
}
</style>
border-color css
<style>
span { border-color: #C82E17; }
span { border-color: rgb(200,46,23); }
td.TdClassName
{
border-color: #C82E17;
}
.TagClassName
{
border-color: #C82E17;
}
</style>