Html Css Color HEX #C83516 Harley Davidson Orange
📋 copy color: '#C83516'red 200 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #C83516
Tints of Harley Davidson Orange #C83516
RGB
CMYK
RGB Variations
Color information
#C83516 (or 0xC83516) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 16. RGB value is (200,53,22). Sum of RGB (Red+Green+Blue) = 200+53+22=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83516 is #37CAE9. Grayscale: #5D5D5D. Windows color (decimal): -3656426 or 1455560. OLE color: 1455560.
HSL color Cylindrical-coordinate representation of color #C83516: hue angle of 10.45º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C83516 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.22 |
| HSL | 10.45º | 0.8% | 0.44% | - |
| HSV(B) | 10.45º | 0.89% | 0.78% | - |
| XYZ | 25.24 | 14.88 | 2.3 | - |
| YUV | 93.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 22 | 0 | 0.74 | 0.89 | 0.22 | 10.45 | 0.8 | 0.44 |
| Hex | C8 | 35 | 16 | 0 | 4A | 59 | 16 | A | 50 | 2C |
| Octal | 310 | 65 | 26 | 0 | 112 | 131 | 26 | 12 | 120 | 54 |
| Binary | 11001000 | 110101 | 10110 | 0 | 1001010 | 1011001 | 10110 | 1010 | 1010000 | 101100 |
Color Harmonies of #C83516
Complementary color
Monochromatic Colors of #C83516
Black with #C83516
Text Example
Text Example
White with #C83516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83516; }
p { color: rgb(200,53,22); }
H1.HeaderClassName
{
color: #C83516;
}
.AnyTagClassName
{
color: #C83516;
}
</style>
background-color css
<style>
a { background-color: #C83516; }
a { background-color: rgb(200,53,22); }
div.DivClassName
{
background-color: #C83516;
}
.BgClassName
{
background-color: #C83516;
}
</style>
border-color css
<style>
span { border-color: #C83516; }
span { border-color: rgb(200,53,22); }
td.TdClassName
{
border-color: #C83516;
}
.TagClassName
{
border-color: #C83516;
}
</style>