Html Css Color HEX #C82805 Harley Davidson Orange
📋 copy color: '#C82805'red 200 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #C82805
Tints of Harley Davidson Orange #C82805
RGB
CMYK
RGB Variations
Color information
#C82805 (or 0xC82805) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 05. RGB value is (200,40,5). Sum of RGB (Red+Green+Blue) = 200+40+5=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C82805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82805 is #37D7FA. Grayscale: #545454. Windows color (decimal): -3659771 or 338120. OLE color: 338120.
HSL color Cylindrical-coordinate representation of color #C82805: hue angle of 10.77º 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 #C82805 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 5 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.22 |
| HSL | 10.77º | 0.95% | 0.4% | - |
| HSV(B) | 10.77º | 0.98% | 0.78% | - |
| XYZ | 24.61 | 13.81 | 1.51 | - |
| YUV | 83.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 5 | 0 | 0.8 | 0.98 | 0.22 | 10.77 | 0.95 | 0.4 |
| Hex | C8 | 28 | 5 | 0 | 50 | 62 | 16 | B | 5F | 28 |
| Octal | 310 | 50 | 5 | 0 | 120 | 142 | 26 | 13 | 137 | 50 |
| Binary | 11001000 | 101000 | 101 | 0 | 1010000 | 1100010 | 10110 | 1011 | 1011111 | 101000 |
Color Harmonies of #C82805
Complementary color
Monochromatic Colors of #C82805
Black with #C82805
Text Example
Text Example
White with #C82805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82805; }
p { color: rgb(200,40,5); }
H1.HeaderClassName
{
color: #C82805;
}
.AnyTagClassName
{
color: #C82805;
}
</style>
background-color css
<style>
a { background-color: #C82805; }
a { background-color: rgb(200,40,5); }
div.DivClassName
{
background-color: #C82805;
}
.BgClassName
{
background-color: #C82805;
}
</style>
border-color css
<style>
span { border-color: #C82805; }
span { border-color: rgb(200,40,5); }
td.TdClassName
{
border-color: #C82805;
}
.TagClassName
{
border-color: #C82805;
}
</style>