Html Css Color HEX #C82000 Harley Davidson Orange
📋 copy color: '#C82000'red 200 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #C82000
Tints of Harley Davidson Orange #C82000
RGB
CMYK
RGB Variations
Color information
#C82000 (or 0xC82000) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 00. RGB value is (200,32,0). Sum of RGB (Red+Green+Blue) = 200+32+0=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C82000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82000 is #37DFFF. Grayscale: #4E4E4E. Windows color (decimal): -3661824 or 8392. OLE color: 8392.
HSL color Cylindrical-coordinate representation of color #C82000: hue angle of 9.6º 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 #C82000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.22 |
| HSL | 9.6º | 1% | 0.39% | - |
| HSV(B) | 9.6º | 1% | 0.78% | - |
| XYZ | 24.34 | 13.31 | 1.29 | - |
| YUV | 78.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 0 | 0 | 0.84 | 1 | 0.22 | 9.6 | 1 | 0.39 |
| Hex | C8 | 20 | 0 | 0 | 54 | 64 | 16 | A | 64 | 27 |
| Octal | 310 | 40 | 0 | 0 | 124 | 144 | 26 | 12 | 144 | 47 |
| Binary | 11001000 | 100000 | 0 | 0 | 1010100 | 1100100 | 10110 | 1010 | 1100100 | 100111 |
Color Harmonies of #C82000
Complementary color
Monochromatic Colors of #C82000
Black with #C82000
Text Example
Text Example
White with #C82000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82000; }
p { color: rgb(200,32,0); }
H1.HeaderClassName
{
color: #C82000;
}
.AnyTagClassName
{
color: #C82000;
}
</style>
background-color css
<style>
a { background-color: #C82000; }
a { background-color: rgb(200,32,0); }
div.DivClassName
{
background-color: #C82000;
}
.BgClassName
{
background-color: #C82000;
}
</style>
border-color css
<style>
span { border-color: #C82000; }
span { border-color: rgb(200,32,0); }
td.TdClassName
{
border-color: #C82000;
}
.TagClassName
{
border-color: #C82000;
}
</style>