Html Css Color HEX #C6220F Harley Davidson Orange
📋 copy color: '#C6220F'red 198 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #C6220F
Tints of Harley Davidson Orange #C6220F
RGB
CMYK
RGB Variations
Color information
#C6220F (or 0xC6220F) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 0F. RGB value is (198,34,15). Sum of RGB (Red+Green+Blue) = 198+34+15=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6220F is #39DDF0. Grayscale: #515151. Windows color (decimal): -3792369 or 991942. OLE color: 991942.
HSL color Cylindrical-coordinate representation of color #C6220F: hue angle of 6.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6220F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.22 |
| HSL | 6.23º | 0.86% | 0.42% | - |
| HSV(B) | 6.23º | 0.92% | 0.78% | - |
| XYZ | 23.95 | 13.18 | 1.73 | - |
| YUV | 80.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 15 | 0 | 0.83 | 0.92 | 0.22 | 6.23 | 0.86 | 0.42 |
| Hex | C6 | 22 | F | 0 | 53 | 5C | 16 | 6 | 56 | 2A |
| Octal | 306 | 42 | 17 | 0 | 123 | 134 | 26 | 6 | 126 | 52 |
| Binary | 11000110 | 100010 | 1111 | 0 | 1010011 | 1011100 | 10110 | 110 | 1010110 | 101010 |
Color Harmonies of #C6220F
Complementary color
Monochromatic Colors of #C6220F
Black with #C6220F
Text Example
Text Example
White with #C6220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6220F; }
p { color: rgb(198,34,15); }
H1.HeaderClassName
{
color: #C6220F;
}
.AnyTagClassName
{
color: #C6220F;
}
</style>
background-color css
<style>
a { background-color: #C6220F; }
a { background-color: rgb(198,34,15); }
div.DivClassName
{
background-color: #C6220F;
}
.BgClassName
{
background-color: #C6220F;
}
</style>
border-color css
<style>
span { border-color: #C6220F; }
span { border-color: rgb(198,34,15); }
td.TdClassName
{
border-color: #C6220F;
}
.TagClassName
{
border-color: #C6220F;
}
</style>