Html Css Color HEX #C6320C Harley Davidson Orange
📋 copy color: '#C6320C'red 198 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #C6320C
Tints of Harley Davidson Orange #C6320C
RGB
CMYK
RGB Variations
Color information
#C6320C (or 0xC6320C) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 0C. RGB value is (198,50,12). Sum of RGB (Red+Green+Blue) = 198+50+12=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6320C is #39CDF3. Grayscale: #5A5A5A. Windows color (decimal): -3788276 or 799430. OLE color: 799430.
HSL color Cylindrical-coordinate representation of color #C6320C: hue angle of 12.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6320C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.22 |
| HSL | 12.26º | 0.89% | 0.41% | - |
| HSV(B) | 12.26º | 0.94% | 0.78% | - |
| XYZ | 24.5 | 14.31 | 1.82 | - |
| YUV | 89.92 | 84.03 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 12 | 0 | 0.75 | 0.94 | 0.22 | 12.26 | 0.89 | 0.41 |
| Hex | C6 | 32 | C | 0 | 4B | 5E | 16 | C | 59 | 29 |
| Octal | 306 | 62 | 14 | 0 | 113 | 136 | 26 | 14 | 131 | 51 |
| Binary | 11000110 | 110010 | 1100 | 0 | 1001011 | 1011110 | 10110 | 1100 | 1011001 | 101001 |
Color Harmonies of #C6320C
Complementary color
Monochromatic Colors of #C6320C
Black with #C6320C
Text Example
Text Example
White with #C6320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6320C; }
p { color: rgb(198,50,12); }
H1.HeaderClassName
{
color: #C6320C;
}
.AnyTagClassName
{
color: #C6320C;
}
</style>
background-color css
<style>
a { background-color: #C6320C; }
a { background-color: rgb(198,50,12); }
div.DivClassName
{
background-color: #C6320C;
}
.BgClassName
{
background-color: #C6320C;
}
</style>
border-color css
<style>
span { border-color: #C6320C; }
span { border-color: rgb(198,50,12); }
td.TdClassName
{
border-color: #C6320C;
}
.TagClassName
{
border-color: #C6320C;
}
</style>