Html Css Color HEX #C03114 Harley Davidson Orange
📋 copy color: '#C03114'red 192 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #C03114
Tints of Harley Davidson Orange #C03114
RGB
CMYK
RGB Variations
Color information
#C03114 (or 0xC03114) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 14. RGB value is (192,49,20). Sum of RGB (Red+Green+Blue) = 192+49+20=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03114 is #3FCEEB. Grayscale: #585858. Windows color (decimal): -4181740 or 1323456. OLE color: 1323456.
HSL color Cylindrical-coordinate representation of color #C03114: hue angle of 10.12º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03114 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.25 |
| HSL | 10.12º | 0.81% | 0.42% | - |
| HSV(B) | 10.12º | 0.9% | 0.75% | - |
| XYZ | 22.96 | 13.45 | 2.05 | - |
| YUV | 88.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 20 | 0 | 0.74 | 0.90 | 0.25 | 10.12 | 0.81 | 0.42 |
| Hex | C0 | 31 | 14 | 0 | 4A | 5A | 19 | A | 51 | 2A |
| Octal | 300 | 61 | 24 | 0 | 112 | 132 | 31 | 12 | 121 | 52 |
| Binary | 11000000 | 110001 | 10100 | 0 | 1001010 | 1011010 | 11001 | 1010 | 1010001 | 101010 |
Color Harmonies of #C03114
Complementary color
Monochromatic Colors of #C03114
Black with #C03114
Text Example
Text Example
White with #C03114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03114; }
p { color: rgb(192,49,20); }
H1.HeaderClassName
{
color: #C03114;
}
.AnyTagClassName
{
color: #C03114;
}
</style>
background-color css
<style>
a { background-color: #C03114; }
a { background-color: rgb(192,49,20); }
div.DivClassName
{
background-color: #C03114;
}
.BgClassName
{
background-color: #C03114;
}
</style>
border-color css
<style>
span { border-color: #C03114; }
span { border-color: rgb(192,49,20); }
td.TdClassName
{
border-color: #C03114;
}
.TagClassName
{
border-color: #C03114;
}
</style>