Html Css Color HEX #C83210 Harley Davidson Orange
📋 copy color: '#C83210'red 200 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C83210
Tints of Harley Davidson Orange #C83210
RGB
CMYK
RGB Variations
Color information
#C83210 (or 0xC83210) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 10. RGB value is (200,50,16). Sum of RGB (Red+Green+Blue) = 200+50+16=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C83210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83210 is #37CDEF. Grayscale: #5B5B5B. Windows color (decimal): -3657200 or 1061576. OLE color: 1061576.
HSL color Cylindrical-coordinate representation of color #C83210: hue angle of 11.09º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C83210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.22 |
| HSL | 11.09º | 0.85% | 0.42% | - |
| HSV(B) | 11.09º | 0.92% | 0.78% | - |
| XYZ | 25.05 | 14.6 | 1.99 | - |
| YUV | 90.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 16 | 0 | 0.75 | 0.92 | 0.22 | 11.09 | 0.85 | 0.42 |
| Hex | C8 | 32 | 10 | 0 | 4B | 5C | 16 | B | 55 | 2A |
| Octal | 310 | 62 | 20 | 0 | 113 | 134 | 26 | 13 | 125 | 52 |
| Binary | 11001000 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10110 | 1011 | 1010101 | 101010 |
Color Harmonies of #C83210
Complementary color
Monochromatic Colors of #C83210
Black with #C83210
Text Example
Text Example
White with #C83210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83210; }
p { color: rgb(200,50,16); }
H1.HeaderClassName
{
color: #C83210;
}
.AnyTagClassName
{
color: #C83210;
}
</style>
background-color css
<style>
a { background-color: #C83210; }
a { background-color: rgb(200,50,16); }
div.DivClassName
{
background-color: #C83210;
}
.BgClassName
{
background-color: #C83210;
}
</style>
border-color css
<style>
span { border-color: #C83210; }
span { border-color: rgb(200,50,16); }
td.TdClassName
{
border-color: #C83210;
}
.TagClassName
{
border-color: #C83210;
}
</style>