Html Css Color HEX #C83017 Harley Davidson Orange
📋 copy color: '#C83017'red 200 ◦ green 48 ◦ blue 23
Shades of Harley Davidson Orange #C83017
Tints of Harley Davidson Orange #C83017
RGB
CMYK
RGB Variations
Color information
#C83017 (or 0xC83017) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 17. RGB value is (200,48,23). Sum of RGB (Red+Green+Blue) = 200+48+23=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C83017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83017 is #37CFE8. Grayscale: #5A5A5A. Windows color (decimal): -3657705 or 1519816. OLE color: 1519816.
HSL color Cylindrical-coordinate representation of color #C83017: hue angle of 8.47º 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 #C83017 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 23 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.22 |
| HSL | 8.47º | 0.79% | 0.44% | - |
| HSV(B) | 8.47º | 0.89% | 0.78% | - |
| XYZ | 25.03 | 14.46 | 2.28 | - |
| YUV | 90.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 23 | 0 | 0.76 | 0.88 | 0.22 | 8.47 | 0.79 | 0.44 |
| Hex | C8 | 30 | 17 | 0 | 4C | 58 | 16 | 8 | 4F | 2C |
| Octal | 310 | 60 | 27 | 0 | 114 | 130 | 26 | 10 | 117 | 54 |
| Binary | 11001000 | 110000 | 10111 | 0 | 1001100 | 1011000 | 10110 | 1000 | 1001111 | 101100 |
Color Harmonies of #C83017
Complementary color
Monochromatic Colors of #C83017
Black with #C83017
Text Example
Text Example
White with #C83017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83017; }
p { color: rgb(200,48,23); }
H1.HeaderClassName
{
color: #C83017;
}
.AnyTagClassName
{
color: #C83017;
}
</style>
background-color css
<style>
a { background-color: #C83017; }
a { background-color: rgb(200,48,23); }
div.DivClassName
{
background-color: #C83017;
}
.BgClassName
{
background-color: #C83017;
}
</style>
border-color css
<style>
span { border-color: #C83017; }
span { border-color: rgb(200,48,23); }
td.TdClassName
{
border-color: #C83017;
}
.TagClassName
{
border-color: #C83017;
}
</style>