Html Css Color HEX #C03016 Harley Davidson Orange
📋 copy color: '#C03016'red 192 ◦ green 48 ◦ blue 22
Shades of Harley Davidson Orange #C03016
Tints of Harley Davidson Orange #C03016
RGB
CMYK
RGB Variations
Color information
#C03016 (or 0xC03016) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 16. RGB value is (192,48,22). Sum of RGB (Red+Green+Blue) = 192+48+22=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03016 is #3FCFE9. Grayscale: #585858. Windows color (decimal): -4181994 or 1454272. OLE color: 1454272.
HSL color Cylindrical-coordinate representation of color #C03016: hue angle of 9.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03016 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.25 |
| HSL | 9.18º | 0.79% | 0.42% | - |
| HSV(B) | 9.18º | 0.89% | 0.75% | - |
| XYZ | 22.94 | 13.38 | 2.13 | - |
| YUV | 88.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 22 | 0 | 0.75 | 0.89 | 0.25 | 9.18 | 0.79 | 0.42 |
| Hex | C0 | 30 | 16 | 0 | 4B | 59 | 19 | 9 | 4F | 2A |
| Octal | 300 | 60 | 26 | 0 | 113 | 131 | 31 | 11 | 117 | 52 |
| Binary | 11000000 | 110000 | 10110 | 0 | 1001011 | 1011001 | 11001 | 1001 | 1001111 | 101010 |
Color Harmonies of #C03016
Complementary color
Monochromatic Colors of #C03016
Black with #C03016
Text Example
Text Example
White with #C03016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03016; }
p { color: rgb(192,48,22); }
H1.HeaderClassName
{
color: #C03016;
}
.AnyTagClassName
{
color: #C03016;
}
</style>
background-color css
<style>
a { background-color: #C03016; }
a { background-color: rgb(192,48,22); }
div.DivClassName
{
background-color: #C03016;
}
.BgClassName
{
background-color: #C03016;
}
</style>
border-color css
<style>
span { border-color: #C03016; }
span { border-color: rgb(192,48,22); }
td.TdClassName
{
border-color: #C03016;
}
.TagClassName
{
border-color: #C03016;
}
</style>