Html Css Color HEX #C82210 Harley Davidson Orange
📋 copy color: '#C82210'red 200 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #C82210
Tints of Harley Davidson Orange #C82210
RGB
CMYK
RGB Variations
Color information
#C82210 (or 0xC82210) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 10. RGB value is (200,34,16). Sum of RGB (Red+Green+Blue) = 200+34+16=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C82210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82210 is #37DDEF. Grayscale: #515151. Windows color (decimal): -3661296 or 1057480. OLE color: 1057480.
HSL color Cylindrical-coordinate representation of color #C82210: hue angle of 5.87º 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 #C82210 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.22 |
| HSL | 5.87º | 0.85% | 0.42% | - |
| HSV(B) | 5.87º | 0.92% | 0.78% | - |
| XYZ | 24.48 | 13.46 | 1.8 | - |
| YUV | 81.58 | 91 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 16 | 0 | 0.83 | 0.92 | 0.22 | 5.87 | 0.85 | 0.42 |
| Hex | C8 | 22 | 10 | 0 | 53 | 5C | 16 | 6 | 55 | 2A |
| Octal | 310 | 42 | 20 | 0 | 123 | 134 | 26 | 6 | 125 | 52 |
| Binary | 11001000 | 100010 | 10000 | 0 | 1010011 | 1011100 | 10110 | 110 | 1010101 | 101010 |
Color Harmonies of #C82210
Complementary color
Monochromatic Colors of #C82210
Black with #C82210
Text Example
Text Example
White with #C82210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82210; }
p { color: rgb(200,34,16); }
H1.HeaderClassName
{
color: #C82210;
}
.AnyTagClassName
{
color: #C82210;
}
</style>
background-color css
<style>
a { background-color: #C82210; }
a { background-color: rgb(200,34,16); }
div.DivClassName
{
background-color: #C82210;
}
.BgClassName
{
background-color: #C82210;
}
</style>
border-color css
<style>
span { border-color: #C82210; }
span { border-color: rgb(200,34,16); }
td.TdClassName
{
border-color: #C82210;
}
.TagClassName
{
border-color: #C82210;
}
</style>