Html Css Color HEX #C63B10 Harley Davidson Orange
📋 copy color: '#C63B10'red 198 ◦ green 59 ◦ blue 16
Shades of Harley Davidson Orange #C63B10
Tints of Harley Davidson Orange #C63B10
RGB
CMYK
RGB Variations
Color information
#C63B10 (or 0xC63B10) is known color: Harley Davidson Orange. HEX triplet: C6, 3B and 10. RGB value is (198,59,16). Sum of RGB (Red+Green+Blue) = 198+59+16=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63B10 is #39C4EF. Grayscale: #5F5F5F. Windows color (decimal): -3785968 or 1063878. OLE color: 1063878.
HSL color Cylindrical-coordinate representation of color #C63B10: hue angle of 14.18º 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 #C63B10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.22 |
| HSL | 14.18º | 0.85% | 0.42% | - |
| HSV(B) | 14.18º | 0.92% | 0.78% | - |
| XYZ | 24.95 | 15.17 | 2.1 | - |
| YUV | 95.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 16 | 0 | 0.70 | 0.92 | 0.22 | 14.18 | 0.85 | 0.42 |
| Hex | C6 | 3B | 10 | 0 | 46 | 5C | 16 | E | 55 | 2A |
| Octal | 306 | 73 | 20 | 0 | 106 | 134 | 26 | 16 | 125 | 52 |
| Binary | 11000110 | 111011 | 10000 | 0 | 1000110 | 1011100 | 10110 | 1110 | 1010101 | 101010 |
Color Harmonies of #C63B10
Complementary color
Monochromatic Colors of #C63B10
Black with #C63B10
Text Example
Text Example
White with #C63B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B10; }
p { color: rgb(198,59,16); }
H1.HeaderClassName
{
color: #C63B10;
}
.AnyTagClassName
{
color: #C63B10;
}
</style>
background-color css
<style>
a { background-color: #C63B10; }
a { background-color: rgb(198,59,16); }
div.DivClassName
{
background-color: #C63B10;
}
.BgClassName
{
background-color: #C63B10;
}
</style>
border-color css
<style>
span { border-color: #C63B10; }
span { border-color: rgb(198,59,16); }
td.TdClassName
{
border-color: #C63B10;
}
.TagClassName
{
border-color: #C63B10;
}
</style>