Html Css Color HEX #C7351D Harley Davidson Orange
📋 copy color: '#C7351D'red 199 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #C7351D
Tints of Harley Davidson Orange #C7351D
RGB
CMYK
RGB Variations
Color information
#C7351D (or 0xC7351D) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 1D. RGB value is (199,53,29). Sum of RGB (Red+Green+Blue) = 199+53+29=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7351D is #38CAE2. Grayscale: #5E5E5E. Windows color (decimal): -3721955 or 1914311. OLE color: 1914311.
HSL color Cylindrical-coordinate representation of color #C7351D: hue angle of 8.47º degrees, saturation: 0.75, 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 #C7351D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 29 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.22 |
| HSL | 8.47º | 0.75% | 0.45% | - |
| HSV(B) | 8.47º | 0.85% | 0.78% | - |
| XYZ | 25.05 | 14.78 | 2.69 | - |
| YUV | 93.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 29 | 0 | 0.73 | 0.85 | 0.22 | 8.47 | 0.75 | 0.45 |
| Hex | C7 | 35 | 1D | 0 | 49 | 55 | 16 | 8 | 4B | 2D |
| Octal | 307 | 65 | 35 | 0 | 111 | 125 | 26 | 10 | 113 | 55 |
| Binary | 11000111 | 110101 | 11101 | 0 | 1001001 | 1010101 | 10110 | 1000 | 1001011 | 101101 |
Color Harmonies of #C7351D
Complementary color
Monochromatic Colors of #C7351D
Black with #C7351D
Text Example
Text Example
White with #C7351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7351D; }
p { color: rgb(199,53,29); }
H1.HeaderClassName
{
color: #C7351D;
}
.AnyTagClassName
{
color: #C7351D;
}
</style>
background-color css
<style>
a { background-color: #C7351D; }
a { background-color: rgb(199,53,29); }
div.DivClassName
{
background-color: #C7351D;
}
.BgClassName
{
background-color: #C7351D;
}
</style>
border-color css
<style>
span { border-color: #C7351D; }
span { border-color: rgb(199,53,29); }
td.TdClassName
{
border-color: #C7351D;
}
.TagClassName
{
border-color: #C7351D;
}
</style>