Html Css Color HEX #C7321C Harley Davidson Orange
📋 copy color: '#C7321C'red 199 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #C7321C
Tints of Harley Davidson Orange #C7321C
RGB
CMYK
RGB Variations
Color information
#C7321C (or 0xC7321C) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 1C. RGB value is (199,50,28). Sum of RGB (Red+Green+Blue) = 199+50+28=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7321C is #38CDE3. Grayscale: #5C5C5C. Windows color (decimal): -3722724 or 1848007. OLE color: 1848007.
HSL color Cylindrical-coordinate representation of color #C7321C: hue angle of 7.72º 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 #C7321C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.22 |
| HSL | 7.72º | 0.75% | 0.45% | - |
| HSV(B) | 7.72º | 0.86% | 0.78% | - |
| XYZ | 24.9 | 14.51 | 2.59 | - |
| YUV | 92.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 28 | 0 | 0.75 | 0.86 | 0.22 | 7.72 | 0.75 | 0.45 |
| Hex | C7 | 32 | 1C | 0 | 4B | 56 | 16 | 8 | 4B | 2D |
| Octal | 307 | 62 | 34 | 0 | 113 | 126 | 26 | 10 | 113 | 55 |
| Binary | 11000111 | 110010 | 11100 | 0 | 1001011 | 1010110 | 10110 | 1000 | 1001011 | 101101 |
Color Harmonies of #C7321C
Complementary color
Monochromatic Colors of #C7321C
Black with #C7321C
Text Example
Text Example
White with #C7321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7321C; }
p { color: rgb(199,50,28); }
H1.HeaderClassName
{
color: #C7321C;
}
.AnyTagClassName
{
color: #C7321C;
}
</style>
background-color css
<style>
a { background-color: #C7321C; }
a { background-color: rgb(199,50,28); }
div.DivClassName
{
background-color: #C7321C;
}
.BgClassName
{
background-color: #C7321C;
}
</style>
border-color css
<style>
span { border-color: #C7321C; }
span { border-color: rgb(199,50,28); }
td.TdClassName
{
border-color: #C7321C;
}
.TagClassName
{
border-color: #C7321C;
}
</style>