Html Css Color HEX #C83206 Harley Davidson Orange
📋 copy color: '#C83206'red 200 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #C83206
Tints of Harley Davidson Orange #C83206
RGB
CMYK
RGB Variations
Color information
#C83206 (or 0xC83206) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 06. RGB value is (200,50,6). Sum of RGB (Red+Green+Blue) = 200+50+6=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C83206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83206 is #37CDF9. Grayscale: #5A5A5A. Windows color (decimal): -3657210 or 406216. OLE color: 406216.
HSL color Cylindrical-coordinate representation of color #C83206: hue angle of 13.61º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C83206 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.22 |
| HSL | 13.61º | 0.94% | 0.4% | - |
| HSV(B) | 13.61º | 0.97% | 0.78% | - |
| XYZ | 24.99 | 14.57 | 1.67 | - |
| YUV | 89.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 6 | 0 | 0.75 | 0.97 | 0.22 | 13.61 | 0.94 | 0.4 |
| Hex | C8 | 32 | 6 | 0 | 4B | 61 | 16 | E | 5E | 28 |
| Octal | 310 | 62 | 6 | 0 | 113 | 141 | 26 | 16 | 136 | 50 |
| Binary | 11001000 | 110010 | 110 | 0 | 1001011 | 1100001 | 10110 | 1110 | 1011110 | 101000 |
Color Harmonies of #C83206
Complementary color
Monochromatic Colors of #C83206
Black with #C83206
Text Example
Text Example
White with #C83206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83206; }
p { color: rgb(200,50,6); }
H1.HeaderClassName
{
color: #C83206;
}
.AnyTagClassName
{
color: #C83206;
}
</style>
background-color css
<style>
a { background-color: #C83206; }
a { background-color: rgb(200,50,6); }
div.DivClassName
{
background-color: #C83206;
}
.BgClassName
{
background-color: #C83206;
}
</style>
border-color css
<style>
span { border-color: #C83206; }
span { border-color: rgb(200,50,6); }
td.TdClassName
{
border-color: #C83206;
}
.TagClassName
{
border-color: #C83206;
}
</style>