Html Css Color HEX #C82616 Harley Davidson Orange
📋 copy color: '#C82616'red 200 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #C82616
Tints of Harley Davidson Orange #C82616
RGB
CMYK
RGB Variations
Color information
#C82616 (or 0xC82616) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 16. RGB value is (200,38,22). Sum of RGB (Red+Green+Blue) = 200+38+22=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82616 is #37D9E9. Grayscale: #545454. Windows color (decimal): -3660266 or 1451720. OLE color: 1451720.
HSL color Cylindrical-coordinate representation of color #C82616: hue angle of 5.39º 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 #C82616 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.22 |
| HSL | 5.39º | 0.8% | 0.44% | - |
| HSV(B) | 5.39º | 0.89% | 0.78% | - |
| XYZ | 24.66 | 13.72 | 2.11 | - |
| YUV | 84.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 22 | 0 | 0.81 | 0.89 | 0.22 | 5.39 | 0.8 | 0.44 |
| Hex | C8 | 26 | 16 | 0 | 51 | 59 | 16 | 5 | 50 | 2C |
| Octal | 310 | 46 | 26 | 0 | 121 | 131 | 26 | 5 | 120 | 54 |
| Binary | 11001000 | 100110 | 10110 | 0 | 1010001 | 1011001 | 10110 | 101 | 1010000 | 101100 |
Color Harmonies of #C82616
Complementary color
Monochromatic Colors of #C82616
Black with #C82616
Text Example
Text Example
White with #C82616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82616; }
p { color: rgb(200,38,22); }
H1.HeaderClassName
{
color: #C82616;
}
.AnyTagClassName
{
color: #C82616;
}
</style>
background-color css
<style>
a { background-color: #C82616; }
a { background-color: rgb(200,38,22); }
div.DivClassName
{
background-color: #C82616;
}
.BgClassName
{
background-color: #C82616;
}
</style>
border-color css
<style>
span { border-color: #C82616; }
span { border-color: rgb(200,38,22); }
td.TdClassName
{
border-color: #C82616;
}
.TagClassName
{
border-color: #C82616;
}
</style>