Html Css Color HEX #C7371B Harley Davidson Orange
📋 copy color: '#C7371B'red 199 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #C7371B
Tints of Harley Davidson Orange #C7371B
RGB
CMYK
RGB Variations
Color information
#C7371B (or 0xC7371B) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 1B. RGB value is (199,55,27). Sum of RGB (Red+Green+Blue) = 199+55+27=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7371B is #38C8E4. Grayscale: #5F5F5F. Windows color (decimal): -3721445 or 1783751. OLE color: 1783751.
HSL color Cylindrical-coordinate representation of color #C7371B: hue angle of 9.77º 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 #C7371B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.22 |
| HSL | 9.77º | 0.76% | 0.44% | - |
| HSV(B) | 9.77º | 0.86% | 0.78% | - |
| XYZ | 25.12 | 14.95 | 2.6 | - |
| YUV | 94.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 27 | 0 | 0.72 | 0.86 | 0.22 | 9.77 | 0.76 | 0.44 |
| Hex | C7 | 37 | 1B | 0 | 48 | 56 | 16 | A | 4C | 2C |
| Octal | 307 | 67 | 33 | 0 | 110 | 126 | 26 | 12 | 114 | 54 |
| Binary | 11000111 | 110111 | 11011 | 0 | 1001000 | 1010110 | 10110 | 1010 | 1001100 | 101100 |
Color Harmonies of #C7371B
Complementary color
Monochromatic Colors of #C7371B
Black with #C7371B
Text Example
Text Example
White with #C7371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7371B; }
p { color: rgb(199,55,27); }
H1.HeaderClassName
{
color: #C7371B;
}
.AnyTagClassName
{
color: #C7371B;
}
</style>
background-color css
<style>
a { background-color: #C7371B; }
a { background-color: rgb(199,55,27); }
div.DivClassName
{
background-color: #C7371B;
}
.BgClassName
{
background-color: #C7371B;
}
</style>
border-color css
<style>
span { border-color: #C7371B; }
span { border-color: rgb(199,55,27); }
td.TdClassName
{
border-color: #C7371B;
}
.TagClassName
{
border-color: #C7371B;
}
</style>