Html Css Color HEX #C82610 Harley Davidson Orange
📋 copy color: '#C82610'red 200 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #C82610
Tints of Harley Davidson Orange #C82610
RGB
CMYK
RGB Variations
Color information
#C82610 (or 0xC82610) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 10. RGB value is (200,38,16). Sum of RGB (Red+Green+Blue) = 200+38+16=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C82610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82610 is #37D9EF. Grayscale: #545454. Windows color (decimal): -3660272 or 1058504. OLE color: 1058504.
HSL color Cylindrical-coordinate representation of color #C82610: hue angle of 7.17º 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 #C82610 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 7.17º | 0.85% | 0.42% | - |
| HSV(B) | 7.17º | 0.92% | 0.78% | - |
| XYZ | 24.61 | 13.7 | 1.84 | - |
| YUV | 83.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 16 | 0 | 0.81 | 0.92 | 0.22 | 7.17 | 0.85 | 0.42 |
| Hex | C8 | 26 | 10 | 0 | 51 | 5C | 16 | 7 | 55 | 2A |
| Octal | 310 | 46 | 20 | 0 | 121 | 134 | 26 | 7 | 125 | 52 |
| Binary | 11001000 | 100110 | 10000 | 0 | 1010001 | 1011100 | 10110 | 111 | 1010101 | 101010 |
Color Harmonies of #C82610
Complementary color
Monochromatic Colors of #C82610
Black with #C82610
Text Example
Text Example
White with #C82610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82610; }
p { color: rgb(200,38,16); }
H1.HeaderClassName
{
color: #C82610;
}
.AnyTagClassName
{
color: #C82610;
}
</style>
background-color css
<style>
a { background-color: #C82610; }
a { background-color: rgb(200,38,16); }
div.DivClassName
{
background-color: #C82610;
}
.BgClassName
{
background-color: #C82610;
}
</style>
border-color css
<style>
span { border-color: #C82610; }
span { border-color: rgb(200,38,16); }
td.TdClassName
{
border-color: #C82610;
}
.TagClassName
{
border-color: #C82610;
}
</style>