Html Css Color HEX #C6301B Harley Davidson Orange
📋 copy color: '#C6301B'red 198 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C6301B
Tints of Harley Davidson Orange #C6301B
RGB
CMYK
RGB Variations
Color information
#C6301B (or 0xC6301B) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 1B. RGB value is (198,48,27). Sum of RGB (Red+Green+Blue) = 198+48+27=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6301B is #39CFE4. Grayscale: #5A5A5A. Windows color (decimal): -3788773 or 1781958. OLE color: 1781958.
HSL color Cylindrical-coordinate representation of color #C6301B: hue angle of 7.37º 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 #C6301B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 27 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.22 |
| HSL | 7.37º | 0.76% | 0.44% | - |
| HSV(B) | 7.37º | 0.86% | 0.78% | - |
| XYZ | 24.54 | 14.2 | 2.48 | - |
| YUV | 90.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 27 | 0 | 0.76 | 0.86 | 0.22 | 7.37 | 0.76 | 0.44 |
| Hex | C6 | 30 | 1B | 0 | 4C | 56 | 16 | 7 | 4C | 2C |
| Octal | 306 | 60 | 33 | 0 | 114 | 126 | 26 | 7 | 114 | 54 |
| Binary | 11000110 | 110000 | 11011 | 0 | 1001100 | 1010110 | 10110 | 111 | 1001100 | 101100 |
Color Harmonies of #C6301B
Complementary color
Monochromatic Colors of #C6301B
Black with #C6301B
Text Example
Text Example
White with #C6301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6301B; }
p { color: rgb(198,48,27); }
H1.HeaderClassName
{
color: #C6301B;
}
.AnyTagClassName
{
color: #C6301B;
}
</style>
background-color css
<style>
a { background-color: #C6301B; }
a { background-color: rgb(198,48,27); }
div.DivClassName
{
background-color: #C6301B;
}
.BgClassName
{
background-color: #C6301B;
}
</style>
border-color css
<style>
span { border-color: #C6301B; }
span { border-color: rgb(198,48,27); }
td.TdClassName
{
border-color: #C6301B;
}
.TagClassName
{
border-color: #C6301B;
}
</style>