Html Css Color HEX #C82500 Harley Davidson Orange
📋 copy color: '#C82500'red 200 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #C82500
Tints of Harley Davidson Orange #C82500
RGB
CMYK
RGB Variations
Color information
#C82500 (or 0xC82500) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 00. RGB value is (200,37,0). Sum of RGB (Red+Green+Blue) = 200+37+0=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C82500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82500 is #37DAFF. Grayscale: #515151. Windows color (decimal): -3660544 or 9672. OLE color: 9672.
HSL color Cylindrical-coordinate representation of color #C82500: hue angle of 11.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C82500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.22 |
| HSL | 11.1º | 1% | 0.39% | - |
| HSV(B) | 11.1º | 1% | 0.78% | - |
| XYZ | 24.48 | 13.6 | 1.34 | - |
| YUV | 81.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 0 | 0 | 0.82 | 1 | 0.22 | 11.1 | 1 | 0.39 |
| Hex | C8 | 25 | 0 | 0 | 52 | 64 | 16 | B | 64 | 27 |
| Octal | 310 | 45 | 0 | 0 | 122 | 144 | 26 | 13 | 144 | 47 |
| Binary | 11001000 | 100101 | 0 | 0 | 1010010 | 1100100 | 10110 | 1011 | 1100100 | 100111 |
Color Harmonies of #C82500
Complementary color
Monochromatic Colors of #C82500
Black with #C82500
Text Example
Text Example
White with #C82500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82500; }
p { color: rgb(200,37,0); }
H1.HeaderClassName
{
color: #C82500;
}
.AnyTagClassName
{
color: #C82500;
}
</style>
background-color css
<style>
a { background-color: #C82500; }
a { background-color: rgb(200,37,0); }
div.DivClassName
{
background-color: #C82500;
}
.BgClassName
{
background-color: #C82500;
}
</style>
border-color css
<style>
span { border-color: #C82500; }
span { border-color: rgb(200,37,0); }
td.TdClassName
{
border-color: #C82500;
}
.TagClassName
{
border-color: #C82500;
}
</style>