Html Css Color HEX #C82507 Harley Davidson Orange
📋 copy color: '#C82507'red 200 ◦ green 37 ◦ blue 7
Shades of Harley Davidson Orange #C82507
Tints of Harley Davidson Orange #C82507
RGB
CMYK
RGB Variations
Color information
#C82507 (or 0xC82507) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 07. RGB value is (200,37,7). Sum of RGB (Red+Green+Blue) = 200+37+7=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C82507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82507 is #37DAF8. Grayscale: #525252. Windows color (decimal): -3660537 or 468424. OLE color: 468424.
HSL color Cylindrical-coordinate representation of color #C82507: hue angle of 9.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C82507 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.22 |
| HSL | 9.33º | 0.93% | 0.41% | - |
| HSV(B) | 9.33º | 0.97% | 0.78% | - |
| XYZ | 24.52 | 13.62 | 1.54 | - |
| YUV | 82.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 7 | 0 | 0.82 | 0.96 | 0.22 | 9.33 | 0.93 | 0.41 |
| Hex | C8 | 25 | 7 | 0 | 52 | 60 | 16 | 9 | 5D | 29 |
| Octal | 310 | 45 | 7 | 0 | 122 | 140 | 26 | 11 | 135 | 51 |
| Binary | 11001000 | 100101 | 111 | 0 | 1010010 | 1100000 | 10110 | 1001 | 1011101 | 101001 |
Color Harmonies of #C82507
Complementary color
Monochromatic Colors of #C82507
Black with #C82507
Text Example
Text Example
White with #C82507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82507; }
p { color: rgb(200,37,7); }
H1.HeaderClassName
{
color: #C82507;
}
.AnyTagClassName
{
color: #C82507;
}
</style>
background-color css
<style>
a { background-color: #C82507; }
a { background-color: rgb(200,37,7); }
div.DivClassName
{
background-color: #C82507;
}
.BgClassName
{
background-color: #C82507;
}
</style>
border-color css
<style>
span { border-color: #C82507; }
span { border-color: rgb(200,37,7); }
td.TdClassName
{
border-color: #C82507;
}
.TagClassName
{
border-color: #C82507;
}
</style>