Html Css Color HEX #C03119 Harley Davidson Orange
📋 copy color: '#C03119'red 192 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #C03119
Tints of Harley Davidson Orange #C03119
RGB
CMYK
RGB Variations
Color information
#C03119 (or 0xC03119) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 19. RGB value is (192,49,25). Sum of RGB (Red+Green+Blue) = 192+49+25=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03119 is #3FCEE6. Grayscale: #595959. Windows color (decimal): -4181735 or 1651136. OLE color: 1651136.
HSL color Cylindrical-coordinate representation of color #C03119: hue angle of 8.62º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C03119 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 25 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.25 |
| HSL | 8.62º | 0.77% | 0.43% | - |
| HSV(B) | 8.62º | 0.87% | 0.75% | - |
| XYZ | 23.01 | 13.47 | 2.31 | - |
| YUV | 89.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 25 | 0 | 0.74 | 0.87 | 0.25 | 8.62 | 0.77 | 0.43 |
| Hex | C0 | 31 | 19 | 0 | 4A | 57 | 19 | 9 | 4D | 2B |
| Octal | 300 | 61 | 31 | 0 | 112 | 127 | 31 | 11 | 115 | 53 |
| Binary | 11000000 | 110001 | 11001 | 0 | 1001010 | 1010111 | 11001 | 1001 | 1001101 | 101011 |
Color Harmonies of #C03119
Complementary color
Monochromatic Colors of #C03119
Black with #C03119
Text Example
Text Example
White with #C03119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03119; }
p { color: rgb(192,49,25); }
H1.HeaderClassName
{
color: #C03119;
}
.AnyTagClassName
{
color: #C03119;
}
</style>
background-color css
<style>
a { background-color: #C03119; }
a { background-color: rgb(192,49,25); }
div.DivClassName
{
background-color: #C03119;
}
.BgClassName
{
background-color: #C03119;
}
</style>
border-color css
<style>
span { border-color: #C03119; }
span { border-color: rgb(192,49,25); }
td.TdClassName
{
border-color: #C03119;
}
.TagClassName
{
border-color: #C03119;
}
</style>