Html Css Color HEX #C0310F Harley Davidson Orange
📋 copy color: '#C0310F'red 192 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #C0310F
Tints of Harley Davidson Orange #C0310F
RGB
CMYK
RGB Variations
Color information
#C0310F (or 0xC0310F) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 0F. RGB value is (192,49,15). Sum of RGB (Red+Green+Blue) = 192+49+15=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0310F is #3FCEF0. Grayscale: #585858. Windows color (decimal): -4181745 or 995776. OLE color: 995776.
HSL color Cylindrical-coordinate representation of color #C0310F: hue angle of 11.53º 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 #C0310F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 15 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.25 |
| HSL | 11.53º | 0.86% | 0.41% | - |
| HSV(B) | 11.53º | 0.92% | 0.75% | - |
| XYZ | 22.92 | 13.44 | 1.84 | - |
| YUV | 87.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 15 | 0 | 0.74 | 0.92 | 0.25 | 11.53 | 0.86 | 0.41 |
| Hex | C0 | 31 | F | 0 | 4A | 5C | 19 | C | 56 | 29 |
| Octal | 300 | 61 | 17 | 0 | 112 | 134 | 31 | 14 | 126 | 51 |
| Binary | 11000000 | 110001 | 1111 | 0 | 1001010 | 1011100 | 11001 | 1100 | 1010110 | 101001 |
Color Harmonies of #C0310F
Complementary color
Monochromatic Colors of #C0310F
Black with #C0310F
Text Example
Text Example
White with #C0310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0310F; }
p { color: rgb(192,49,15); }
H1.HeaderClassName
{
color: #C0310F;
}
.AnyTagClassName
{
color: #C0310F;
}
</style>
background-color css
<style>
a { background-color: #C0310F; }
a { background-color: rgb(192,49,15); }
div.DivClassName
{
background-color: #C0310F;
}
.BgClassName
{
background-color: #C0310F;
}
</style>
border-color css
<style>
span { border-color: #C0310F; }
span { border-color: rgb(192,49,15); }
td.TdClassName
{
border-color: #C0310F;
}
.TagClassName
{
border-color: #C0310F;
}
</style>