Html Css Color HEX #C0390F Harley Davidson Orange
📋 copy color: '#C0390F'red 192 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #C0390F
Tints of Harley Davidson Orange #C0390F
RGB
CMYK
RGB Variations
Color information
#C0390F (or 0xC0390F) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 0F. RGB value is (192,57,15). Sum of RGB (Red+Green+Blue) = 192+57+15=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C0390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0390F is #3FC6F0. Grayscale: #5C5C5C. Windows color (decimal): -4179697 or 997824. OLE color: 997824.
HSL color Cylindrical-coordinate representation of color #C0390F: hue angle of 14.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0390F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.25 |
| HSL | 14.24º | 0.86% | 0.41% | - |
| HSV(B) | 14.24º | 0.92% | 0.75% | - |
| XYZ | 23.29 | 14.17 | 1.96 | - |
| YUV | 92.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 15 | 0 | 0.70 | 0.92 | 0.25 | 14.24 | 0.86 | 0.41 |
| Hex | C0 | 39 | F | 0 | 46 | 5C | 19 | E | 56 | 29 |
| Octal | 300 | 71 | 17 | 0 | 106 | 134 | 31 | 16 | 126 | 51 |
| Binary | 11000000 | 111001 | 1111 | 0 | 1000110 | 1011100 | 11001 | 1110 | 1010110 | 101001 |
Color Harmonies of #C0390F
Complementary color
Monochromatic Colors of #C0390F
Black with #C0390F
Text Example
Text Example
White with #C0390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0390F; }
p { color: rgb(192,57,15); }
H1.HeaderClassName
{
color: #C0390F;
}
.AnyTagClassName
{
color: #C0390F;
}
</style>
background-color css
<style>
a { background-color: #C0390F; }
a { background-color: rgb(192,57,15); }
div.DivClassName
{
background-color: #C0390F;
}
.BgClassName
{
background-color: #C0390F;
}
</style>
border-color css
<style>
span { border-color: #C0390F; }
span { border-color: rgb(192,57,15); }
td.TdClassName
{
border-color: #C0390F;
}
.TagClassName
{
border-color: #C0390F;
}
</style>