Html Css Color HEX #C62410 Harley Davidson Orange
📋 copy color: '#C62410'red 198 ◦ green 36 ◦ blue 16
Shades of Harley Davidson Orange #C62410
Tints of Harley Davidson Orange #C62410
RGB
CMYK
RGB Variations
Color information
#C62410 (or 0xC62410) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 10. RGB value is (198,36,16). Sum of RGB (Red+Green+Blue) = 198+36+16=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C62410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62410 is #39DBEF. Grayscale: #525252. Windows color (decimal): -3791856 or 1057990. OLE color: 1057990.
HSL color Cylindrical-coordinate representation of color #C62410: hue angle of 6.59º 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 #C62410 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.22 |
| HSL | 6.59º | 0.85% | 0.42% | - |
| HSV(B) | 6.59º | 0.92% | 0.78% | - |
| XYZ | 24.01 | 13.3 | 1.79 | - |
| YUV | 82.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 16 | 0 | 0.82 | 0.92 | 0.22 | 6.59 | 0.85 | 0.42 |
| Hex | C6 | 24 | 10 | 0 | 52 | 5C | 16 | 7 | 55 | 2A |
| Octal | 306 | 44 | 20 | 0 | 122 | 134 | 26 | 7 | 125 | 52 |
| Binary | 11000110 | 100100 | 10000 | 0 | 1010010 | 1011100 | 10110 | 111 | 1010101 | 101010 |
Color Harmonies of #C62410
Complementary color
Monochromatic Colors of #C62410
Black with #C62410
Text Example
Text Example
White with #C62410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62410; }
p { color: rgb(198,36,16); }
H1.HeaderClassName
{
color: #C62410;
}
.AnyTagClassName
{
color: #C62410;
}
</style>
background-color css
<style>
a { background-color: #C62410; }
a { background-color: rgb(198,36,16); }
div.DivClassName
{
background-color: #C62410;
}
.BgClassName
{
background-color: #C62410;
}
</style>
border-color css
<style>
span { border-color: #C62410; }
span { border-color: rgb(198,36,16); }
td.TdClassName
{
border-color: #C62410;
}
.TagClassName
{
border-color: #C62410;
}
</style>