Html Css Color HEX #C0371A Harley Davidson Orange
📋 copy color: '#C0371A'red 192 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #C0371A
Tints of Harley Davidson Orange #C0371A
RGB
CMYK
RGB Variations
Color information
#C0371A (or 0xC0371A) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 1A. RGB value is (192,55,26). Sum of RGB (Red+Green+Blue) = 192+55+26=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0371A is #3FC8E5. Grayscale: #5C5C5C. Windows color (decimal): -4180198 or 1718208. OLE color: 1718208.
HSL color Cylindrical-coordinate representation of color #C0371A: hue angle of 10.48º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0371A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.25 |
| HSL | 10.48º | 0.76% | 0.43% | - |
| HSV(B) | 10.48º | 0.86% | 0.75% | - |
| XYZ | 23.29 | 14.01 | 2.45 | - |
| YUV | 92.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 26 | 0 | 0.71 | 0.86 | 0.25 | 10.48 | 0.76 | 0.43 |
| Hex | C0 | 37 | 1A | 0 | 47 | 56 | 19 | A | 4C | 2B |
| Octal | 300 | 67 | 32 | 0 | 107 | 126 | 31 | 12 | 114 | 53 |
| Binary | 11000000 | 110111 | 11010 | 0 | 1000111 | 1010110 | 11001 | 1010 | 1001100 | 101011 |
Color Harmonies of #C0371A
Complementary color
Monochromatic Colors of #C0371A
Black with #C0371A
Text Example
Text Example
White with #C0371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0371A; }
p { color: rgb(192,55,26); }
H1.HeaderClassName
{
color: #C0371A;
}
.AnyTagClassName
{
color: #C0371A;
}
</style>
background-color css
<style>
a { background-color: #C0371A; }
a { background-color: rgb(192,55,26); }
div.DivClassName
{
background-color: #C0371A;
}
.BgClassName
{
background-color: #C0371A;
}
</style>
border-color css
<style>
span { border-color: #C0371A; }
span { border-color: rgb(192,55,26); }
td.TdClassName
{
border-color: #C0371A;
}
.TagClassName
{
border-color: #C0371A;
}
</style>