Html Css Color HEX #C9290C Harley Davidson Orange
📋 copy color: '#C9290C'red 201 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #C9290C
Tints of Harley Davidson Orange #C9290C
RGB
CMYK
RGB Variations
Color information
#C9290C (or 0xC9290C) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 0C. RGB value is (201,41,12). Sum of RGB (Red+Green+Blue) = 201+41+12=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9290C is #36D6F3. Grayscale: #555555. Windows color (decimal): -3593972 or 797129. OLE color: 797129.
HSL color Cylindrical-coordinate representation of color #C9290C: hue angle of 9.21º 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 #C9290C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.21 |
| HSL | 9.21º | 0.89% | 0.42% | - |
| HSV(B) | 9.21º | 0.94% | 0.79% | - |
| XYZ | 24.95 | 14.03 | 1.74 | - |
| YUV | 85.53 | 86.51 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 12 | 0 | 0.80 | 0.94 | 0.21 | 9.21 | 0.89 | 0.42 |
| Hex | C9 | 29 | C | 0 | 50 | 5E | 15 | 9 | 59 | 2A |
| Octal | 311 | 51 | 14 | 0 | 120 | 136 | 25 | 11 | 131 | 52 |
| Binary | 11001001 | 101001 | 1100 | 0 | 1010000 | 1011110 | 10101 | 1001 | 1011001 | 101010 |
Color Harmonies of #C9290C
Complementary color
Monochromatic Colors of #C9290C
Black with #C9290C
Text Example
Text Example
White with #C9290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9290C; }
p { color: rgb(201,41,12); }
H1.HeaderClassName
{
color: #C9290C;
}
.AnyTagClassName
{
color: #C9290C;
}
</style>
background-color css
<style>
a { background-color: #C9290C; }
a { background-color: rgb(201,41,12); }
div.DivClassName
{
background-color: #C9290C;
}
.BgClassName
{
background-color: #C9290C;
}
</style>
border-color css
<style>
span { border-color: #C9290C; }
span { border-color: rgb(201,41,12); }
td.TdClassName
{
border-color: #C9290C;
}
.TagClassName
{
border-color: #C9290C;
}
</style>