Html Css Color HEX #C13917 Harley Davidson Orange
📋 copy color: '#C13917'red 193 ◦ green 57 ◦ blue 23
Shades of Harley Davidson Orange #C13917
Tints of Harley Davidson Orange #C13917
RGB
CMYK
RGB Variations
Color information
#C13917 (or 0xC13917) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 17. RGB value is (193,57,23). Sum of RGB (Red+Green+Blue) = 193+57+23=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C13917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13917 is #3EC6E8. Grayscale: #5E5E5E. Windows color (decimal): -4114153 or 1522113. OLE color: 1522113.
HSL color Cylindrical-coordinate representation of color #C13917: hue angle of 12º 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 #C13917 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 23 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.24 |
| HSL | 12º | 0.79% | 0.42% | - |
| HSV(B) | 12º | 0.88% | 0.76% | - |
| XYZ | 23.61 | 14.33 | 2.33 | - |
| YUV | 93.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 23 | 0 | 0.70 | 0.88 | 0.24 | 12 | 0.79 | 0.42 |
| Hex | C1 | 39 | 17 | 0 | 46 | 58 | 18 | C | 4F | 2A |
| Octal | 301 | 71 | 27 | 0 | 106 | 130 | 30 | 14 | 117 | 52 |
| Binary | 11000001 | 111001 | 10111 | 0 | 1000110 | 1011000 | 11000 | 1100 | 1001111 | 101010 |
Color Harmonies of #C13917
Complementary color
Monochromatic Colors of #C13917
Black with #C13917
Text Example
Text Example
White with #C13917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13917; }
p { color: rgb(193,57,23); }
H1.HeaderClassName
{
color: #C13917;
}
.AnyTagClassName
{
color: #C13917;
}
</style>
background-color css
<style>
a { background-color: #C13917; }
a { background-color: rgb(193,57,23); }
div.DivClassName
{
background-color: #C13917;
}
.BgClassName
{
background-color: #C13917;
}
</style>
border-color css
<style>
span { border-color: #C13917; }
span { border-color: rgb(193,57,23); }
td.TdClassName
{
border-color: #C13917;
}
.TagClassName
{
border-color: #C13917;
}
</style>