Html Css Color HEX #C03111 Harley Davidson Orange
📋 copy color: '#C03111'red 192 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #C03111
Tints of Harley Davidson Orange #C03111
RGB
CMYK
RGB Variations
Color information
#C03111 (or 0xC03111) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 11. RGB value is (192,49,17). Sum of RGB (Red+Green+Blue) = 192+49+17=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C03111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03111 is #3FCEEE. Grayscale: #585858. Windows color (decimal): -4181743 or 1126848. OLE color: 1126848.
HSL color Cylindrical-coordinate representation of color #C03111: hue angle of 10.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03111 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.25 |
| HSL | 10.97º | 0.84% | 0.41% | - |
| HSV(B) | 10.97º | 0.91% | 0.75% | - |
| XYZ | 22.94 | 13.44 | 1.92 | - |
| YUV | 88.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 17 | 0 | 0.74 | 0.91 | 0.25 | 10.97 | 0.84 | 0.41 |
| Hex | C0 | 31 | 11 | 0 | 4A | 5B | 19 | B | 54 | 29 |
| Octal | 300 | 61 | 21 | 0 | 112 | 133 | 31 | 13 | 124 | 51 |
| Binary | 11000000 | 110001 | 10001 | 0 | 1001010 | 1011011 | 11001 | 1011 | 1010100 | 101001 |
Color Harmonies of #C03111
Complementary color
Monochromatic Colors of #C03111
Black with #C03111
Text Example
Text Example
White with #C03111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03111; }
p { color: rgb(192,49,17); }
H1.HeaderClassName
{
color: #C03111;
}
.AnyTagClassName
{
color: #C03111;
}
</style>
background-color css
<style>
a { background-color: #C03111; }
a { background-color: rgb(192,49,17); }
div.DivClassName
{
background-color: #C03111;
}
.BgClassName
{
background-color: #C03111;
}
</style>
border-color css
<style>
span { border-color: #C03111; }
span { border-color: rgb(192,49,17); }
td.TdClassName
{
border-color: #C03111;
}
.TagClassName
{
border-color: #C03111;
}
</style>