Html Css Color HEX #C6290B Harley Davidson Orange
📋 copy color: '#C6290B'red 198 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #C6290B
Tints of Harley Davidson Orange #C6290B
RGB
CMYK
RGB Variations
Color information
#C6290B (or 0xC6290B) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 0B. RGB value is (198,41,11). Sum of RGB (Red+Green+Blue) = 198+41+11=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6290B is #39D6F4. Grayscale: #545454. Windows color (decimal): -3790581 or 731590. OLE color: 731590.
HSL color Cylindrical-coordinate representation of color #C6290B: hue angle of 9.63º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6290B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.22 |
| HSL | 9.63º | 0.89% | 0.41% | - |
| HSV(B) | 9.63º | 0.94% | 0.78% | - |
| XYZ | 24.14 | 13.62 | 1.67 | - |
| YUV | 84.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 11 | 0 | 0.79 | 0.94 | 0.22 | 9.63 | 0.89 | 0.41 |
| Hex | C6 | 29 | B | 0 | 4F | 5E | 16 | A | 59 | 29 |
| Octal | 306 | 51 | 13 | 0 | 117 | 136 | 26 | 12 | 131 | 51 |
| Binary | 11000110 | 101001 | 1011 | 0 | 1001111 | 1011110 | 10110 | 1010 | 1011001 | 101001 |
Color Harmonies of #C6290B
Complementary color
Monochromatic Colors of #C6290B
Black with #C6290B
Text Example
Text Example
White with #C6290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6290B; }
p { color: rgb(198,41,11); }
H1.HeaderClassName
{
color: #C6290B;
}
.AnyTagClassName
{
color: #C6290B;
}
</style>
background-color css
<style>
a { background-color: #C6290B; }
a { background-color: rgb(198,41,11); }
div.DivClassName
{
background-color: #C6290B;
}
.BgClassName
{
background-color: #C6290B;
}
</style>
border-color css
<style>
span { border-color: #C6290B; }
span { border-color: rgb(198,41,11); }
td.TdClassName
{
border-color: #C6290B;
}
.TagClassName
{
border-color: #C6290B;
}
</style>