Html Css Color HEX #C82605 Harley Davidson Orange
📋 copy color: '#C82605'red 200 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #C82605
Tints of Harley Davidson Orange #C82605
RGB
CMYK
RGB Variations
Color information
#C82605 (or 0xC82605) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 05. RGB value is (200,38,5). Sum of RGB (Red+Green+Blue) = 200+38+5=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C82605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82605 is #37D9FA. Grayscale: #525252. Windows color (decimal): -3660283 or 337608. OLE color: 337608.
HSL color Cylindrical-coordinate representation of color #C82605: hue angle of 10.15º 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 #C82605 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.22 |
| HSL | 10.15º | 0.95% | 0.4% | - |
| HSV(B) | 10.15º | 0.98% | 0.78% | - |
| XYZ | 24.54 | 13.68 | 1.49 | - |
| YUV | 82.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 5 | 0 | 0.81 | 0.98 | 0.22 | 10.15 | 0.95 | 0.4 |
| Hex | C8 | 26 | 5 | 0 | 51 | 62 | 16 | A | 5F | 28 |
| Octal | 310 | 46 | 5 | 0 | 121 | 142 | 26 | 12 | 137 | 50 |
| Binary | 11001000 | 100110 | 101 | 0 | 1010001 | 1100010 | 10110 | 1010 | 1011111 | 101000 |
Color Harmonies of #C82605
Complementary color
Monochromatic Colors of #C82605
Black with #C82605
Text Example
Text Example
White with #C82605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82605; }
p { color: rgb(200,38,5); }
H1.HeaderClassName
{
color: #C82605;
}
.AnyTagClassName
{
color: #C82605;
}
</style>
background-color css
<style>
a { background-color: #C82605; }
a { background-color: rgb(200,38,5); }
div.DivClassName
{
background-color: #C82605;
}
.BgClassName
{
background-color: #C82605;
}
</style>
border-color css
<style>
span { border-color: #C82605; }
span { border-color: rgb(200,38,5); }
td.TdClassName
{
border-color: #C82605;
}
.TagClassName
{
border-color: #C82605;
}
</style>