Html Css Color HEX #C82617 Harley Davidson Orange
📋 copy color: '#C82617'red 200 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #C82617
Tints of Harley Davidson Orange #C82617
RGB
CMYK
RGB Variations
Color information
#C82617 (or 0xC82617) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 17. RGB value is (200,38,23). Sum of RGB (Red+Green+Blue) = 200+38+23=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C82617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82617 is #37D9E8. Grayscale: #545454. Windows color (decimal): -3660265 or 1517256. OLE color: 1517256.
HSL color Cylindrical-coordinate representation of color #C82617: hue angle of 5.08º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C82617 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 23 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.22 |
| HSL | 5.08º | 0.79% | 0.44% | - |
| HSV(B) | 5.08º | 0.89% | 0.78% | - |
| XYZ | 24.67 | 13.73 | 2.16 | - |
| YUV | 84.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 23 | 0 | 0.81 | 0.88 | 0.22 | 5.08 | 0.79 | 0.44 |
| Hex | C8 | 26 | 17 | 0 | 51 | 58 | 16 | 5 | 4F | 2C |
| Octal | 310 | 46 | 27 | 0 | 121 | 130 | 26 | 5 | 117 | 54 |
| Binary | 11001000 | 100110 | 10111 | 0 | 1010001 | 1011000 | 10110 | 101 | 1001111 | 101100 |
Color Harmonies of #C82617
Complementary color
Monochromatic Colors of #C82617
Black with #C82617
Text Example
Text Example
White with #C82617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82617; }
p { color: rgb(200,38,23); }
H1.HeaderClassName
{
color: #C82617;
}
.AnyTagClassName
{
color: #C82617;
}
</style>
background-color css
<style>
a { background-color: #C82617; }
a { background-color: rgb(200,38,23); }
div.DivClassName
{
background-color: #C82617;
}
.BgClassName
{
background-color: #C82617;
}
</style>
border-color css
<style>
span { border-color: #C82617; }
span { border-color: rgb(200,38,23); }
td.TdClassName
{
border-color: #C82617;
}
.TagClassName
{
border-color: #C82617;
}
</style>