Html Css Color HEX #C82705 Harley Davidson Orange
📋 copy color: '#C82705'red 200 ◦ green 39 ◦ blue 5
Shades of Harley Davidson Orange #C82705
Tints of Harley Davidson Orange #C82705
RGB
CMYK
RGB Variations
Color information
#C82705 (or 0xC82705) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 05. RGB value is (200,39,5). Sum of RGB (Red+Green+Blue) = 200+39+5=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C82705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82705 is #37D8FA. Grayscale: #535353. Windows color (decimal): -3660027 or 337864. OLE color: 337864.
HSL color Cylindrical-coordinate representation of color #C82705: hue angle of 10.46º 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 #C82705 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.22 |
| HSL | 10.46º | 0.95% | 0.4% | - |
| HSV(B) | 10.46º | 0.98% | 0.78% | - |
| XYZ | 24.57 | 13.74 | 1.5 | - |
| YUV | 83.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 5 | 0 | 0.80 | 0.98 | 0.22 | 10.46 | 0.95 | 0.4 |
| Hex | C8 | 27 | 5 | 0 | 50 | 62 | 16 | A | 5F | 28 |
| Octal | 310 | 47 | 5 | 0 | 120 | 142 | 26 | 12 | 137 | 50 |
| Binary | 11001000 | 100111 | 101 | 0 | 1010000 | 1100010 | 10110 | 1010 | 1011111 | 101000 |
Color Harmonies of #C82705
Complementary color
Monochromatic Colors of #C82705
Black with #C82705
Text Example
Text Example
White with #C82705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82705; }
p { color: rgb(200,39,5); }
H1.HeaderClassName
{
color: #C82705;
}
.AnyTagClassName
{
color: #C82705;
}
</style>
background-color css
<style>
a { background-color: #C82705; }
a { background-color: rgb(200,39,5); }
div.DivClassName
{
background-color: #C82705;
}
.BgClassName
{
background-color: #C82705;
}
</style>
border-color css
<style>
span { border-color: #C82705; }
span { border-color: rgb(200,39,5); }
td.TdClassName
{
border-color: #C82705;
}
.TagClassName
{
border-color: #C82705;
}
</style>