Html Css Color HEX #C8360C Harley Davidson Orange
📋 copy color: '#C8360C'red 200 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #C8360C
Tints of Harley Davidson Orange #C8360C
RGB
CMYK
RGB Variations
Color information
#C8360C (or 0xC8360C) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 0C. RGB value is (200,54,12). Sum of RGB (Red+Green+Blue) = 200+54+12=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8360C is #37C9F3. Grayscale: #5D5D5D. Windows color (decimal): -3656180 or 800456. OLE color: 800456.
HSL color Cylindrical-coordinate representation of color #C8360C: hue angle of 13.4º 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 #C8360C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.22 |
| HSL | 13.4º | 0.89% | 0.42% | - |
| HSV(B) | 13.4º | 0.94% | 0.78% | - |
| XYZ | 25.2 | 14.94 | 1.9 | - |
| YUV | 92.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 12 | 0 | 0.73 | 0.94 | 0.22 | 13.4 | 0.89 | 0.42 |
| Hex | C8 | 36 | C | 0 | 49 | 5E | 16 | D | 59 | 2A |
| Octal | 310 | 66 | 14 | 0 | 111 | 136 | 26 | 15 | 131 | 52 |
| Binary | 11001000 | 110110 | 1100 | 0 | 1001001 | 1011110 | 10110 | 1101 | 1011001 | 101010 |
Color Harmonies of #C8360C
Complementary color
Monochromatic Colors of #C8360C
Black with #C8360C
Text Example
Text Example
White with #C8360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8360C; }
p { color: rgb(200,54,12); }
H1.HeaderClassName
{
color: #C8360C;
}
.AnyTagClassName
{
color: #C8360C;
}
</style>
background-color css
<style>
a { background-color: #C8360C; }
a { background-color: rgb(200,54,12); }
div.DivClassName
{
background-color: #C8360C;
}
.BgClassName
{
background-color: #C8360C;
}
</style>
border-color css
<style>
span { border-color: #C8360C; }
span { border-color: rgb(200,54,12); }
td.TdClassName
{
border-color: #C8360C;
}
.TagClassName
{
border-color: #C8360C;
}
</style>