Html Css Color HEX #C83417 Harley Davidson Orange
📋 copy color: '#C83417'red 200 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #C83417
Tints of Harley Davidson Orange #C83417
RGB
CMYK
RGB Variations
Color information
#C83417 (or 0xC83417) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 17. RGB value is (200,52,23). Sum of RGB (Red+Green+Blue) = 200+52+23=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83417 is #37CBE8. Grayscale: #5D5D5D. Windows color (decimal): -3656681 or 1520840. OLE color: 1520840.
HSL color Cylindrical-coordinate representation of color #C83417: hue angle of 9.83º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83417 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.22 |
| HSL | 9.83º | 0.79% | 0.44% | - |
| HSV(B) | 9.83º | 0.89% | 0.78% | - |
| XYZ | 25.2 | 14.8 | 2.34 | - |
| YUV | 92.95 | 88.53 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 23 | 0 | 0.74 | 0.88 | 0.22 | 9.83 | 0.79 | 0.44 |
| Hex | C8 | 34 | 17 | 0 | 4A | 58 | 16 | A | 4F | 2C |
| Octal | 310 | 64 | 27 | 0 | 112 | 130 | 26 | 12 | 117 | 54 |
| Binary | 11001000 | 110100 | 10111 | 0 | 1001010 | 1011000 | 10110 | 1010 | 1001111 | 101100 |
Color Harmonies of #C83417
Complementary color
Monochromatic Colors of #C83417
Black with #C83417
Text Example
Text Example
White with #C83417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83417; }
p { color: rgb(200,52,23); }
H1.HeaderClassName
{
color: #C83417;
}
.AnyTagClassName
{
color: #C83417;
}
</style>
background-color css
<style>
a { background-color: #C83417; }
a { background-color: rgb(200,52,23); }
div.DivClassName
{
background-color: #C83417;
}
.BgClassName
{
background-color: #C83417;
}
</style>
border-color css
<style>
span { border-color: #C83417; }
span { border-color: rgb(200,52,23); }
td.TdClassName
{
border-color: #C83417;
}
.TagClassName
{
border-color: #C83417;
}
</style>