Html Css Color HEX #C82005 Harley Davidson Orange
📋 copy color: '#C82005'red 200 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C82005
Tints of Harley Davidson Orange #C82005
RGB
CMYK
RGB Variations
Color information
#C82005 (or 0xC82005) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 05. RGB value is (200,32,5). Sum of RGB (Red+Green+Blue) = 200+32+5=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C82005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82005 is #37DFFA. Grayscale: #4F4F4F. Windows color (decimal): -3661819 or 336072. OLE color: 336072.
HSL color Cylindrical-coordinate representation of color #C82005: hue angle of 8.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C82005 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.22 |
| HSL | 8.31º | 0.95% | 0.4% | - |
| HSV(B) | 8.31º | 0.98% | 0.78% | - |
| XYZ | 24.36 | 13.32 | 1.43 | - |
| YUV | 79.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 5 | 0 | 0.84 | 0.98 | 0.22 | 8.31 | 0.95 | 0.4 |
| Hex | C8 | 20 | 5 | 0 | 54 | 62 | 16 | 8 | 5F | 28 |
| Octal | 310 | 40 | 5 | 0 | 124 | 142 | 26 | 10 | 137 | 50 |
| Binary | 11001000 | 100000 | 101 | 0 | 1010100 | 1100010 | 10110 | 1000 | 1011111 | 101000 |
Color Harmonies of #C82005
Complementary color
Monochromatic Colors of #C82005
Black with #C82005
Text Example
Text Example
White with #C82005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82005; }
p { color: rgb(200,32,5); }
H1.HeaderClassName
{
color: #C82005;
}
.AnyTagClassName
{
color: #C82005;
}
</style>
background-color css
<style>
a { background-color: #C82005; }
a { background-color: rgb(200,32,5); }
div.DivClassName
{
background-color: #C82005;
}
.BgClassName
{
background-color: #C82005;
}
</style>
border-color css
<style>
span { border-color: #C82005; }
span { border-color: rgb(200,32,5); }
td.TdClassName
{
border-color: #C82005;
}
.TagClassName
{
border-color: #C82005;
}
</style>