Html Css Color HEX #C7301C Harley Davidson Orange
📋 copy color: '#C7301C'red 199 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #C7301C
Tints of Harley Davidson Orange #C7301C
RGB
CMYK
RGB Variations
Color information
#C7301C (or 0xC7301C) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 1C. RGB value is (199,48,28). Sum of RGB (Red+Green+Blue) = 199+48+28=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7301C is #38CFE3. Grayscale: #5B5B5B. Windows color (decimal): -3723236 or 1847495. OLE color: 1847495.
HSL color Cylindrical-coordinate representation of color #C7301C: hue angle of 7.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7301C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 28 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.22 |
| HSL | 7.02º | 0.75% | 0.45% | - |
| HSV(B) | 7.02º | 0.86% | 0.78% | - |
| XYZ | 24.82 | 14.34 | 2.56 | - |
| YUV | 90.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 28 | 0 | 0.76 | 0.86 | 0.22 | 7.02 | 0.75 | 0.45 |
| Hex | C7 | 30 | 1C | 0 | 4C | 56 | 16 | 7 | 4B | 2D |
| Octal | 307 | 60 | 34 | 0 | 114 | 126 | 26 | 7 | 113 | 55 |
| Binary | 11000111 | 110000 | 11100 | 0 | 1001100 | 1010110 | 10110 | 111 | 1001011 | 101101 |
Color Harmonies of #C7301C
Complementary color
Monochromatic Colors of #C7301C
Black with #C7301C
Text Example
Text Example
White with #C7301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7301C; }
p { color: rgb(199,48,28); }
H1.HeaderClassName
{
color: #C7301C;
}
.AnyTagClassName
{
color: #C7301C;
}
</style>
background-color css
<style>
a { background-color: #C7301C; }
a { background-color: rgb(199,48,28); }
div.DivClassName
{
background-color: #C7301C;
}
.BgClassName
{
background-color: #C7301C;
}
</style>
border-color css
<style>
span { border-color: #C7301C; }
span { border-color: rgb(199,48,28); }
td.TdClassName
{
border-color: #C7301C;
}
.TagClassName
{
border-color: #C7301C;
}
</style>