Html Css Color HEX #C63517 Harley Davidson Orange
📋 copy color: '#C63517'red 198 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #C63517
Tints of Harley Davidson Orange #C63517
RGB
CMYK
RGB Variations
Color information
#C63517 (or 0xC63517) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 17. RGB value is (198,53,23). Sum of RGB (Red+Green+Blue) = 198+53+23=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C63517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63517 is #39CAE8. Grayscale: #5D5D5D. Windows color (decimal): -3787497 or 1521094. OLE color: 1521094.
HSL color Cylindrical-coordinate representation of color #C63517: hue angle of 10.29º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C63517 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 23 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.22 |
| HSL | 10.29º | 0.79% | 0.43% | - |
| HSV(B) | 10.29º | 0.88% | 0.78% | - |
| XYZ | 24.72 | 14.61 | 2.33 | - |
| YUV | 92.94 | 88.54 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 23 | 0 | 0.73 | 0.88 | 0.22 | 10.29 | 0.79 | 0.43 |
| Hex | C6 | 35 | 17 | 0 | 49 | 58 | 16 | A | 4F | 2B |
| Octal | 306 | 65 | 27 | 0 | 111 | 130 | 26 | 12 | 117 | 53 |
| Binary | 11000110 | 110101 | 10111 | 0 | 1001001 | 1011000 | 10110 | 1010 | 1001111 | 101011 |
Color Harmonies of #C63517
Complementary color
Monochromatic Colors of #C63517
Black with #C63517
Text Example
Text Example
White with #C63517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63517; }
p { color: rgb(198,53,23); }
H1.HeaderClassName
{
color: #C63517;
}
.AnyTagClassName
{
color: #C63517;
}
</style>
background-color css
<style>
a { background-color: #C63517; }
a { background-color: rgb(198,53,23); }
div.DivClassName
{
background-color: #C63517;
}
.BgClassName
{
background-color: #C63517;
}
</style>
border-color css
<style>
span { border-color: #C63517; }
span { border-color: rgb(198,53,23); }
td.TdClassName
{
border-color: #C63517;
}
.TagClassName
{
border-color: #C63517;
}
</style>