Html Css Color HEX #C43117 Harley Davidson Orange
📋 copy color: '#C43117'red 196 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #C43117
Tints of Harley Davidson Orange #C43117
RGB
CMYK
RGB Variations
Color information
#C43117 (or 0xC43117) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 17. RGB value is (196,49,23). Sum of RGB (Red+Green+Blue) = 196+49+23=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C43117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43117 is #3BCEE8. Grayscale: #5A5A5A. Windows color (decimal): -3919593 or 1520068. OLE color: 1520068.
HSL color Cylindrical-coordinate representation of color #C43117: hue angle of 9.02º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C43117 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.23 |
| HSL | 9.02º | 0.79% | 0.43% | - |
| HSV(B) | 9.02º | 0.88% | 0.77% | - |
| XYZ | 24.02 | 13.99 | 2.25 | - |
| YUV | 89.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 23 | 0 | 0.75 | 0.88 | 0.23 | 9.02 | 0.79 | 0.43 |
| Hex | C4 | 31 | 17 | 0 | 4B | 58 | 17 | 9 | 4F | 2B |
| Octal | 304 | 61 | 27 | 0 | 113 | 130 | 27 | 11 | 117 | 53 |
| Binary | 11000100 | 110001 | 10111 | 0 | 1001011 | 1011000 | 10111 | 1001 | 1001111 | 101011 |
Color Harmonies of #C43117
Complementary color
Monochromatic Colors of #C43117
Black with #C43117
Text Example
Text Example
White with #C43117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43117; }
p { color: rgb(196,49,23); }
H1.HeaderClassName
{
color: #C43117;
}
.AnyTagClassName
{
color: #C43117;
}
</style>
background-color css
<style>
a { background-color: #C43117; }
a { background-color: rgb(196,49,23); }
div.DivClassName
{
background-color: #C43117;
}
.BgClassName
{
background-color: #C43117;
}
</style>
border-color css
<style>
span { border-color: #C43117; }
span { border-color: rgb(196,49,23); }
td.TdClassName
{
border-color: #C43117;
}
.TagClassName
{
border-color: #C43117;
}
</style>