Html Css Color HEX #C8461D Harley Davidson Orange
📋 copy color: '#C8461D'red 200 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #C8461D
Tints of Harley Davidson Orange #C8461D
RGB
CMYK
RGB Variations
Color information
#C8461D (or 0xC8461D) is known color: Harley Davidson Orange. HEX triplet: C8, 46 and 1D. RGB value is (200,70,29). Sum of RGB (Red+Green+Blue) = 200+70+29=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8461D is #37B9E2. Grayscale: #686868. Windows color (decimal): -3652067 or 1918664. OLE color: 1918664.
HSL color Cylindrical-coordinate representation of color #C8461D: hue angle of 14.39º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8461D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.22 |
| HSL | 14.39º | 0.75% | 0.45% | - |
| HSV(B) | 14.39º | 0.86% | 0.78% | - |
| XYZ | 26.23 | 16.75 | 3.01 | - |
| YUV | 104.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 29 | 0 | 0.65 | 0.86 | 0.22 | 14.39 | 0.75 | 0.45 |
| Hex | C8 | 46 | 1D | 0 | 41 | 56 | 16 | E | 4B | 2D |
| Octal | 310 | 106 | 35 | 0 | 101 | 126 | 26 | 16 | 113 | 55 |
| Binary | 11001000 | 1000110 | 11101 | 0 | 1000001 | 1010110 | 10110 | 1110 | 1001011 | 101101 |
Color Harmonies of #C8461D
Complementary color
Monochromatic Colors of #C8461D
Black with #C8461D
Text Example
Text Example
White with #C8461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8461D; }
p { color: rgb(200,70,29); }
H1.HeaderClassName
{
color: #C8461D;
}
.AnyTagClassName
{
color: #C8461D;
}
</style>
background-color css
<style>
a { background-color: #C8461D; }
a { background-color: rgb(200,70,29); }
div.DivClassName
{
background-color: #C8461D;
}
.BgClassName
{
background-color: #C8461D;
}
</style>
border-color css
<style>
span { border-color: #C8461D; }
span { border-color: rgb(200,70,29); }
td.TdClassName
{
border-color: #C8461D;
}
.TagClassName
{
border-color: #C8461D;
}
</style>