Html Css Color HEX #C8340D Harley Davidson Orange
📋 copy color: '#C8340D'red 200 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #C8340D
Tints of Harley Davidson Orange #C8340D
RGB
CMYK
RGB Variations
Color information
#C8340D (or 0xC8340D) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 0D. RGB value is (200,52,13). Sum of RGB (Red+Green+Blue) = 200+52+13=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8340D is #37CBF2. Grayscale: #5C5C5C. Windows color (decimal): -3656691 or 865480. OLE color: 865480.
HSL color Cylindrical-coordinate representation of color #C8340D: hue angle of 12.51º 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 #C8340D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.22 |
| HSL | 12.51º | 0.88% | 0.42% | - |
| HSV(B) | 12.51º | 0.94% | 0.78% | - |
| XYZ | 25.12 | 14.76 | 1.91 | - |
| YUV | 91.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 13 | 0 | 0.74 | 0.94 | 0.22 | 12.51 | 0.88 | 0.42 |
| Hex | C8 | 34 | D | 0 | 4A | 5E | 16 | D | 58 | 2A |
| Octal | 310 | 64 | 15 | 0 | 112 | 136 | 26 | 15 | 130 | 52 |
| Binary | 11001000 | 110100 | 1101 | 0 | 1001010 | 1011110 | 10110 | 1101 | 1011000 | 101010 |
Color Harmonies of #C8340D
Complementary color
Monochromatic Colors of #C8340D
Black with #C8340D
Text Example
Text Example
White with #C8340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8340D; }
p { color: rgb(200,52,13); }
H1.HeaderClassName
{
color: #C8340D;
}
.AnyTagClassName
{
color: #C8340D;
}
</style>
background-color css
<style>
a { background-color: #C8340D; }
a { background-color: rgb(200,52,13); }
div.DivClassName
{
background-color: #C8340D;
}
.BgClassName
{
background-color: #C8340D;
}
</style>
border-color css
<style>
span { border-color: #C8340D; }
span { border-color: rgb(200,52,13); }
td.TdClassName
{
border-color: #C8340D;
}
.TagClassName
{
border-color: #C8340D;
}
</style>