Html Css Color HEX #C8360D Harley Davidson Orange
📋 copy color: '#C8360D'red 200 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #C8360D
Tints of Harley Davidson Orange #C8360D
RGB
CMYK
RGB Variations
Color information
#C8360D (or 0xC8360D) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 0D. RGB value is (200,54,13). Sum of RGB (Red+Green+Blue) = 200+54+13=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8360D is #37C9F2. Grayscale: #5D5D5D. Windows color (decimal): -3656179 or 865992. OLE color: 865992.
HSL color Cylindrical-coordinate representation of color #C8360D: hue angle of 13.16º degrees, saturation: 0.88, 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 #C8360D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.22 |
| HSL | 13.16º | 0.88% | 0.42% | - |
| HSV(B) | 13.16º | 0.94% | 0.78% | - |
| XYZ | 25.21 | 14.95 | 1.94 | - |
| YUV | 92.98 | 82.87 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 13 | 0 | 0.73 | 0.94 | 0.22 | 13.16 | 0.88 | 0.42 |
| Hex | C8 | 36 | D | 0 | 49 | 5E | 16 | D | 58 | 2A |
| Octal | 310 | 66 | 15 | 0 | 111 | 136 | 26 | 15 | 130 | 52 |
| Binary | 11001000 | 110110 | 1101 | 0 | 1001001 | 1011110 | 10110 | 1101 | 1011000 | 101010 |
Color Harmonies of #C8360D
Complementary color
Monochromatic Colors of #C8360D
Black with #C8360D
Text Example
Text Example
White with #C8360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8360D; }
p { color: rgb(200,54,13); }
H1.HeaderClassName
{
color: #C8360D;
}
.AnyTagClassName
{
color: #C8360D;
}
</style>
background-color css
<style>
a { background-color: #C8360D; }
a { background-color: rgb(200,54,13); }
div.DivClassName
{
background-color: #C8360D;
}
.BgClassName
{
background-color: #C8360D;
}
</style>
border-color css
<style>
span { border-color: #C8360D; }
span { border-color: rgb(200,54,13); }
td.TdClassName
{
border-color: #C8360D;
}
.TagClassName
{
border-color: #C8360D;
}
</style>