Html Css Color HEX #C0310C Harley Davidson Orange
📋 copy color: '#C0310C'red 192 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C0310C
Tints of Harley Davidson Orange #C0310C
RGB
CMYK
RGB Variations
Color information
#C0310C (or 0xC0310C) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 0C. RGB value is (192,49,12). Sum of RGB (Red+Green+Blue) = 192+49+12=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0310C is #3FCEF3. Grayscale: #575757. Windows color (decimal): -4181748 or 799168. OLE color: 799168.
HSL color Cylindrical-coordinate representation of color #C0310C: hue angle of 12.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0310C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.25 |
| HSL | 12.33º | 0.88% | 0.4% | - |
| HSV(B) | 12.33º | 0.94% | 0.75% | - |
| XYZ | 22.9 | 13.43 | 1.73 | - |
| YUV | 87.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 12 | 0 | 0.74 | 0.94 | 0.25 | 12.33 | 0.88 | 0.4 |
| Hex | C0 | 31 | C | 0 | 4A | 5E | 19 | C | 58 | 28 |
| Octal | 300 | 61 | 14 | 0 | 112 | 136 | 31 | 14 | 130 | 50 |
| Binary | 11000000 | 110001 | 1100 | 0 | 1001010 | 1011110 | 11001 | 1100 | 1011000 | 101000 |
Color Harmonies of #C0310C
Complementary color
Monochromatic Colors of #C0310C
Black with #C0310C
Text Example
Text Example
White with #C0310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0310C; }
p { color: rgb(192,49,12); }
H1.HeaderClassName
{
color: #C0310C;
}
.AnyTagClassName
{
color: #C0310C;
}
</style>
background-color css
<style>
a { background-color: #C0310C; }
a { background-color: rgb(192,49,12); }
div.DivClassName
{
background-color: #C0310C;
}
.BgClassName
{
background-color: #C0310C;
}
</style>
border-color css
<style>
span { border-color: #C0310C; }
span { border-color: rgb(192,49,12); }
td.TdClassName
{
border-color: #C0310C;
}
.TagClassName
{
border-color: #C0310C;
}
</style>