Html Css Color HEX #C6411C Harley Davidson Orange
📋 copy color: '#C6411C'red 198 ◦ green 65 ◦ blue 28
Shades of Harley Davidson Orange #C6411C
Tints of Harley Davidson Orange #C6411C
RGB
CMYK
RGB Variations
Color information
#C6411C (or 0xC6411C) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 1C. RGB value is (198,65,28). Sum of RGB (Red+Green+Blue) = 198+65+28=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C6411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6411C is #39BEE3. Grayscale: #646464. Windows color (decimal): -3784420 or 1851846. OLE color: 1851846.
HSL color Cylindrical-coordinate representation of color #C6411C: hue angle of 13.06º degrees, saturation: 0.75, 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 #C6411C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.22 |
| HSL | 13.06º | 0.75% | 0.44% | - |
| HSV(B) | 13.06º | 0.86% | 0.78% | - |
| XYZ | 25.39 | 15.87 | 2.82 | - |
| YUV | 100.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 28 | 0 | 0.67 | 0.86 | 0.22 | 13.06 | 0.75 | 0.44 |
| Hex | C6 | 41 | 1C | 0 | 43 | 56 | 16 | D | 4B | 2C |
| Octal | 306 | 101 | 34 | 0 | 103 | 126 | 26 | 15 | 113 | 54 |
| Binary | 11000110 | 1000001 | 11100 | 0 | 1000011 | 1010110 | 10110 | 1101 | 1001011 | 101100 |
Color Harmonies of #C6411C
Complementary color
Monochromatic Colors of #C6411C
Black with #C6411C
Text Example
Text Example
White with #C6411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6411C; }
p { color: rgb(198,65,28); }
H1.HeaderClassName
{
color: #C6411C;
}
.AnyTagClassName
{
color: #C6411C;
}
</style>
background-color css
<style>
a { background-color: #C6411C; }
a { background-color: rgb(198,65,28); }
div.DivClassName
{
background-color: #C6411C;
}
.BgClassName
{
background-color: #C6411C;
}
</style>
border-color css
<style>
span { border-color: #C6411C; }
span { border-color: rgb(198,65,28); }
td.TdClassName
{
border-color: #C6411C;
}
.TagClassName
{
border-color: #C6411C;
}
</style>