Html Css Color HEX #C0340F Harley Davidson Orange
📋 copy color: '#C0340F'red 192 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #C0340F
Tints of Harley Davidson Orange #C0340F
RGB
CMYK
RGB Variations
Color information
#C0340F (or 0xC0340F) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 0F. RGB value is (192,52,15). Sum of RGB (Red+Green+Blue) = 192+52+15=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0340F is #3FCBF0. Grayscale: #595959. Windows color (decimal): -4180977 or 996544. OLE color: 996544.
HSL color Cylindrical-coordinate representation of color #C0340F: hue angle of 12.54º 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 #C0340F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.25 |
| HSL | 12.54º | 0.86% | 0.41% | - |
| HSV(B) | 12.54º | 0.92% | 0.75% | - |
| XYZ | 23.05 | 13.7 | 1.88 | - |
| YUV | 89.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 15 | 0 | 0.73 | 0.92 | 0.25 | 12.54 | 0.86 | 0.41 |
| Hex | C0 | 34 | F | 0 | 49 | 5C | 19 | D | 56 | 29 |
| Octal | 300 | 64 | 17 | 0 | 111 | 134 | 31 | 15 | 126 | 51 |
| Binary | 11000000 | 110100 | 1111 | 0 | 1001001 | 1011100 | 11001 | 1101 | 1010110 | 101001 |
Color Harmonies of #C0340F
Complementary color
Monochromatic Colors of #C0340F
Black with #C0340F
Text Example
Text Example
White with #C0340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0340F; }
p { color: rgb(192,52,15); }
H1.HeaderClassName
{
color: #C0340F;
}
.AnyTagClassName
{
color: #C0340F;
}
</style>
background-color css
<style>
a { background-color: #C0340F; }
a { background-color: rgb(192,52,15); }
div.DivClassName
{
background-color: #C0340F;
}
.BgClassName
{
background-color: #C0340F;
}
</style>
border-color css
<style>
span { border-color: #C0340F; }
span { border-color: rgb(192,52,15); }
td.TdClassName
{
border-color: #C0340F;
}
.TagClassName
{
border-color: #C0340F;
}
</style>