Html Css Color HEX #C6380B Harley Davidson Orange
📋 copy color: '#C6380B'red 198 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #C6380B
Tints of Harley Davidson Orange #C6380B
RGB
CMYK
RGB Variations
Color information
#C6380B (or 0xC6380B) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 0B. RGB value is (198,56,11). Sum of RGB (Red+Green+Blue) = 198+56+11=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6380B is #39C7F4. Grayscale: #5D5D5D. Windows color (decimal): -3786741 or 735430. OLE color: 735430.
HSL color Cylindrical-coordinate representation of color #C6380B: hue angle of 14.44º 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 #C6380B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.22 |
| HSL | 14.44º | 0.89% | 0.41% | - |
| HSV(B) | 14.44º | 0.94% | 0.78% | - |
| XYZ | 24.76 | 14.86 | 1.88 | - |
| YUV | 93.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 11 | 0 | 0.72 | 0.94 | 0.22 | 14.44 | 0.89 | 0.41 |
| Hex | C6 | 38 | B | 0 | 48 | 5E | 16 | E | 59 | 29 |
| Octal | 306 | 70 | 13 | 0 | 110 | 136 | 26 | 16 | 131 | 51 |
| Binary | 11000110 | 111000 | 1011 | 0 | 1001000 | 1011110 | 10110 | 1110 | 1011001 | 101001 |
Color Harmonies of #C6380B
Complementary color
Monochromatic Colors of #C6380B
Black with #C6380B
Text Example
Text Example
White with #C6380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6380B; }
p { color: rgb(198,56,11); }
H1.HeaderClassName
{
color: #C6380B;
}
.AnyTagClassName
{
color: #C6380B;
}
</style>
background-color css
<style>
a { background-color: #C6380B; }
a { background-color: rgb(198,56,11); }
div.DivClassName
{
background-color: #C6380B;
}
.BgClassName
{
background-color: #C6380B;
}
</style>
border-color css
<style>
span { border-color: #C6380B; }
span { border-color: rgb(198,56,11); }
td.TdClassName
{
border-color: #C6380B;
}
.TagClassName
{
border-color: #C6380B;
}
</style>