Html Css Color HEX #C7301B Harley Davidson Orange
📋 copy color: '#C7301B'red 199 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C7301B
Tints of Harley Davidson Orange #C7301B
RGB
CMYK
RGB Variations
Color information
#C7301B (or 0xC7301B) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 1B. RGB value is (199,48,27). Sum of RGB (Red+Green+Blue) = 199+48+27=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7301B is #38CFE4. Grayscale: #5A5A5A. Windows color (decimal): -3723237 or 1781959. OLE color: 1781959.
HSL color Cylindrical-coordinate representation of color #C7301B: hue angle of 7.33º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7301B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 27 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.22 |
| HSL | 7.33º | 0.76% | 0.44% | - |
| HSV(B) | 7.33º | 0.86% | 0.78% | - |
| XYZ | 24.81 | 14.34 | 2.5 | - |
| YUV | 90.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 27 | 0 | 0.76 | 0.86 | 0.22 | 7.33 | 0.76 | 0.44 |
| Hex | C7 | 30 | 1B | 0 | 4C | 56 | 16 | 7 | 4C | 2C |
| Octal | 307 | 60 | 33 | 0 | 114 | 126 | 26 | 7 | 114 | 54 |
| Binary | 11000111 | 110000 | 11011 | 0 | 1001100 | 1010110 | 10110 | 111 | 1001100 | 101100 |
Color Harmonies of #C7301B
Complementary color
Monochromatic Colors of #C7301B
Black with #C7301B
Text Example
Text Example
White with #C7301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7301B; }
p { color: rgb(199,48,27); }
H1.HeaderClassName
{
color: #C7301B;
}
.AnyTagClassName
{
color: #C7301B;
}
</style>
background-color css
<style>
a { background-color: #C7301B; }
a { background-color: rgb(199,48,27); }
div.DivClassName
{
background-color: #C7301B;
}
.BgClassName
{
background-color: #C7301B;
}
</style>
border-color css
<style>
span { border-color: #C7301B; }
span { border-color: rgb(199,48,27); }
td.TdClassName
{
border-color: #C7301B;
}
.TagClassName
{
border-color: #C7301B;
}
</style>