Html Css Color HEX #C62610 Harley Davidson Orange
📋 copy color: '#C62610'red 198 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #C62610
Tints of Harley Davidson Orange #C62610
RGB
CMYK
RGB Variations
Color information
#C62610 (or 0xC62610) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 10. RGB value is (198,38,16). Sum of RGB (Red+Green+Blue) = 198+38+16=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62610 is #39D9EF. Grayscale: #535353. Windows color (decimal): -3791344 or 1058502. OLE color: 1058502.
HSL color Cylindrical-coordinate representation of color #C62610: hue angle of 7.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62610 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 7.25º | 0.85% | 0.42% | - |
| HSV(B) | 7.25º | 0.92% | 0.78% | - |
| XYZ | 24.08 | 13.43 | 1.81 | - |
| YUV | 83.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 16 | 0 | 0.81 | 0.92 | 0.22 | 7.25 | 0.85 | 0.42 |
| Hex | C6 | 26 | 10 | 0 | 51 | 5C | 16 | 7 | 55 | 2A |
| Octal | 306 | 46 | 20 | 0 | 121 | 134 | 26 | 7 | 125 | 52 |
| Binary | 11000110 | 100110 | 10000 | 0 | 1010001 | 1011100 | 10110 | 111 | 1010101 | 101010 |
Color Harmonies of #C62610
Complementary color
Monochromatic Colors of #C62610
Black with #C62610
Text Example
Text Example
White with #C62610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62610; }
p { color: rgb(198,38,16); }
H1.HeaderClassName
{
color: #C62610;
}
.AnyTagClassName
{
color: #C62610;
}
</style>
background-color css
<style>
a { background-color: #C62610; }
a { background-color: rgb(198,38,16); }
div.DivClassName
{
background-color: #C62610;
}
.BgClassName
{
background-color: #C62610;
}
</style>
border-color css
<style>
span { border-color: #C62610; }
span { border-color: rgb(198,38,16); }
td.TdClassName
{
border-color: #C62610;
}
.TagClassName
{
border-color: #C62610;
}
</style>