Html Css Color HEX #C7411B Harley Davidson Orange
📋 copy color: '#C7411B'red 199 ◦ green 65 ◦ blue 27
Shades of Harley Davidson Orange #C7411B
Tints of Harley Davidson Orange #C7411B
RGB
CMYK
RGB Variations
Color information
#C7411B (or 0xC7411B) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 1B. RGB value is (199,65,27). Sum of RGB (Red+Green+Blue) = 199+65+27=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7411B is #38BEE4. Grayscale: #656565. Windows color (decimal): -3718885 or 1786311. OLE color: 1786311.
HSL color Cylindrical-coordinate representation of color #C7411B: hue angle of 13.26º 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 #C7411B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.22 |
| HSL | 13.26º | 0.76% | 0.44% | - |
| HSV(B) | 13.26º | 0.86% | 0.78% | - |
| XYZ | 25.64 | 16 | 2.77 | - |
| YUV | 100.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 27 | 0 | 0.67 | 0.86 | 0.22 | 13.26 | 0.76 | 0.44 |
| Hex | C7 | 41 | 1B | 0 | 43 | 56 | 16 | D | 4C | 2C |
| Octal | 307 | 101 | 33 | 0 | 103 | 126 | 26 | 15 | 114 | 54 |
| Binary | 11000111 | 1000001 | 11011 | 0 | 1000011 | 1010110 | 10110 | 1101 | 1001100 | 101100 |
Color Harmonies of #C7411B
Complementary color
Monochromatic Colors of #C7411B
Black with #C7411B
Text Example
Text Example
White with #C7411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7411B; }
p { color: rgb(199,65,27); }
H1.HeaderClassName
{
color: #C7411B;
}
.AnyTagClassName
{
color: #C7411B;
}
</style>
background-color css
<style>
a { background-color: #C7411B; }
a { background-color: rgb(199,65,27); }
div.DivClassName
{
background-color: #C7411B;
}
.BgClassName
{
background-color: #C7411B;
}
</style>
border-color css
<style>
span { border-color: #C7411B; }
span { border-color: rgb(199,65,27); }
td.TdClassName
{
border-color: #C7411B;
}
.TagClassName
{
border-color: #C7411B;
}
</style>