Html Css Color HEX #C92207 Harley Davidson Orange
📋 copy color: '#C92207'red 201 ◦ green 34 ◦ blue 7
Shades of Harley Davidson Orange #C92207
Tints of Harley Davidson Orange #C92207
RGB
CMYK
RGB Variations
Color information
#C92207 (or 0xC92207) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 07. RGB value is (201,34,7). Sum of RGB (Red+Green+Blue) = 201+34+7=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C92207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92207 is #36DDF8. Grayscale: #515151. Windows color (decimal): -3595769 or 467657. OLE color: 467657.
HSL color Cylindrical-coordinate representation of color #C92207: hue angle of 8.35º degrees, saturation: 0.93, 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 #C92207 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.21 |
| HSL | 8.35º | 0.93% | 0.41% | - |
| HSV(B) | 8.35º | 0.97% | 0.79% | - |
| XYZ | 24.7 | 13.58 | 1.52 | - |
| YUV | 80.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 7 | 0 | 0.83 | 0.97 | 0.21 | 8.35 | 0.93 | 0.41 |
| Hex | C9 | 22 | 7 | 0 | 53 | 61 | 15 | 8 | 5D | 29 |
| Octal | 311 | 42 | 7 | 0 | 123 | 141 | 25 | 10 | 135 | 51 |
| Binary | 11001001 | 100010 | 111 | 0 | 1010011 | 1100001 | 10101 | 1000 | 1011101 | 101001 |
Color Harmonies of #C92207
Complementary color
Monochromatic Colors of #C92207
Black with #C92207
Text Example
Text Example
White with #C92207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92207; }
p { color: rgb(201,34,7); }
H1.HeaderClassName
{
color: #C92207;
}
.AnyTagClassName
{
color: #C92207;
}
</style>
background-color css
<style>
a { background-color: #C92207; }
a { background-color: rgb(201,34,7); }
div.DivClassName
{
background-color: #C92207;
}
.BgClassName
{
background-color: #C92207;
}
</style>
border-color css
<style>
span { border-color: #C92207; }
span { border-color: rgb(201,34,7); }
td.TdClassName
{
border-color: #C92207;
}
.TagClassName
{
border-color: #C92207;
}
</style>