Html Css Color HEX #C6391A Harley Davidson Orange
📋 copy color: '#C6391A'red 198 ◦ green 57 ◦ blue 26
Shades of Harley Davidson Orange #C6391A
Tints of Harley Davidson Orange #C6391A
RGB
CMYK
RGB Variations
Color information
#C6391A (or 0xC6391A) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 1A. RGB value is (198,57,26). Sum of RGB (Red+Green+Blue) = 198+57+26=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6391A is #39C6E5. Grayscale: #5F5F5F. Windows color (decimal): -3786470 or 1718726. OLE color: 1718726.
HSL color Cylindrical-coordinate representation of color #C6391A: hue angle of 10.81º 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 #C6391A is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 26 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.22 |
| HSL | 10.81º | 0.77% | 0.44% | - |
| HSV(B) | 10.81º | 0.87% | 0.78% | - |
| XYZ | 24.94 | 15.01 | 2.56 | - |
| YUV | 95.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 26 | 0 | 0.71 | 0.87 | 0.22 | 10.81 | 0.77 | 0.44 |
| Hex | C6 | 39 | 1A | 0 | 47 | 57 | 16 | B | 4D | 2C |
| Octal | 306 | 71 | 32 | 0 | 107 | 127 | 26 | 13 | 115 | 54 |
| Binary | 11000110 | 111001 | 11010 | 0 | 1000111 | 1010111 | 10110 | 1011 | 1001101 | 101100 |
Color Harmonies of #C6391A
Complementary color
Monochromatic Colors of #C6391A
Black with #C6391A
Text Example
Text Example
White with #C6391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6391A; }
p { color: rgb(198,57,26); }
H1.HeaderClassName
{
color: #C6391A;
}
.AnyTagClassName
{
color: #C6391A;
}
</style>
background-color css
<style>
a { background-color: #C6391A; }
a { background-color: rgb(198,57,26); }
div.DivClassName
{
background-color: #C6391A;
}
.BgClassName
{
background-color: #C6391A;
}
</style>
border-color css
<style>
span { border-color: #C6391A; }
span { border-color: rgb(198,57,26); }
td.TdClassName
{
border-color: #C6391A;
}
.TagClassName
{
border-color: #C6391A;
}
</style>