Html Css Color HEX #C7341B Harley Davidson Orange
📋 copy color: '#C7341B'red 199 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #C7341B
Tints of Harley Davidson Orange #C7341B
RGB
CMYK
RGB Variations
Color information
#C7341B (or 0xC7341B) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1B. RGB value is (199,52,27). Sum of RGB (Red+Green+Blue) = 199+52+27=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341B is #38CBE4. Grayscale: #5D5D5D. Windows color (decimal): -3722213 or 1782983. OLE color: 1782983.
HSL color Cylindrical-coordinate representation of color #C7341B: hue angle of 8.72º 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 #C7341B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.22 |
| HSL | 8.72º | 0.76% | 0.44% | - |
| HSV(B) | 8.72º | 0.86% | 0.78% | - |
| XYZ | 24.98 | 14.68 | 2.55 | - |
| YUV | 93.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 27 | 0 | 0.74 | 0.86 | 0.22 | 8.72 | 0.76 | 0.44 |
| Hex | C7 | 34 | 1B | 0 | 4A | 56 | 16 | 9 | 4C | 2C |
| Octal | 307 | 64 | 33 | 0 | 112 | 126 | 26 | 11 | 114 | 54 |
| Binary | 11000111 | 110100 | 11011 | 0 | 1001010 | 1010110 | 10110 | 1001 | 1001100 | 101100 |
Color Harmonies of #C7341B
Complementary color
Monochromatic Colors of #C7341B
Black with #C7341B
Text Example
Text Example
White with #C7341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7341B; }
p { color: rgb(199,52,27); }
H1.HeaderClassName
{
color: #C7341B;
}
.AnyTagClassName
{
color: #C7341B;
}
</style>
background-color css
<style>
a { background-color: #C7341B; }
a { background-color: rgb(199,52,27); }
div.DivClassName
{
background-color: #C7341B;
}
.BgClassName
{
background-color: #C7341B;
}
</style>
border-color css
<style>
span { border-color: #C7341B; }
span { border-color: rgb(199,52,27); }
td.TdClassName
{
border-color: #C7341B;
}
.TagClassName
{
border-color: #C7341B;
}
</style>