Html Css Color HEX #C9260C Harley Davidson Orange
📋 copy color: '#C9260C'red 201 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #C9260C
Tints of Harley Davidson Orange #C9260C
RGB
CMYK
RGB Variations
Color information
#C9260C (or 0xC9260C) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 0C. RGB value is (201,38,12). Sum of RGB (Red+Green+Blue) = 201+38+12=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9260C is #36D9F3. Grayscale: #545454. Windows color (decimal): -3594740 or 796361. OLE color: 796361.
HSL color Cylindrical-coordinate representation of color #C9260C: hue angle of 8.25º degrees, saturation: 0.89, 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 #C9260C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 8.25º | 0.89% | 0.42% | - |
| HSV(B) | 8.25º | 0.94% | 0.79% | - |
| XYZ | 24.85 | 13.83 | 1.71 | - |
| YUV | 83.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 12 | 0 | 0.81 | 0.94 | 0.21 | 8.25 | 0.89 | 0.42 |
| Hex | C9 | 26 | C | 0 | 51 | 5E | 15 | 8 | 59 | 2A |
| Octal | 311 | 46 | 14 | 0 | 121 | 136 | 25 | 10 | 131 | 52 |
| Binary | 11001001 | 100110 | 1100 | 0 | 1010001 | 1011110 | 10101 | 1000 | 1011001 | 101010 |
Color Harmonies of #C9260C
Complementary color
Monochromatic Colors of #C9260C
Black with #C9260C
Text Example
Text Example
White with #C9260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9260C; }
p { color: rgb(201,38,12); }
H1.HeaderClassName
{
color: #C9260C;
}
.AnyTagClassName
{
color: #C9260C;
}
</style>
background-color css
<style>
a { background-color: #C9260C; }
a { background-color: rgb(201,38,12); }
div.DivClassName
{
background-color: #C9260C;
}
.BgClassName
{
background-color: #C9260C;
}
</style>
border-color css
<style>
span { border-color: #C9260C; }
span { border-color: rgb(201,38,12); }
td.TdClassName
{
border-color: #C9260C;
}
.TagClassName
{
border-color: #C9260C;
}
</style>