Html Css Color HEX #C82017 Harley Davidson Orange
📋 copy color: '#C82017'red 200 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #C82017
Tints of Harley Davidson Orange #C82017
RGB
CMYK
RGB Variations
Color information
#C82017 (or 0xC82017) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 17. RGB value is (200,32,23). Sum of RGB (Red+Green+Blue) = 200+32+23=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82017 is #37DFE8. Grayscale: #515151. Windows color (decimal): -3661801 or 1515720. OLE color: 1515720.
HSL color Cylindrical-coordinate representation of color #C82017: hue angle of 3.05º 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 #C82017 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.22 |
| HSL | 3.05º | 0.79% | 0.44% | - |
| HSV(B) | 3.05º | 0.89% | 0.78% | - |
| XYZ | 24.49 | 13.37 | 2.1 | - |
| YUV | 81.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 23 | 0 | 0.84 | 0.88 | 0.22 | 3.05 | 0.79 | 0.44 |
| Hex | C8 | 20 | 17 | 0 | 54 | 58 | 16 | 3 | 4F | 2C |
| Octal | 310 | 40 | 27 | 0 | 124 | 130 | 26 | 3 | 117 | 54 |
| Binary | 11001000 | 100000 | 10111 | 0 | 1010100 | 1011000 | 10110 | 11 | 1001111 | 101100 |
Color Harmonies of #C82017
Complementary color
Monochromatic Colors of #C82017
Black with #C82017
Text Example
Text Example
White with #C82017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82017; }
p { color: rgb(200,32,23); }
H1.HeaderClassName
{
color: #C82017;
}
.AnyTagClassName
{
color: #C82017;
}
</style>
background-color css
<style>
a { background-color: #C82017; }
a { background-color: rgb(200,32,23); }
div.DivClassName
{
background-color: #C82017;
}
.BgClassName
{
background-color: #C82017;
}
</style>
border-color css
<style>
span { border-color: #C82017; }
span { border-color: rgb(200,32,23); }
td.TdClassName
{
border-color: #C82017;
}
.TagClassName
{
border-color: #C82017;
}
</style>