Html Css Color HEX #C83810 Harley Davidson Orange
📋 copy color: '#C83810'red 200 ◦ green 56 ◦ blue 16
Shades of Harley Davidson Orange #C83810
Tints of Harley Davidson Orange #C83810
RGB
CMYK
RGB Variations
Color information
#C83810 (or 0xC83810) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 10. RGB value is (200,56,16). Sum of RGB (Red+Green+Blue) = 200+56+16=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C83810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83810 is #37C7EF. Grayscale: #5E5E5E. Windows color (decimal): -3655664 or 1063112. OLE color: 1063112.
HSL color Cylindrical-coordinate representation of color #C83810: hue angle of 13.04º 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 #C83810 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.22 |
| HSL | 13.04º | 0.85% | 0.42% | - |
| HSV(B) | 13.04º | 0.92% | 0.78% | - |
| XYZ | 25.33 | 15.15 | 2.08 | - |
| YUV | 94.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 16 | 0 | 0.72 | 0.92 | 0.22 | 13.04 | 0.85 | 0.42 |
| Hex | C8 | 38 | 10 | 0 | 48 | 5C | 16 | D | 55 | 2A |
| Octal | 310 | 70 | 20 | 0 | 110 | 134 | 26 | 15 | 125 | 52 |
| Binary | 11001000 | 111000 | 10000 | 0 | 1001000 | 1011100 | 10110 | 1101 | 1010101 | 101010 |
Color Harmonies of #C83810
Complementary color
Monochromatic Colors of #C83810
Black with #C83810
Text Example
Text Example
White with #C83810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83810; }
p { color: rgb(200,56,16); }
H1.HeaderClassName
{
color: #C83810;
}
.AnyTagClassName
{
color: #C83810;
}
</style>
background-color css
<style>
a { background-color: #C83810; }
a { background-color: rgb(200,56,16); }
div.DivClassName
{
background-color: #C83810;
}
.BgClassName
{
background-color: #C83810;
}
</style>
border-color css
<style>
span { border-color: #C83810; }
span { border-color: rgb(200,56,16); }
td.TdClassName
{
border-color: #C83810;
}
.TagClassName
{
border-color: #C83810;
}
</style>