Html Css Color HEX #C82816 Harley Davidson Orange
📋 copy color: '#C82816'red 200 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #C82816
Tints of Harley Davidson Orange #C82816
RGB
CMYK
RGB Variations
Color information
#C82816 (or 0xC82816) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 16. RGB value is (200,40,22). Sum of RGB (Red+Green+Blue) = 200+40+22=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C82816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82816 is #37D7E9. Grayscale: #565656. Windows color (decimal): -3659754 or 1452232. OLE color: 1452232.
HSL color Cylindrical-coordinate representation of color #C82816: hue angle of 6.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82816 is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 22 | - |
| CMYK | 0 | 0.8 | 0.89 | 0.22 |
| HSL | 6.07º | 0.8% | 0.44% | - |
| HSV(B) | 6.07º | 0.89% | 0.78% | - |
| XYZ | 24.72 | 13.85 | 2.13 | - |
| YUV | 85.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 22 | 0 | 0.8 | 0.89 | 0.22 | 6.07 | 0.8 | 0.44 |
| Hex | C8 | 28 | 16 | 0 | 50 | 59 | 16 | 6 | 50 | 2C |
| Octal | 310 | 50 | 26 | 0 | 120 | 131 | 26 | 6 | 120 | 54 |
| Binary | 11001000 | 101000 | 10110 | 0 | 1010000 | 1011001 | 10110 | 110 | 1010000 | 101100 |
Color Harmonies of #C82816
Complementary color
Monochromatic Colors of #C82816
Black with #C82816
Text Example
Text Example
White with #C82816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82816; }
p { color: rgb(200,40,22); }
H1.HeaderClassName
{
color: #C82816;
}
.AnyTagClassName
{
color: #C82816;
}
</style>
background-color css
<style>
a { background-color: #C82816; }
a { background-color: rgb(200,40,22); }
div.DivClassName
{
background-color: #C82816;
}
.BgClassName
{
background-color: #C82816;
}
</style>
border-color css
<style>
span { border-color: #C82816; }
span { border-color: rgb(200,40,22); }
td.TdClassName
{
border-color: #C82816;
}
.TagClassName
{
border-color: #C82816;
}
</style>