Html Css Color HEX #C7341A Harley Davidson Orange
📋 copy color: '#C7341A'red 199 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C7341A
Tints of Harley Davidson Orange #C7341A
RGB
CMYK
RGB Variations
Color information
#C7341A (or 0xC7341A) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1A. RGB value is (199,52,26). Sum of RGB (Red+Green+Blue) = 199+52+26=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341A is #38CBE5. Grayscale: #5D5D5D. Windows color (decimal): -3722214 or 1717447. OLE color: 1717447.
HSL color Cylindrical-coordinate representation of color #C7341A: hue angle of 9.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.22 |
| HSL | 9.02º | 0.77% | 0.44% | - |
| HSV(B) | 9.02º | 0.87% | 0.78% | - |
| XYZ | 24.97 | 14.67 | 2.49 | - |
| YUV | 92.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 26 | 0 | 0.74 | 0.87 | 0.22 | 9.02 | 0.77 | 0.44 |
| Hex | C7 | 34 | 1A | 0 | 4A | 57 | 16 | 9 | 4D | 2C |
| Octal | 307 | 64 | 32 | 0 | 112 | 127 | 26 | 11 | 115 | 54 |
| Binary | 11000111 | 110100 | 11010 | 0 | 1001010 | 1010111 | 10110 | 1001 | 1001101 | 101100 |
Color Harmonies of #C7341A
Complementary color
Monochromatic Colors of #C7341A
Black with #C7341A
Text Example
Text Example
White with #C7341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7341A; }
p { color: rgb(199,52,26); }
H1.HeaderClassName
{
color: #C7341A;
}
.AnyTagClassName
{
color: #C7341A;
}
</style>
background-color css
<style>
a { background-color: #C7341A; }
a { background-color: rgb(199,52,26); }
div.DivClassName
{
background-color: #C7341A;
}
.BgClassName
{
background-color: #C7341A;
}
</style>
border-color css
<style>
span { border-color: #C7341A; }
span { border-color: rgb(199,52,26); }
td.TdClassName
{
border-color: #C7341A;
}
.TagClassName
{
border-color: #C7341A;
}
</style>