Html Css Color HEX #C82700 Harley Davidson Orange
📋 copy color: '#C82700'red 200 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #C82700
Tints of Harley Davidson Orange #C82700
RGB
CMYK
RGB Variations
Color information
#C82700 (or 0xC82700) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 00. RGB value is (200,39,0). Sum of RGB (Red+Green+Blue) = 200+39+0=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C82700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82700 is #37D8FF. Grayscale: #535353. Windows color (decimal): -3660032 or 10184. OLE color: 10184.
HSL color Cylindrical-coordinate representation of color #C82700: hue angle of 11.7º 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 #C82700 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.22 |
| HSL | 11.7º | 1% | 0.39% | - |
| HSV(B) | 11.7º | 1% | 0.78% | - |
| XYZ | 24.54 | 13.73 | 1.36 | - |
| YUV | 82.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 0 | 0 | 0.80 | 1 | 0.22 | 11.7 | 1 | 0.39 |
| Hex | C8 | 27 | 0 | 0 | 50 | 64 | 16 | C | 64 | 27 |
| Octal | 310 | 47 | 0 | 0 | 120 | 144 | 26 | 14 | 144 | 47 |
| Binary | 11001000 | 100111 | 0 | 0 | 1010000 | 1100100 | 10110 | 1100 | 1100100 | 100111 |
Color Harmonies of #C82700
Complementary color
Monochromatic Colors of #C82700
Black with #C82700
Text Example
Text Example
White with #C82700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82700; }
p { color: rgb(200,39,0); }
H1.HeaderClassName
{
color: #C82700;
}
.AnyTagClassName
{
color: #C82700;
}
</style>
background-color css
<style>
a { background-color: #C82700; }
a { background-color: rgb(200,39,0); }
div.DivClassName
{
background-color: #C82700;
}
.BgClassName
{
background-color: #C82700;
}
</style>
border-color css
<style>
span { border-color: #C82700; }
span { border-color: rgb(200,39,0); }
td.TdClassName
{
border-color: #C82700;
}
.TagClassName
{
border-color: #C82700;
}
</style>