Html Css Color HEX #C8310C Harley Davidson Orange
📋 copy color: '#C8310C'red 200 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C8310C
Tints of Harley Davidson Orange #C8310C
RGB
CMYK
RGB Variations
Color information
#C8310C (or 0xC8310C) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 0C. RGB value is (200,49,12). Sum of RGB (Red+Green+Blue) = 200+49+12=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8310C is #37CEF3. Grayscale: #5A5A5A. Windows color (decimal): -3657460 or 799176. OLE color: 799176.
HSL color Cylindrical-coordinate representation of color #C8310C: hue angle of 11.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8310C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.22 |
| HSL | 11.81º | 0.89% | 0.42% | - |
| HSV(B) | 11.81º | 0.94% | 0.78% | - |
| XYZ | 24.98 | 14.5 | 1.83 | - |
| YUV | 89.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 12 | 0 | 0.76 | 0.94 | 0.22 | 11.81 | 0.89 | 0.42 |
| Hex | C8 | 31 | C | 0 | 4C | 5E | 16 | C | 59 | 2A |
| Octal | 310 | 61 | 14 | 0 | 114 | 136 | 26 | 14 | 131 | 52 |
| Binary | 11001000 | 110001 | 1100 | 0 | 1001100 | 1011110 | 10110 | 1100 | 1011001 | 101010 |
Color Harmonies of #C8310C
Complementary color
Monochromatic Colors of #C8310C
Black with #C8310C
Text Example
Text Example
White with #C8310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8310C; }
p { color: rgb(200,49,12); }
H1.HeaderClassName
{
color: #C8310C;
}
.AnyTagClassName
{
color: #C8310C;
}
</style>
background-color css
<style>
a { background-color: #C8310C; }
a { background-color: rgb(200,49,12); }
div.DivClassName
{
background-color: #C8310C;
}
.BgClassName
{
background-color: #C8310C;
}
</style>
border-color css
<style>
span { border-color: #C8310C; }
span { border-color: rgb(200,49,12); }
td.TdClassName
{
border-color: #C8310C;
}
.TagClassName
{
border-color: #C8310C;
}
</style>