Html Css Color HEX #C6341B Harley Davidson Orange
📋 copy color: '#C6341B'red 198 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #C6341B
Tints of Harley Davidson Orange #C6341B
RGB
CMYK
RGB Variations
Color information
#C6341B (or 0xC6341B) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 1B. RGB value is (198,52,27). Sum of RGB (Red+Green+Blue) = 198+52+27=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6341B is #39CBE4. Grayscale: #5D5D5D. Windows color (decimal): -3787749 or 1782982. OLE color: 1782982.
HSL color Cylindrical-coordinate representation of color #C6341B: hue angle of 8.77º 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 #C6341B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.22 |
| HSL | 8.77º | 0.76% | 0.44% | - |
| HSV(B) | 8.77º | 0.86% | 0.78% | - |
| XYZ | 24.71 | 14.54 | 2.54 | - |
| YUV | 92.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 27 | 0 | 0.74 | 0.86 | 0.22 | 8.77 | 0.76 | 0.44 |
| Hex | C6 | 34 | 1B | 0 | 4A | 56 | 16 | 9 | 4C | 2C |
| Octal | 306 | 64 | 33 | 0 | 112 | 126 | 26 | 11 | 114 | 54 |
| Binary | 11000110 | 110100 | 11011 | 0 | 1001010 | 1010110 | 10110 | 1001 | 1001100 | 101100 |
Color Harmonies of #C6341B
Complementary color
Monochromatic Colors of #C6341B
Black with #C6341B
Text Example
Text Example
White with #C6341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6341B; }
p { color: rgb(198,52,27); }
H1.HeaderClassName
{
color: #C6341B;
}
.AnyTagClassName
{
color: #C6341B;
}
</style>
background-color css
<style>
a { background-color: #C6341B; }
a { background-color: rgb(198,52,27); }
div.DivClassName
{
background-color: #C6341B;
}
.BgClassName
{
background-color: #C6341B;
}
</style>
border-color css
<style>
span { border-color: #C6341B; }
span { border-color: rgb(198,52,27); }
td.TdClassName
{
border-color: #C6341B;
}
.TagClassName
{
border-color: #C6341B;
}
</style>