Html Css Color HEX #C7321B Harley Davidson Orange
📋 copy color: '#C7321B'red 199 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C7321B
Tints of Harley Davidson Orange #C7321B
RGB
CMYK
RGB Variations
Color information
#C7321B (or 0xC7321B) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 1B. RGB value is (199,50,27). Sum of RGB (Red+Green+Blue) = 199+50+27=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7321B is #38CDE4. Grayscale: #5C5C5C. Windows color (decimal): -3722725 or 1782471. OLE color: 1782471.
HSL color Cylindrical-coordinate representation of color #C7321B: hue angle of 8.02º 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 #C7321B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.22 |
| HSL | 8.02º | 0.76% | 0.44% | - |
| HSV(B) | 8.02º | 0.86% | 0.78% | - |
| XYZ | 24.89 | 14.5 | 2.52 | - |
| YUV | 91.93 | 91.36 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 27 | 0 | 0.75 | 0.86 | 0.22 | 8.02 | 0.76 | 0.44 |
| Hex | C7 | 32 | 1B | 0 | 4B | 56 | 16 | 8 | 4C | 2C |
| Octal | 307 | 62 | 33 | 0 | 113 | 126 | 26 | 10 | 114 | 54 |
| Binary | 11000111 | 110010 | 11011 | 0 | 1001011 | 1010110 | 10110 | 1000 | 1001100 | 101100 |
Color Harmonies of #C7321B
Complementary color
Monochromatic Colors of #C7321B
Black with #C7321B
Text Example
Text Example
White with #C7321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7321B; }
p { color: rgb(199,50,27); }
H1.HeaderClassName
{
color: #C7321B;
}
.AnyTagClassName
{
color: #C7321B;
}
</style>
background-color css
<style>
a { background-color: #C7321B; }
a { background-color: rgb(199,50,27); }
div.DivClassName
{
background-color: #C7321B;
}
.BgClassName
{
background-color: #C7321B;
}
</style>
border-color css
<style>
span { border-color: #C7321B; }
span { border-color: rgb(199,50,27); }
td.TdClassName
{
border-color: #C7321B;
}
.TagClassName
{
border-color: #C7321B;
}
</style>