Html Css Color HEX #C1390F Harley Davidson Orange
📋 copy color: '#C1390F'red 193 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #C1390F
Tints of Harley Davidson Orange #C1390F
RGB
CMYK
RGB Variations
Color information
#C1390F (or 0xC1390F) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 0F. RGB value is (193,57,15). Sum of RGB (Red+Green+Blue) = 193+57+15=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C1390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1390F is #3EC6F0. Grayscale: #5D5D5D. Windows color (decimal): -4114161 or 997825. OLE color: 997825.
HSL color Cylindrical-coordinate representation of color #C1390F: hue angle of 14.16º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1390F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.24 |
| HSL | 14.16º | 0.86% | 0.41% | - |
| HSV(B) | 14.16º | 0.92% | 0.76% | - |
| XYZ | 23.54 | 14.3 | 1.97 | - |
| YUV | 92.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 15 | 0 | 0.70 | 0.92 | 0.24 | 14.16 | 0.86 | 0.41 |
| Hex | C1 | 39 | F | 0 | 46 | 5C | 18 | E | 56 | 29 |
| Octal | 301 | 71 | 17 | 0 | 106 | 134 | 30 | 16 | 126 | 51 |
| Binary | 11000001 | 111001 | 1111 | 0 | 1000110 | 1011100 | 11000 | 1110 | 1010110 | 101001 |
Color Harmonies of #C1390F
Complementary color
Monochromatic Colors of #C1390F
Black with #C1390F
Text Example
Text Example
White with #C1390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1390F; }
p { color: rgb(193,57,15); }
H1.HeaderClassName
{
color: #C1390F;
}
.AnyTagClassName
{
color: #C1390F;
}
</style>
background-color css
<style>
a { background-color: #C1390F; }
a { background-color: rgb(193,57,15); }
div.DivClassName
{
background-color: #C1390F;
}
.BgClassName
{
background-color: #C1390F;
}
</style>
border-color css
<style>
span { border-color: #C1390F; }
span { border-color: rgb(193,57,15); }
td.TdClassName
{
border-color: #C1390F;
}
.TagClassName
{
border-color: #C1390F;
}
</style>