Html Css Color HEX #C6311E Harley Davidson Orange
📋 copy color: '#C6311E'red 198 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #C6311E
Tints of Harley Davidson Orange #C6311E
RGB
CMYK
RGB Variations
Color information
#C6311E (or 0xC6311E) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 1E. RGB value is (198,49,30). Sum of RGB (Red+Green+Blue) = 198+49+30=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6311E is #39CEE1. Grayscale: #5B5B5B. Windows color (decimal): -3788514 or 1978822. OLE color: 1978822.
HSL color Cylindrical-coordinate representation of color #C6311E: hue angle of 6.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6311E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.22 |
| HSL | 6.79º | 0.74% | 0.45% | - |
| HSV(B) | 6.79º | 0.85% | 0.78% | - |
| XYZ | 24.62 | 14.3 | 2.69 | - |
| YUV | 91.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 30 | 0 | 0.75 | 0.85 | 0.22 | 6.79 | 0.74 | 0.45 |
| Hex | C6 | 31 | 1E | 0 | 4B | 55 | 16 | 7 | 4A | 2D |
| Octal | 306 | 61 | 36 | 0 | 113 | 125 | 26 | 7 | 112 | 55 |
| Binary | 11000110 | 110001 | 11110 | 0 | 1001011 | 1010101 | 10110 | 111 | 1001010 | 101101 |
Color Harmonies of #C6311E
Complementary color
Monochromatic Colors of #C6311E
Black with #C6311E
Text Example
Text Example
White with #C6311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6311E; }
p { color: rgb(198,49,30); }
H1.HeaderClassName
{
color: #C6311E;
}
.AnyTagClassName
{
color: #C6311E;
}
</style>
background-color css
<style>
a { background-color: #C6311E; }
a { background-color: rgb(198,49,30); }
div.DivClassName
{
background-color: #C6311E;
}
.BgClassName
{
background-color: #C6311E;
}
</style>
border-color css
<style>
span { border-color: #C6311E; }
span { border-color: rgb(198,49,30); }
td.TdClassName
{
border-color: #C6311E;
}
.TagClassName
{
border-color: #C6311E;
}
</style>