Html Css Color HEX #C13117 Harley Davidson Orange
📋 copy color: '#C13117'red 193 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #C13117
Tints of Harley Davidson Orange #C13117
RGB
CMYK
RGB Variations
Color information
#C13117 (or 0xC13117) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 17. RGB value is (193,49,23). Sum of RGB (Red+Green+Blue) = 193+49+23=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C13117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13117 is #3ECEE8. Grayscale: #595959. Windows color (decimal): -4116201 or 1520065. OLE color: 1520065.
HSL color Cylindrical-coordinate representation of color #C13117: hue angle of 9.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C13117 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 23 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.24 |
| HSL | 9.18º | 0.79% | 0.42% | - |
| HSV(B) | 9.18º | 0.88% | 0.76% | - |
| XYZ | 23.25 | 13.6 | 2.21 | - |
| YUV | 89.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 23 | 0 | 0.75 | 0.88 | 0.24 | 9.18 | 0.79 | 0.42 |
| Hex | C1 | 31 | 17 | 0 | 4B | 58 | 18 | 9 | 4F | 2A |
| Octal | 301 | 61 | 27 | 0 | 113 | 130 | 30 | 11 | 117 | 52 |
| Binary | 11000001 | 110001 | 10111 | 0 | 1001011 | 1011000 | 11000 | 1001 | 1001111 | 101010 |
Color Harmonies of #C13117
Complementary color
Monochromatic Colors of #C13117
Black with #C13117
Text Example
Text Example
White with #C13117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13117; }
p { color: rgb(193,49,23); }
H1.HeaderClassName
{
color: #C13117;
}
.AnyTagClassName
{
color: #C13117;
}
</style>
background-color css
<style>
a { background-color: #C13117; }
a { background-color: rgb(193,49,23); }
div.DivClassName
{
background-color: #C13117;
}
.BgClassName
{
background-color: #C13117;
}
</style>
border-color css
<style>
span { border-color: #C13117; }
span { border-color: rgb(193,49,23); }
td.TdClassName
{
border-color: #C13117;
}
.TagClassName
{
border-color: #C13117;
}
</style>