Html Css Color HEX #C7301D Harley Davidson Orange
📋 copy color: '#C7301D'red 199 ◦ green 48 ◦ blue 29
Shades of Harley Davidson Orange #C7301D
Tints of Harley Davidson Orange #C7301D
RGB
CMYK
RGB Variations
Color information
#C7301D (or 0xC7301D) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 1D. RGB value is (199,48,29). Sum of RGB (Red+Green+Blue) = 199+48+29=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7301D is #38CFE2. Grayscale: #5B5B5B. Windows color (decimal): -3723235 or 1913031. OLE color: 1913031.
HSL color Cylindrical-coordinate representation of color #C7301D: hue angle of 6.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7301D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.22 |
| HSL | 6.71º | 0.75% | 0.45% | - |
| HSV(B) | 6.71º | 0.85% | 0.78% | - |
| XYZ | 24.83 | 14.34 | 2.62 | - |
| YUV | 90.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 29 | 0 | 0.76 | 0.85 | 0.22 | 6.71 | 0.75 | 0.45 |
| Hex | C7 | 30 | 1D | 0 | 4C | 55 | 16 | 7 | 4B | 2D |
| Octal | 307 | 60 | 35 | 0 | 114 | 125 | 26 | 7 | 113 | 55 |
| Binary | 11000111 | 110000 | 11101 | 0 | 1001100 | 1010101 | 10110 | 111 | 1001011 | 101101 |
Color Harmonies of #C7301D
Complementary color
Monochromatic Colors of #C7301D
Black with #C7301D
Text Example
Text Example
White with #C7301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7301D; }
p { color: rgb(199,48,29); }
H1.HeaderClassName
{
color: #C7301D;
}
.AnyTagClassName
{
color: #C7301D;
}
</style>
background-color css
<style>
a { background-color: #C7301D; }
a { background-color: rgb(199,48,29); }
div.DivClassName
{
background-color: #C7301D;
}
.BgClassName
{
background-color: #C7301D;
}
</style>
border-color css
<style>
span { border-color: #C7301D; }
span { border-color: rgb(199,48,29); }
td.TdClassName
{
border-color: #C7301D;
}
.TagClassName
{
border-color: #C7301D;
}
</style>