Html Css Color HEX #C92606 Harley Davidson Orange
📋 copy color: '#C92606'red 201 ◦ green 38 ◦ blue 6
Shades of Harley Davidson Orange #C92606
Tints of Harley Davidson Orange #C92606
RGB
CMYK
RGB Variations
Color information
#C92606 (or 0xC92606) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 06. RGB value is (201,38,6). Sum of RGB (Red+Green+Blue) = 201+38+6=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C92606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92606 is #36D9F9. Grayscale: #535353. Windows color (decimal): -3594746 or 403145. OLE color: 403145.
HSL color Cylindrical-coordinate representation of color #C92606: hue angle of 9.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C92606 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.21 |
| HSL | 9.85º | 0.94% | 0.41% | - |
| HSV(B) | 9.85º | 0.97% | 0.79% | - |
| XYZ | 24.81 | 13.82 | 1.53 | - |
| YUV | 83.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 6 | 0 | 0.81 | 0.97 | 0.21 | 9.85 | 0.94 | 0.41 |
| Hex | C9 | 26 | 6 | 0 | 51 | 61 | 15 | A | 5E | 29 |
| Octal | 311 | 46 | 6 | 0 | 121 | 141 | 25 | 12 | 136 | 51 |
| Binary | 11001001 | 100110 | 110 | 0 | 1010001 | 1100001 | 10101 | 1010 | 1011110 | 101001 |
Color Harmonies of #C92606
Complementary color
Monochromatic Colors of #C92606
Black with #C92606
Text Example
Text Example
White with #C92606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92606; }
p { color: rgb(201,38,6); }
H1.HeaderClassName
{
color: #C92606;
}
.AnyTagClassName
{
color: #C92606;
}
</style>
background-color css
<style>
a { background-color: #C92606; }
a { background-color: rgb(201,38,6); }
div.DivClassName
{
background-color: #C92606;
}
.BgClassName
{
background-color: #C92606;
}
</style>
border-color css
<style>
span { border-color: #C92606; }
span { border-color: rgb(201,38,6); }
td.TdClassName
{
border-color: #C92606;
}
.TagClassName
{
border-color: #C92606;
}
</style>