Html Css Color HEX #C13217 Harley Davidson Orange
📋 copy color: '#C13217'red 193 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #C13217
Tints of Harley Davidson Orange #C13217
RGB
CMYK
RGB Variations
Color information
#C13217 (or 0xC13217) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 17. RGB value is (193,50,23). Sum of RGB (Red+Green+Blue) = 193+50+23=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13217 is #3ECDE8. Grayscale: #595959. Windows color (decimal): -4115945 or 1520321. OLE color: 1520321.
HSL color Cylindrical-coordinate representation of color #C13217: hue angle of 9.53º 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 #C13217 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.24 |
| HSL | 9.53º | 0.79% | 0.42% | - |
| HSV(B) | 9.53º | 0.88% | 0.76% | - |
| XYZ | 23.29 | 13.68 | 2.22 | - |
| YUV | 89.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 23 | 0 | 0.74 | 0.88 | 0.24 | 9.53 | 0.79 | 0.42 |
| Hex | C1 | 32 | 17 | 0 | 4A | 58 | 18 | A | 4F | 2A |
| Octal | 301 | 62 | 27 | 0 | 112 | 130 | 30 | 12 | 117 | 52 |
| Binary | 11000001 | 110010 | 10111 | 0 | 1001010 | 1011000 | 11000 | 1010 | 1001111 | 101010 |
Color Harmonies of #C13217
Complementary color
Monochromatic Colors of #C13217
Black with #C13217
Text Example
Text Example
White with #C13217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13217; }
p { color: rgb(193,50,23); }
H1.HeaderClassName
{
color: #C13217;
}
.AnyTagClassName
{
color: #C13217;
}
</style>
background-color css
<style>
a { background-color: #C13217; }
a { background-color: rgb(193,50,23); }
div.DivClassName
{
background-color: #C13217;
}
.BgClassName
{
background-color: #C13217;
}
</style>
border-color css
<style>
span { border-color: #C13217; }
span { border-color: rgb(193,50,23); }
td.TdClassName
{
border-color: #C13217;
}
.TagClassName
{
border-color: #C13217;
}
</style>