Html Css Color HEX #C82001 Harley Davidson Orange
📋 copy color: '#C82001'red 200 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #C82001
Tints of Harley Davidson Orange #C82001
RGB
CMYK
RGB Variations
Color information
#C82001 (or 0xC82001) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 01. RGB value is (200,32,1). Sum of RGB (Red+Green+Blue) = 200+32+1=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C82001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82001 is #37DFFE. Grayscale: #4E4E4E. Windows color (decimal): -3661823 or 73928. OLE color: 73928.
HSL color Cylindrical-coordinate representation of color #C82001: hue angle of 9.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C82001 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.22 |
| HSL | 9.35º | 0.99% | 0.39% | - |
| HSV(B) | 9.35º | 1% | 0.78% | - |
| XYZ | 24.34 | 13.31 | 1.32 | - |
| YUV | 78.7 | 84.16 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 1 | 0 | 0.84 | 1.00 | 0.22 | 9.35 | 0.99 | 0.39 |
| Hex | C8 | 20 | 1 | 0 | 54 | 64 | 16 | 9 | 63 | 27 |
| Octal | 310 | 40 | 1 | 0 | 124 | 144 | 26 | 11 | 143 | 47 |
| Binary | 11001000 | 100000 | 1 | 0 | 1010100 | 1100100 | 10110 | 1001 | 1100011 | 100111 |
Color Harmonies of #C82001
Complementary color
Monochromatic Colors of #C82001
Black with #C82001
Text Example
Text Example
White with #C82001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82001; }
p { color: rgb(200,32,1); }
H1.HeaderClassName
{
color: #C82001;
}
.AnyTagClassName
{
color: #C82001;
}
</style>
background-color css
<style>
a { background-color: #C82001; }
a { background-color: rgb(200,32,1); }
div.DivClassName
{
background-color: #C82001;
}
.BgClassName
{
background-color: #C82001;
}
</style>
border-color css
<style>
span { border-color: #C82001; }
span { border-color: rgb(200,32,1); }
td.TdClassName
{
border-color: #C82001;
}
.TagClassName
{
border-color: #C82001;
}
</style>