Html Css Color HEX #C82509 Harley Davidson Orange
📋 copy color: '#C82509'red 200 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #C82509
Tints of Harley Davidson Orange #C82509
RGB
CMYK
RGB Variations
Color information
#C82509 (or 0xC82509) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 09. RGB value is (200,37,9). Sum of RGB (Red+Green+Blue) = 200+37+9=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C82509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82509 is #37DAF6. Grayscale: #525252. Windows color (decimal): -3660535 or 599496. OLE color: 599496.
HSL color Cylindrical-coordinate representation of color #C82509: hue angle of 8.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C82509 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.22 |
| HSL | 8.8º | 0.91% | 0.41% | - |
| HSV(B) | 8.8º | 0.96% | 0.78% | - |
| XYZ | 24.53 | 13.62 | 1.59 | - |
| YUV | 82.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 9 | 0 | 0.82 | 0.96 | 0.22 | 8.8 | 0.91 | 0.41 |
| Hex | C8 | 25 | 9 | 0 | 52 | 60 | 16 | 9 | 5B | 29 |
| Octal | 310 | 45 | 11 | 0 | 122 | 140 | 26 | 11 | 133 | 51 |
| Binary | 11001000 | 100101 | 1001 | 0 | 1010010 | 1100000 | 10110 | 1001 | 1011011 | 101001 |
Color Harmonies of #C82509
Complementary color
Monochromatic Colors of #C82509
Black with #C82509
Text Example
Text Example
White with #C82509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82509; }
p { color: rgb(200,37,9); }
H1.HeaderClassName
{
color: #C82509;
}
.AnyTagClassName
{
color: #C82509;
}
</style>
background-color css
<style>
a { background-color: #C82509; }
a { background-color: rgb(200,37,9); }
div.DivClassName
{
background-color: #C82509;
}
.BgClassName
{
background-color: #C82509;
}
</style>
border-color css
<style>
span { border-color: #C82509; }
span { border-color: rgb(200,37,9); }
td.TdClassName
{
border-color: #C82509;
}
.TagClassName
{
border-color: #C82509;
}
</style>