Html Css Color HEX #C62817 Harley Davidson Orange
📋 copy color: '#C62817'red 198 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #C62817
Tints of Harley Davidson Orange #C62817
RGB
CMYK
RGB Variations
Color information
#C62817 (or 0xC62817) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 17. RGB value is (198,40,23). Sum of RGB (Red+Green+Blue) = 198+40+23=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C62817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62817 is #39D7E8. Grayscale: #555555. Windows color (decimal): -3790825 or 1517766. OLE color: 1517766.
HSL color Cylindrical-coordinate representation of color #C62817: hue angle of 5.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C62817 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 23 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.22 |
| HSL | 5.83º | 0.79% | 0.43% | - |
| HSV(B) | 5.83º | 0.88% | 0.78% | - |
| XYZ | 24.2 | 13.59 | 2.16 | - |
| YUV | 85.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 23 | 0 | 0.80 | 0.88 | 0.22 | 5.83 | 0.79 | 0.43 |
| Hex | C6 | 28 | 17 | 0 | 50 | 58 | 16 | 6 | 4F | 2B |
| Octal | 306 | 50 | 27 | 0 | 120 | 130 | 26 | 6 | 117 | 53 |
| Binary | 11000110 | 101000 | 10111 | 0 | 1010000 | 1011000 | 10110 | 110 | 1001111 | 101011 |
Color Harmonies of #C62817
Complementary color
Monochromatic Colors of #C62817
Black with #C62817
Text Example
Text Example
White with #C62817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62817; }
p { color: rgb(198,40,23); }
H1.HeaderClassName
{
color: #C62817;
}
.AnyTagClassName
{
color: #C62817;
}
</style>
background-color css
<style>
a { background-color: #C62817; }
a { background-color: rgb(198,40,23); }
div.DivClassName
{
background-color: #C62817;
}
.BgClassName
{
background-color: #C62817;
}
</style>
border-color css
<style>
span { border-color: #C62817; }
span { border-color: rgb(198,40,23); }
td.TdClassName
{
border-color: #C62817;
}
.TagClassName
{
border-color: #C62817;
}
</style>