Html Css Color HEX #C82611 Harley Davidson Orange
📋 copy color: '#C82611'red 200 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #C82611
Tints of Harley Davidson Orange #C82611
RGB
CMYK
RGB Variations
Color information
#C82611 (or 0xC82611) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 11. RGB value is (200,38,17). Sum of RGB (Red+Green+Blue) = 200+38+17=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82611 is #37D9EE. Grayscale: #545454. Windows color (decimal): -3660271 or 1124040. OLE color: 1124040.
HSL color Cylindrical-coordinate representation of color #C82611: hue angle of 6.89º 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 #C82611 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 6.89º | 0.84% | 0.43% | - |
| HSV(B) | 6.89º | 0.92% | 0.78% | - |
| XYZ | 24.61 | 13.71 | 1.88 | - |
| YUV | 84.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 17 | 0 | 0.81 | 0.92 | 0.22 | 6.89 | 0.84 | 0.43 |
| Hex | C8 | 26 | 11 | 0 | 51 | 5C | 16 | 7 | 54 | 2B |
| Octal | 310 | 46 | 21 | 0 | 121 | 134 | 26 | 7 | 124 | 53 |
| Binary | 11001000 | 100110 | 10001 | 0 | 1010001 | 1011100 | 10110 | 111 | 1010100 | 101011 |
Color Harmonies of #C82611
Complementary color
Monochromatic Colors of #C82611
Black with #C82611
Text Example
Text Example
White with #C82611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82611; }
p { color: rgb(200,38,17); }
H1.HeaderClassName
{
color: #C82611;
}
.AnyTagClassName
{
color: #C82611;
}
</style>
background-color css
<style>
a { background-color: #C82611; }
a { background-color: rgb(200,38,17); }
div.DivClassName
{
background-color: #C82611;
}
.BgClassName
{
background-color: #C82611;
}
</style>
border-color css
<style>
span { border-color: #C82611; }
span { border-color: rgb(200,38,17); }
td.TdClassName
{
border-color: #C82611;
}
.TagClassName
{
border-color: #C82611;
}
</style>