Html Css Color HEX #C13D17 Harley Davidson Orange
📋 copy color: '#C13D17'red 193 ◦ green 61 ◦ blue 23
Shades of Harley Davidson Orange #C13D17
Tints of Harley Davidson Orange #C13D17
RGB
CMYK
RGB Variations
Color information
#C13D17 (or 0xC13D17) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 17. RGB value is (193,61,23). Sum of RGB (Red+Green+Blue) = 193+61+23=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D17 is #3EC2E8. Grayscale: #606060. Windows color (decimal): -4113129 or 1523137. OLE color: 1523137.
HSL color Cylindrical-coordinate representation of color #C13D17: hue angle of 13.41º 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 #C13D17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.24 |
| HSL | 13.41º | 0.79% | 0.42% | - |
| HSV(B) | 13.41º | 0.88% | 0.76% | - |
| XYZ | 23.82 | 14.74 | 2.4 | - |
| YUV | 96.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 23 | 0 | 0.68 | 0.88 | 0.24 | 13.41 | 0.79 | 0.42 |
| Hex | C1 | 3D | 17 | 0 | 44 | 58 | 18 | D | 4F | 2A |
| Octal | 301 | 75 | 27 | 0 | 104 | 130 | 30 | 15 | 117 | 52 |
| Binary | 11000001 | 111101 | 10111 | 0 | 1000100 | 1011000 | 11000 | 1101 | 1001111 | 101010 |
Color Harmonies of #C13D17
Complementary color
Monochromatic Colors of #C13D17
Black with #C13D17
Text Example
Text Example
White with #C13D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D17; }
p { color: rgb(193,61,23); }
H1.HeaderClassName
{
color: #C13D17;
}
.AnyTagClassName
{
color: #C13D17;
}
</style>
background-color css
<style>
a { background-color: #C13D17; }
a { background-color: rgb(193,61,23); }
div.DivClassName
{
background-color: #C13D17;
}
.BgClassName
{
background-color: #C13D17;
}
</style>
border-color css
<style>
span { border-color: #C13D17; }
span { border-color: rgb(193,61,23); }
td.TdClassName
{
border-color: #C13D17;
}
.TagClassName
{
border-color: #C13D17;
}
</style>