Html Css Color HEX #C9260D Harley Davidson Orange
📋 copy color: '#C9260D'red 201 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #C9260D
Tints of Harley Davidson Orange #C9260D
RGB
CMYK
RGB Variations
Color information
#C9260D (or 0xC9260D) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 0D. RGB value is (201,38,13). Sum of RGB (Red+Green+Blue) = 201+38+13=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9260D is #36D9F2. Grayscale: #545454. Windows color (decimal): -3594739 or 861897. OLE color: 861897.
HSL color Cylindrical-coordinate representation of color #C9260D: hue angle of 7.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9260D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 7.98º | 0.88% | 0.42% | - |
| HSV(B) | 7.98º | 0.94% | 0.79% | - |
| XYZ | 24.85 | 13.83 | 1.74 | - |
| YUV | 83.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 13 | 0 | 0.81 | 0.94 | 0.21 | 7.98 | 0.88 | 0.42 |
| Hex | C9 | 26 | D | 0 | 51 | 5E | 15 | 8 | 58 | 2A |
| Octal | 311 | 46 | 15 | 0 | 121 | 136 | 25 | 10 | 130 | 52 |
| Binary | 11001001 | 100110 | 1101 | 0 | 1010001 | 1011110 | 10101 | 1000 | 1011000 | 101010 |
Color Harmonies of #C9260D
Complementary color
Monochromatic Colors of #C9260D
Black with #C9260D
Text Example
Text Example
White with #C9260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9260D; }
p { color: rgb(201,38,13); }
H1.HeaderClassName
{
color: #C9260D;
}
.AnyTagClassName
{
color: #C9260D;
}
</style>
background-color css
<style>
a { background-color: #C9260D; }
a { background-color: rgb(201,38,13); }
div.DivClassName
{
background-color: #C9260D;
}
.BgClassName
{
background-color: #C9260D;
}
</style>
border-color css
<style>
span { border-color: #C9260D; }
span { border-color: rgb(201,38,13); }
td.TdClassName
{
border-color: #C9260D;
}
.TagClassName
{
border-color: #C9260D;
}
</style>