Html Css Color HEX #C82F00 Harley Davidson Orange
📋 copy color: '#C82F00'red 200 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #C82F00
Tints of Harley Davidson Orange #C82F00
RGB
CMYK
RGB Variations
Color information
#C82F00 (or 0xC82F00) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 00. RGB value is (200,47,0). Sum of RGB (Red+Green+Blue) = 200+47+0=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F00 is #37D0FF. Grayscale: #575757. Windows color (decimal): -3657984 or 12232. OLE color: 12232.
HSL color Cylindrical-coordinate representation of color #C82F00: hue angle of 14.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 #C82F00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.22 |
| HSL | 14.1º | 1% | 0.39% | - |
| HSV(B) | 14.1º | 1% | 0.78% | - |
| XYZ | 24.84 | 14.31 | 1.45 | - |
| YUV | 87.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 0 | 0 | 0.76 | 1 | 0.22 | 14.1 | 1 | 0.39 |
| Hex | C8 | 2F | 0 | 0 | 4C | 64 | 16 | E | 64 | 27 |
| Octal | 310 | 57 | 0 | 0 | 114 | 144 | 26 | 16 | 144 | 47 |
| Binary | 11001000 | 101111 | 0 | 0 | 1001100 | 1100100 | 10110 | 1110 | 1100100 | 100111 |
Color Harmonies of #C82F00
Complementary color
Monochromatic Colors of #C82F00
Black with #C82F00
Text Example
Text Example
White with #C82F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F00; }
p { color: rgb(200,47,0); }
H1.HeaderClassName
{
color: #C82F00;
}
.AnyTagClassName
{
color: #C82F00;
}
</style>
background-color css
<style>
a { background-color: #C82F00; }
a { background-color: rgb(200,47,0); }
div.DivClassName
{
background-color: #C82F00;
}
.BgClassName
{
background-color: #C82F00;
}
</style>
border-color css
<style>
span { border-color: #C82F00; }
span { border-color: rgb(200,47,0); }
td.TdClassName
{
border-color: #C82F00;
}
.TagClassName
{
border-color: #C82F00;
}
</style>