Html Css Color HEX #C83517 Harley Davidson Orange
📋 copy color: '#C83517'red 200 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #C83517
Tints of Harley Davidson Orange #C83517
RGB
CMYK
RGB Variations
Color information
#C83517 (or 0xC83517) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 17. RGB value is (200,53,23). Sum of RGB (Red+Green+Blue) = 200+53+23=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C83517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83517 is #37CAE8. Grayscale: #5D5D5D. Windows color (decimal): -3656425 or 1521096. OLE color: 1521096.
HSL color Cylindrical-coordinate representation of color #C83517: hue angle of 10.17º 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 #C83517 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.22 |
| HSL | 10.17º | 0.79% | 0.44% | - |
| HSV(B) | 10.17º | 0.89% | 0.78% | - |
| XYZ | 25.25 | 14.89 | 2.35 | - |
| YUV | 93.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 23 | 0 | 0.74 | 0.88 | 0.22 | 10.17 | 0.79 | 0.44 |
| Hex | C8 | 35 | 17 | 0 | 4A | 58 | 16 | A | 4F | 2C |
| Octal | 310 | 65 | 27 | 0 | 112 | 130 | 26 | 12 | 117 | 54 |
| Binary | 11001000 | 110101 | 10111 | 0 | 1001010 | 1011000 | 10110 | 1010 | 1001111 | 101100 |
Color Harmonies of #C83517
Complementary color
Monochromatic Colors of #C83517
Black with #C83517
Text Example
Text Example
White with #C83517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83517; }
p { color: rgb(200,53,23); }
H1.HeaderClassName
{
color: #C83517;
}
.AnyTagClassName
{
color: #C83517;
}
</style>
background-color css
<style>
a { background-color: #C83517; }
a { background-color: rgb(200,53,23); }
div.DivClassName
{
background-color: #C83517;
}
.BgClassName
{
background-color: #C83517;
}
</style>
border-color css
<style>
span { border-color: #C83517; }
span { border-color: rgb(200,53,23); }
td.TdClassName
{
border-color: #C83517;
}
.TagClassName
{
border-color: #C83517;
}
</style>