Html Css Color HEX #C7341E Harley Davidson Orange
📋 copy color: '#C7341E'red 199 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #C7341E
Tints of Harley Davidson Orange #C7341E
RGB
CMYK
RGB Variations
Color information
#C7341E (or 0xC7341E) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1E. RGB value is (199,52,30). Sum of RGB (Red+Green+Blue) = 199+52+30=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341E is #38CBE1. Grayscale: #5D5D5D. Windows color (decimal): -3722210 or 1979591. OLE color: 1979591.
HSL color Cylindrical-coordinate representation of color #C7341E: hue angle of 7.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7341E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.22 |
| HSL | 7.81º | 0.74% | 0.45% | - |
| HSV(B) | 7.81º | 0.85% | 0.78% | - |
| XYZ | 25.02 | 14.69 | 2.75 | - |
| YUV | 93.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 30 | 0 | 0.74 | 0.85 | 0.22 | 7.81 | 0.74 | 0.45 |
| Hex | C7 | 34 | 1E | 0 | 4A | 55 | 16 | 8 | 4A | 2D |
| Octal | 307 | 64 | 36 | 0 | 112 | 125 | 26 | 10 | 112 | 55 |
| Binary | 11000111 | 110100 | 11110 | 0 | 1001010 | 1010101 | 10110 | 1000 | 1001010 | 101101 |
Color Harmonies of #C7341E
Complementary color
Monochromatic Colors of #C7341E
Black with #C7341E
Text Example
Text Example
White with #C7341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7341E; }
p { color: rgb(199,52,30); }
H1.HeaderClassName
{
color: #C7341E;
}
.AnyTagClassName
{
color: #C7341E;
}
</style>
background-color css
<style>
a { background-color: #C7341E; }
a { background-color: rgb(199,52,30); }
div.DivClassName
{
background-color: #C7341E;
}
.BgClassName
{
background-color: #C7341E;
}
</style>
border-color css
<style>
span { border-color: #C7341E; }
span { border-color: rgb(199,52,30); }
td.TdClassName
{
border-color: #C7341E;
}
.TagClassName
{
border-color: #C7341E;
}
</style>