Html Css Color HEX #C82A14 Harley Davidson Orange
📋 copy color: '#C82A14'red 200 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #C82A14
Tints of Harley Davidson Orange #C82A14
RGB
CMYK
RGB Variations
Color information
#C82A14 (or 0xC82A14) is known color: Harley Davidson Orange. HEX triplet: C8, 2A and 14. RGB value is (200,42,20). Sum of RGB (Red+Green+Blue) = 200+42+20=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82A14 is #37D5EB. Grayscale: #565656. Windows color (decimal): -3659244 or 1321672. OLE color: 1321672.
HSL color Cylindrical-coordinate representation of color #C82A14: hue angle of 7.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C82A14 is Cyan = 0, Magento = 0.79, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 20 | - |
| CMYK | 0 | 0.79 | 0.9 | 0.22 |
| HSL | 7.33º | 0.82% | 0.43% | - |
| HSV(B) | 7.33º | 0.9% | 0.78% | - |
| XYZ | 24.77 | 13.99 | 2.06 | - |
| YUV | 86.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 20 | 0 | 0.79 | 0.9 | 0.22 | 7.33 | 0.82 | 0.43 |
| Hex | C8 | 2A | 14 | 0 | 4F | 5A | 16 | 7 | 52 | 2B |
| Octal | 310 | 52 | 24 | 0 | 117 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11001000 | 101010 | 10100 | 0 | 1001111 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C82A14
Complementary color
Monochromatic Colors of #C82A14
Black with #C82A14
Text Example
Text Example
White with #C82A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A14; }
p { color: rgb(200,42,20); }
H1.HeaderClassName
{
color: #C82A14;
}
.AnyTagClassName
{
color: #C82A14;
}
</style>
background-color css
<style>
a { background-color: #C82A14; }
a { background-color: rgb(200,42,20); }
div.DivClassName
{
background-color: #C82A14;
}
.BgClassName
{
background-color: #C82A14;
}
</style>
border-color css
<style>
span { border-color: #C82A14; }
span { border-color: rgb(200,42,20); }
td.TdClassName
{
border-color: #C82A14;
}
.TagClassName
{
border-color: #C82A14;
}
</style>