Html Css Color HEX #C6391C Harley Davidson Orange
📋 copy color: '#C6391C'red 198 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #C6391C
Tints of Harley Davidson Orange #C6391C
RGB
CMYK
RGB Variations
Color information
#C6391C (or 0xC6391C) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 1C. RGB value is (198,57,28). Sum of RGB (Red+Green+Blue) = 198+57+28=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6391C is #39C6E3. Grayscale: #606060. Windows color (decimal): -3786468 or 1849798. OLE color: 1849798.
HSL color Cylindrical-coordinate representation of color #C6391C: hue angle of 10.24º 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 #C6391C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 28 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.22 |
| HSL | 10.24º | 0.75% | 0.44% | - |
| HSV(B) | 10.24º | 0.86% | 0.78% | - |
| XYZ | 24.96 | 15.02 | 2.68 | - |
| YUV | 95.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 28 | 0 | 0.71 | 0.86 | 0.22 | 10.24 | 0.75 | 0.44 |
| Hex | C6 | 39 | 1C | 0 | 47 | 56 | 16 | A | 4B | 2C |
| Octal | 306 | 71 | 34 | 0 | 107 | 126 | 26 | 12 | 113 | 54 |
| Binary | 11000110 | 111001 | 11100 | 0 | 1000111 | 1010110 | 10110 | 1010 | 1001011 | 101100 |
Color Harmonies of #C6391C
Complementary color
Monochromatic Colors of #C6391C
Black with #C6391C
Text Example
Text Example
White with #C6391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6391C; }
p { color: rgb(198,57,28); }
H1.HeaderClassName
{
color: #C6391C;
}
.AnyTagClassName
{
color: #C6391C;
}
</style>
background-color css
<style>
a { background-color: #C6391C; }
a { background-color: rgb(198,57,28); }
div.DivClassName
{
background-color: #C6391C;
}
.BgClassName
{
background-color: #C6391C;
}
</style>
border-color css
<style>
span { border-color: #C6391C; }
span { border-color: rgb(198,57,28); }
td.TdClassName
{
border-color: #C6391C;
}
.TagClassName
{
border-color: #C6391C;
}
</style>