Html Css Color HEX #C7401D Harley Davidson Orange
📋 copy color: '#C7401D'red 199 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #C7401D
Tints of Harley Davidson Orange #C7401D
RGB
CMYK
RGB Variations
Color information
#C7401D (or 0xC7401D) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 1D. RGB value is (199,64,29). Sum of RGB (Red+Green+Blue) = 199+64+29=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7401D is #38BFE2. Grayscale: #646464. Windows color (decimal): -3719139 or 1917127. OLE color: 1917127.
HSL color Cylindrical-coordinate representation of color #C7401D: hue angle of 12.35º 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 #C7401D is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 29 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.22 |
| HSL | 12.35º | 0.75% | 0.45% | - |
| HSV(B) | 12.35º | 0.85% | 0.78% | - |
| XYZ | 25.61 | 15.9 | 2.88 | - |
| YUV | 100.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 29 | 0 | 0.68 | 0.85 | 0.22 | 12.35 | 0.75 | 0.45 |
| Hex | C7 | 40 | 1D | 0 | 44 | 55 | 16 | C | 4B | 2D |
| Octal | 307 | 100 | 35 | 0 | 104 | 125 | 26 | 14 | 113 | 55 |
| Binary | 11000111 | 1000000 | 11101 | 0 | 1000100 | 1010101 | 10110 | 1100 | 1001011 | 101101 |
Color Harmonies of #C7401D
Complementary color
Monochromatic Colors of #C7401D
Black with #C7401D
Text Example
Text Example
White with #C7401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7401D; }
p { color: rgb(199,64,29); }
H1.HeaderClassName
{
color: #C7401D;
}
.AnyTagClassName
{
color: #C7401D;
}
</style>
background-color css
<style>
a { background-color: #C7401D; }
a { background-color: rgb(199,64,29); }
div.DivClassName
{
background-color: #C7401D;
}
.BgClassName
{
background-color: #C7401D;
}
</style>
border-color css
<style>
span { border-color: #C7401D; }
span { border-color: rgb(199,64,29); }
td.TdClassName
{
border-color: #C7401D;
}
.TagClassName
{
border-color: #C7401D;
}
</style>