Html Css Color HEX #C02616 Harley Davidson Orange
📋 copy color: '#C02616'red 192 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #C02616
Tints of Harley Davidson Orange #C02616
RGB
CMYK
RGB Variations
Color information
#C02616 (or 0xC02616) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 16. RGB value is (192,38,22). Sum of RGB (Red+Green+Blue) = 192+38+22=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02616 is #3FD9E9. Grayscale: #525252. Windows color (decimal): -4184554 or 1451712. OLE color: 1451712.
HSL color Cylindrical-coordinate representation of color #C02616: hue angle of 5.65º 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 #C02616 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.25 |
| HSL | 5.65º | 0.79% | 0.42% | - |
| HSV(B) | 5.65º | 0.89% | 0.75% | - |
| XYZ | 22.58 | 12.65 | 2.01 | - |
| YUV | 82.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 22 | 0 | 0.80 | 0.89 | 0.25 | 5.65 | 0.79 | 0.42 |
| Hex | C0 | 26 | 16 | 0 | 50 | 59 | 19 | 6 | 4F | 2A |
| Octal | 300 | 46 | 26 | 0 | 120 | 131 | 31 | 6 | 117 | 52 |
| Binary | 11000000 | 100110 | 10110 | 0 | 1010000 | 1011001 | 11001 | 110 | 1001111 | 101010 |
Color Harmonies of #C02616
Complementary color
Monochromatic Colors of #C02616
Black with #C02616
Text Example
Text Example
White with #C02616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02616; }
p { color: rgb(192,38,22); }
H1.HeaderClassName
{
color: #C02616;
}
.AnyTagClassName
{
color: #C02616;
}
</style>
background-color css
<style>
a { background-color: #C02616; }
a { background-color: rgb(192,38,22); }
div.DivClassName
{
background-color: #C02616;
}
.BgClassName
{
background-color: #C02616;
}
</style>
border-color css
<style>
span { border-color: #C02616; }
span { border-color: rgb(192,38,22); }
td.TdClassName
{
border-color: #C02616;
}
.TagClassName
{
border-color: #C02616;
}
</style>