Html Css Color HEX #C03616 Harley Davidson Orange
📋 copy color: '#C03616'red 192 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #C03616
Tints of Harley Davidson Orange #C03616
RGB
CMYK
RGB Variations
Color information
#C03616 (or 0xC03616) is known color: Harley Davidson Orange. HEX triplet: C0, 36 and 16. RGB value is (192,54,22). Sum of RGB (Red+Green+Blue) = 192+54+22=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03616 is #3FC9E9. Grayscale: #5B5B5B. Windows color (decimal): -4180458 or 1455808. OLE color: 1455808.
HSL color Cylindrical-coordinate representation of color #C03616: hue angle of 11.29º 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 #C03616 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.25 |
| HSL | 11.29º | 0.79% | 0.42% | - |
| HSV(B) | 11.29º | 0.89% | 0.75% | - |
| XYZ | 23.2 | 13.9 | 2.22 | - |
| YUV | 91.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 22 | 0 | 0.72 | 0.89 | 0.25 | 11.29 | 0.79 | 0.42 |
| Hex | C0 | 36 | 16 | 0 | 48 | 59 | 19 | B | 4F | 2A |
| Octal | 300 | 66 | 26 | 0 | 110 | 131 | 31 | 13 | 117 | 52 |
| Binary | 11000000 | 110110 | 10110 | 0 | 1001000 | 1011001 | 11001 | 1011 | 1001111 | 101010 |
Color Harmonies of #C03616
Complementary color
Monochromatic Colors of #C03616
Black with #C03616
Text Example
Text Example
White with #C03616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03616; }
p { color: rgb(192,54,22); }
H1.HeaderClassName
{
color: #C03616;
}
.AnyTagClassName
{
color: #C03616;
}
</style>
background-color css
<style>
a { background-color: #C03616; }
a { background-color: rgb(192,54,22); }
div.DivClassName
{
background-color: #C03616;
}
.BgClassName
{
background-color: #C03616;
}
</style>
border-color css
<style>
span { border-color: #C03616; }
span { border-color: rgb(192,54,22); }
td.TdClassName
{
border-color: #C03616;
}
.TagClassName
{
border-color: #C03616;
}
</style>