Html Css Color HEX #C62608 Harley Davidson Orange
📋 copy color: '#C62608'red 198 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #C62608
Tints of Harley Davidson Orange #C62608
RGB
CMYK
RGB Variations
Color information
#C62608 (or 0xC62608) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 08. RGB value is (198,38,8). Sum of RGB (Red+Green+Blue) = 198+38+8=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C62608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62608 is #39D9F7. Grayscale: #525252. Windows color (decimal): -3791352 or 534214. OLE color: 534214.
HSL color Cylindrical-coordinate representation of color #C62608: hue angle of 9.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C62608 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.22 |
| HSL | 9.47º | 0.92% | 0.4% | - |
| HSV(B) | 9.47º | 0.96% | 0.78% | - |
| XYZ | 24.03 | 13.41 | 1.55 | - |
| YUV | 82.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 8 | 0 | 0.81 | 0.96 | 0.22 | 9.47 | 0.92 | 0.4 |
| Hex | C6 | 26 | 8 | 0 | 51 | 60 | 16 | 9 | 5C | 28 |
| Octal | 306 | 46 | 10 | 0 | 121 | 140 | 26 | 11 | 134 | 50 |
| Binary | 11000110 | 100110 | 1000 | 0 | 1010001 | 1100000 | 10110 | 1001 | 1011100 | 101000 |
Color Harmonies of #C62608
Complementary color
Monochromatic Colors of #C62608
Black with #C62608
Text Example
Text Example
White with #C62608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62608; }
p { color: rgb(198,38,8); }
H1.HeaderClassName
{
color: #C62608;
}
.AnyTagClassName
{
color: #C62608;
}
</style>
background-color css
<style>
a { background-color: #C62608; }
a { background-color: rgb(198,38,8); }
div.DivClassName
{
background-color: #C62608;
}
.BgClassName
{
background-color: #C62608;
}
</style>
border-color css
<style>
span { border-color: #C62608; }
span { border-color: rgb(198,38,8); }
td.TdClassName
{
border-color: #C62608;
}
.TagClassName
{
border-color: #C62608;
}
</style>