Html Css Color HEX #C82916 Harley Davidson Orange
📋 copy color: '#C82916'red 200 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #C82916
Tints of Harley Davidson Orange #C82916
RGB
CMYK
RGB Variations
Color information
#C82916 (or 0xC82916) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 16. RGB value is (200,41,22). Sum of RGB (Red+Green+Blue) = 200+41+22=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C82916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82916 is #37D6E9. Grayscale: #565656. Windows color (decimal): -3659498 or 1452488. OLE color: 1452488.
HSL color Cylindrical-coordinate representation of color #C82916: hue angle of 6.4º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82916 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.22 |
| HSL | 6.4º | 0.8% | 0.44% | - |
| HSV(B) | 6.4º | 0.89% | 0.78% | - |
| XYZ | 24.76 | 13.92 | 2.14 | - |
| YUV | 86.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 22 | 0 | 0.80 | 0.89 | 0.22 | 6.4 | 0.8 | 0.44 |
| Hex | C8 | 29 | 16 | 0 | 50 | 59 | 16 | 6 | 50 | 2C |
| Octal | 310 | 51 | 26 | 0 | 120 | 131 | 26 | 6 | 120 | 54 |
| Binary | 11001000 | 101001 | 10110 | 0 | 1010000 | 1011001 | 10110 | 110 | 1010000 | 101100 |
Color Harmonies of #C82916
Complementary color
Monochromatic Colors of #C82916
Black with #C82916
Text Example
Text Example
White with #C82916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82916; }
p { color: rgb(200,41,22); }
H1.HeaderClassName
{
color: #C82916;
}
.AnyTagClassName
{
color: #C82916;
}
</style>
background-color css
<style>
a { background-color: #C82916; }
a { background-color: rgb(200,41,22); }
div.DivClassName
{
background-color: #C82916;
}
.BgClassName
{
background-color: #C82916;
}
</style>
border-color css
<style>
span { border-color: #C82916; }
span { border-color: rgb(200,41,22); }
td.TdClassName
{
border-color: #C82916;
}
.TagClassName
{
border-color: #C82916;
}
</style>