Html Css Color HEX #C8461B Harley Davidson Orange
📋 copy color: '#C8461B'red 200 ◦ green 70 ◦ blue 27
Shades of Harley Davidson Orange #C8461B
Tints of Harley Davidson Orange #C8461B
RGB
CMYK
RGB Variations
Color information
#C8461B (or 0xC8461B) is known color: Harley Davidson Orange. HEX triplet: C8, 46 and 1B. RGB value is (200,70,27). Sum of RGB (Red+Green+Blue) = 200+70+27=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8461B is #37B9E4. Grayscale: #686868. Windows color (decimal): -3652069 or 1787592. OLE color: 1787592.
HSL color Cylindrical-coordinate representation of color #C8461B: hue angle of 14.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8461B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.22 |
| HSL | 14.91º | 0.76% | 0.45% | - |
| HSV(B) | 14.91º | 0.87% | 0.78% | - |
| XYZ | 26.21 | 16.74 | 2.89 | - |
| YUV | 103.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 27 | 0 | 0.65 | 0.86 | 0.22 | 14.91 | 0.76 | 0.45 |
| Hex | C8 | 46 | 1B | 0 | 41 | 56 | 16 | F | 4C | 2D |
| Octal | 310 | 106 | 33 | 0 | 101 | 126 | 26 | 17 | 114 | 55 |
| Binary | 11001000 | 1000110 | 11011 | 0 | 1000001 | 1010110 | 10110 | 1111 | 1001100 | 101101 |
Color Harmonies of #C8461B
Complementary color
Monochromatic Colors of #C8461B
Black with #C8461B
Text Example
Text Example
White with #C8461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8461B; }
p { color: rgb(200,70,27); }
H1.HeaderClassName
{
color: #C8461B;
}
.AnyTagClassName
{
color: #C8461B;
}
</style>
background-color css
<style>
a { background-color: #C8461B; }
a { background-color: rgb(200,70,27); }
div.DivClassName
{
background-color: #C8461B;
}
.BgClassName
{
background-color: #C8461B;
}
</style>
border-color css
<style>
span { border-color: #C8461B; }
span { border-color: rgb(200,70,27); }
td.TdClassName
{
border-color: #C8461B;
}
.TagClassName
{
border-color: #C8461B;
}
</style>