Html Css Color HEX #C6291B Harley Davidson Orange
📋 copy color: '#C6291B'red 198 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C6291B
Tints of Harley Davidson Orange #C6291B
RGB
CMYK
RGB Variations
Color information
#C6291B (or 0xC6291B) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 1B. RGB value is (198,41,27). Sum of RGB (Red+Green+Blue) = 198+41+27=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C6291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6291B is #39D6E4. Grayscale: #565656. Windows color (decimal): -3790565 or 1780166. OLE color: 1780166.
HSL color Cylindrical-coordinate representation of color #C6291B: hue angle of 4.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.22 |
| HSL | 4.91º | 0.76% | 0.44% | - |
| HSV(B) | 4.91º | 0.86% | 0.78% | - |
| XYZ | 24.28 | 13.67 | 2.4 | - |
| YUV | 86.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 27 | 0 | 0.79 | 0.86 | 0.22 | 4.91 | 0.76 | 0.44 |
| Hex | C6 | 29 | 1B | 0 | 4F | 56 | 16 | 5 | 4C | 2C |
| Octal | 306 | 51 | 33 | 0 | 117 | 126 | 26 | 5 | 114 | 54 |
| Binary | 11000110 | 101001 | 11011 | 0 | 1001111 | 1010110 | 10110 | 101 | 1001100 | 101100 |
Color Harmonies of #C6291B
Complementary color
Monochromatic Colors of #C6291B
Black with #C6291B
Text Example
Text Example
White with #C6291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6291B; }
p { color: rgb(198,41,27); }
H1.HeaderClassName
{
color: #C6291B;
}
.AnyTagClassName
{
color: #C6291B;
}
</style>
background-color css
<style>
a { background-color: #C6291B; }
a { background-color: rgb(198,41,27); }
div.DivClassName
{
background-color: #C6291B;
}
.BgClassName
{
background-color: #C6291B;
}
</style>
border-color css
<style>
span { border-color: #C6291B; }
span { border-color: rgb(198,41,27); }
td.TdClassName
{
border-color: #C6291B;
}
.TagClassName
{
border-color: #C6291B;
}
</style>