Html Css Color HEX #C83620 Harley Davidson Orange
📋 copy color: '#C83620'red 200 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #C83620
Tints of Harley Davidson Orange #C83620
RGB
CMYK
RGB Variations
Color information
#C83620 (or 0xC83620) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 20. RGB value is (200,54,32). Sum of RGB (Red+Green+Blue) = 200+54+32=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83620 is #37C9DF. Grayscale: #5F5F5F. Windows color (decimal): -3656160 or 2111176. OLE color: 2111176.
HSL color Cylindrical-coordinate representation of color #C83620: hue angle of 7.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C83620 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 32 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.22 |
| HSL | 7.86º | 0.72% | 0.45% | - |
| HSV(B) | 7.86º | 0.84% | 0.78% | - |
| XYZ | 25.4 | 15.02 | 2.93 | - |
| YUV | 95.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 32 | 0 | 0.73 | 0.84 | 0.22 | 7.86 | 0.72 | 0.45 |
| Hex | C8 | 36 | 20 | 0 | 49 | 54 | 16 | 8 | 48 | 2D |
| Octal | 310 | 66 | 40 | 0 | 111 | 124 | 26 | 10 | 110 | 55 |
| Binary | 11001000 | 110110 | 100000 | 0 | 1001001 | 1010100 | 10110 | 1000 | 1001000 | 101101 |
Color Harmonies of #C83620
Complementary color
Monochromatic Colors of #C83620
Black with #C83620
Text Example
Text Example
White with #C83620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83620; }
p { color: rgb(200,54,32); }
H1.HeaderClassName
{
color: #C83620;
}
.AnyTagClassName
{
color: #C83620;
}
</style>
background-color css
<style>
a { background-color: #C83620; }
a { background-color: rgb(200,54,32); }
div.DivClassName
{
background-color: #C83620;
}
.BgClassName
{
background-color: #C83620;
}
</style>
border-color css
<style>
span { border-color: #C83620; }
span { border-color: rgb(200,54,32); }
td.TdClassName
{
border-color: #C83620;
}
.TagClassName
{
border-color: #C83620;
}
</style>