Html Css Color HEX #C63610 Harley Davidson Orange
📋 copy color: '#C63610'red 198 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #C63610
Tints of Harley Davidson Orange #C63610
RGB
CMYK
RGB Variations
Color information
#C63610 (or 0xC63610) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 10. RGB value is (198,54,16). Sum of RGB (Red+Green+Blue) = 198+54+16=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C63610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63610 is #39C9EF. Grayscale: #5D5D5D. Windows color (decimal): -3787248 or 1062598. OLE color: 1062598.
HSL color Cylindrical-coordinate representation of color #C63610: hue angle of 12.53º 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 #C63610 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.22 |
| HSL | 12.53º | 0.85% | 0.42% | - |
| HSV(B) | 12.53º | 0.92% | 0.78% | - |
| XYZ | 24.7 | 14.68 | 2.02 | - |
| YUV | 92.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 16 | 0 | 0.73 | 0.92 | 0.22 | 12.53 | 0.85 | 0.42 |
| Hex | C6 | 36 | 10 | 0 | 49 | 5C | 16 | D | 55 | 2A |
| Octal | 306 | 66 | 20 | 0 | 111 | 134 | 26 | 15 | 125 | 52 |
| Binary | 11000110 | 110110 | 10000 | 0 | 1001001 | 1011100 | 10110 | 1101 | 1010101 | 101010 |
Color Harmonies of #C63610
Complementary color
Monochromatic Colors of #C63610
Black with #C63610
Text Example
Text Example
White with #C63610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63610; }
p { color: rgb(198,54,16); }
H1.HeaderClassName
{
color: #C63610;
}
.AnyTagClassName
{
color: #C63610;
}
</style>
background-color css
<style>
a { background-color: #C63610; }
a { background-color: rgb(198,54,16); }
div.DivClassName
{
background-color: #C63610;
}
.BgClassName
{
background-color: #C63610;
}
</style>
border-color css
<style>
span { border-color: #C63610; }
span { border-color: rgb(198,54,16); }
td.TdClassName
{
border-color: #C63610;
}
.TagClassName
{
border-color: #C63610;
}
</style>