Html Css Color HEX #C92600 Harley Davidson Orange
📋 copy color: '#C92600'red 201 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #C92600
Tints of Harley Davidson Orange #C92600
RGB
CMYK
RGB Variations
Color information
#C92600 (or 0xC92600) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 00. RGB value is (201,38,0). Sum of RGB (Red+Green+Blue) = 201+38+0=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C92600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92600 is #36D9FF. Grayscale: #525252. Windows color (decimal): -3594752 or 9929. OLE color: 9929.
HSL color Cylindrical-coordinate representation of color #C92600: hue angle of 11.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C92600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.21 |
| HSL | 11.34º | 1% | 0.39% | - |
| HSV(B) | 11.34º | 1% | 0.79% | - |
| XYZ | 24.78 | 13.8 | 1.36 | - |
| YUV | 82.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 0 | 0 | 0.81 | 1 | 0.21 | 11.34 | 1 | 0.39 |
| Hex | C9 | 26 | 0 | 0 | 51 | 64 | 15 | B | 64 | 27 |
| Octal | 311 | 46 | 0 | 0 | 121 | 144 | 25 | 13 | 144 | 47 |
| Binary | 11001001 | 100110 | 0 | 0 | 1010001 | 1100100 | 10101 | 1011 | 1100100 | 100111 |
Color Harmonies of #C92600
Complementary color
Monochromatic Colors of #C92600
Black with #C92600
Text Example
Text Example
White with #C92600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92600; }
p { color: rgb(201,38,0); }
H1.HeaderClassName
{
color: #C92600;
}
.AnyTagClassName
{
color: #C92600;
}
</style>
background-color css
<style>
a { background-color: #C92600; }
a { background-color: rgb(201,38,0); }
div.DivClassName
{
background-color: #C92600;
}
.BgClassName
{
background-color: #C92600;
}
</style>
border-color css
<style>
span { border-color: #C92600; }
span { border-color: rgb(201,38,0); }
td.TdClassName
{
border-color: #C92600;
}
.TagClassName
{
border-color: #C92600;
}
</style>