Html Css Color HEX #C81D11 Harley Davidson Orange
📋 copy color: '#C81D11'red 200 ◦ green 29 ◦ blue 17
Shades of Harley Davidson Orange #C81D11
Tints of Harley Davidson Orange #C81D11
RGB
CMYK
RGB Variations
Color information
#C81D11 (or 0xC81D11) is known color: Harley Davidson Orange. HEX triplet: C8, 1D and 11. RGB value is (200,29,17). Sum of RGB (Red+Green+Blue) = 200+29+17=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81D11 is #37E2EE. Grayscale: #4E4E4E. Windows color (decimal): -3662575 or 1121736. OLE color: 1121736.
HSL color Cylindrical-coordinate representation of color #C81D11: hue angle of 3.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81D11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.22 |
| HSL | 3.93º | 0.84% | 0.43% | - |
| HSV(B) | 3.93º | 0.92% | 0.78% | - |
| XYZ | 24.36 | 13.2 | 1.79 | - |
| YUV | 78.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 17 | 0 | 0.86 | 0.92 | 0.22 | 3.93 | 0.84 | 0.43 |
| Hex | C8 | 1D | 11 | 0 | 56 | 5C | 16 | 4 | 54 | 2B |
| Octal | 310 | 35 | 21 | 0 | 126 | 134 | 26 | 4 | 124 | 53 |
| Binary | 11001000 | 11101 | 10001 | 0 | 1010110 | 1011100 | 10110 | 100 | 1010100 | 101011 |
Color Harmonies of #C81D11
Complementary color
Monochromatic Colors of #C81D11
Black with #C81D11
Text Example
Text Example
White with #C81D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D11; }
p { color: rgb(200,29,17); }
H1.HeaderClassName
{
color: #C81D11;
}
.AnyTagClassName
{
color: #C81D11;
}
</style>
background-color css
<style>
a { background-color: #C81D11; }
a { background-color: rgb(200,29,17); }
div.DivClassName
{
background-color: #C81D11;
}
.BgClassName
{
background-color: #C81D11;
}
</style>
border-color css
<style>
span { border-color: #C81D11; }
span { border-color: rgb(200,29,17); }
td.TdClassName
{
border-color: #C81D11;
}
.TagClassName
{
border-color: #C81D11;
}
</style>