Html Css Color HEX #C63016 Harley Davidson Orange
📋 copy color: '#C63016'red 198 ◦ green 48 ◦ blue 22
Shades of Harley Davidson Orange #C63016
Tints of Harley Davidson Orange #C63016
RGB
CMYK
RGB Variations
Color information
#C63016 (or 0xC63016) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 16. RGB value is (198,48,22). Sum of RGB (Red+Green+Blue) = 198+48+22=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C63016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63016 is #39CFE9. Grayscale: #5A5A5A. Windows color (decimal): -3788778 or 1454278. OLE color: 1454278.
HSL color Cylindrical-coordinate representation of color #C63016: hue angle of 8.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C63016 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.22 |
| HSL | 8.86º | 0.8% | 0.43% | - |
| HSV(B) | 8.86º | 0.89% | 0.78% | - |
| XYZ | 24.49 | 14.18 | 2.2 | - |
| YUV | 89.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 22 | 0 | 0.76 | 0.89 | 0.22 | 8.86 | 0.8 | 0.43 |
| Hex | C6 | 30 | 16 | 0 | 4C | 59 | 16 | 9 | 50 | 2B |
| Octal | 306 | 60 | 26 | 0 | 114 | 131 | 26 | 11 | 120 | 53 |
| Binary | 11000110 | 110000 | 10110 | 0 | 1001100 | 1011001 | 10110 | 1001 | 1010000 | 101011 |
Color Harmonies of #C63016
Complementary color
Monochromatic Colors of #C63016
Black with #C63016
Text Example
Text Example
White with #C63016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63016; }
p { color: rgb(198,48,22); }
H1.HeaderClassName
{
color: #C63016;
}
.AnyTagClassName
{
color: #C63016;
}
</style>
background-color css
<style>
a { background-color: #C63016; }
a { background-color: rgb(198,48,22); }
div.DivClassName
{
background-color: #C63016;
}
.BgClassName
{
background-color: #C63016;
}
</style>
border-color css
<style>
span { border-color: #C63016; }
span { border-color: rgb(198,48,22); }
td.TdClassName
{
border-color: #C63016;
}
.TagClassName
{
border-color: #C63016;
}
</style>