Html Css Color HEX #C71A10 Harley Davidson Orange
📋 copy color: '#C71A10'red 199 ◦ green 26 ◦ blue 16
Shades of Harley Davidson Orange #C71A10
Tints of Harley Davidson Orange #C71A10
RGB
CMYK
RGB Variations
Color information
#C71A10 (or 0xC71A10) is known color: Harley Davidson Orange. HEX triplet: C7, 1A and 10. RGB value is (199,26,16). Sum of RGB (Red+Green+Blue) = 199+26+16=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A10 is #38E5EF. Grayscale: #4C4C4C. Windows color (decimal): -3728880 or 1055431. OLE color: 1055431.
HSL color Cylindrical-coordinate representation of color #C71A10: hue angle of 3.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71A10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 16 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.22 |
| HSL | 3.28º | 0.85% | 0.42% | - |
| HSV(B) | 3.28º | 0.92% | 0.78% | - |
| XYZ | 24.02 | 12.92 | 1.72 | - |
| YUV | 76.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 16 | 0 | 0.87 | 0.92 | 0.22 | 3.28 | 0.85 | 0.42 |
| Hex | C7 | 1A | 10 | 0 | 57 | 5C | 16 | 3 | 55 | 2A |
| Octal | 307 | 32 | 20 | 0 | 127 | 134 | 26 | 3 | 125 | 52 |
| Binary | 11000111 | 11010 | 10000 | 0 | 1010111 | 1011100 | 10110 | 11 | 1010101 | 101010 |
Color Harmonies of #C71A10
Complementary color
Monochromatic Colors of #C71A10
Black with #C71A10
Text Example
Text Example
White with #C71A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A10; }
p { color: rgb(199,26,16); }
H1.HeaderClassName
{
color: #C71A10;
}
.AnyTagClassName
{
color: #C71A10;
}
</style>
background-color css
<style>
a { background-color: #C71A10; }
a { background-color: rgb(199,26,16); }
div.DivClassName
{
background-color: #C71A10;
}
.BgClassName
{
background-color: #C71A10;
}
</style>
border-color css
<style>
span { border-color: #C71A10; }
span { border-color: rgb(199,26,16); }
td.TdClassName
{
border-color: #C71A10;
}
.TagClassName
{
border-color: #C71A10;
}
</style>