Html Css Color HEX #C6341A Harley Davidson Orange
📋 copy color: '#C6341A'red 198 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C6341A
Tints of Harley Davidson Orange #C6341A
RGB
CMYK
RGB Variations
Color information
#C6341A (or 0xC6341A) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 1A. RGB value is (198,52,26). Sum of RGB (Red+Green+Blue) = 198+52+26=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6341A is #39CBE5. Grayscale: #5C5C5C. Windows color (decimal): -3787750 or 1717446. OLE color: 1717446.
HSL color Cylindrical-coordinate representation of color #C6341A: hue angle of 9.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.22 |
| HSL | 9.07º | 0.77% | 0.44% | - |
| HSV(B) | 9.07º | 0.87% | 0.78% | - |
| XYZ | 24.7 | 14.54 | 2.48 | - |
| YUV | 92.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 26 | 0 | 0.74 | 0.87 | 0.22 | 9.07 | 0.77 | 0.44 |
| Hex | C6 | 34 | 1A | 0 | 4A | 57 | 16 | 9 | 4D | 2C |
| Octal | 306 | 64 | 32 | 0 | 112 | 127 | 26 | 11 | 115 | 54 |
| Binary | 11000110 | 110100 | 11010 | 0 | 1001010 | 1010111 | 10110 | 1001 | 1001101 | 101100 |
Color Harmonies of #C6341A
Complementary color
Monochromatic Colors of #C6341A
Black with #C6341A
Text Example
Text Example
White with #C6341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6341A; }
p { color: rgb(198,52,26); }
H1.HeaderClassName
{
color: #C6341A;
}
.AnyTagClassName
{
color: #C6341A;
}
</style>
background-color css
<style>
a { background-color: #C6341A; }
a { background-color: rgb(198,52,26); }
div.DivClassName
{
background-color: #C6341A;
}
.BgClassName
{
background-color: #C6341A;
}
</style>
border-color css
<style>
span { border-color: #C6341A; }
span { border-color: rgb(198,52,26); }
td.TdClassName
{
border-color: #C6341A;
}
.TagClassName
{
border-color: #C6341A;
}
</style>