Html Css Color HEX #C9290F Harley Davidson Orange
📋 copy color: '#C9290F'red 201 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #C9290F
Tints of Harley Davidson Orange #C9290F
RGB
CMYK
RGB Variations
Color information
#C9290F (or 0xC9290F) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 0F. RGB value is (201,41,15). Sum of RGB (Red+Green+Blue) = 201+41+15=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C9290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9290F is #36D6F0. Grayscale: #565656. Windows color (decimal): -3593969 or 993737. OLE color: 993737.
HSL color Cylindrical-coordinate representation of color #C9290F: hue angle of 8.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9290F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 15 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.21 |
| HSL | 8.39º | 0.86% | 0.42% | - |
| HSV(B) | 8.39º | 0.93% | 0.79% | - |
| XYZ | 24.97 | 14.04 | 1.85 | - |
| YUV | 85.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 15 | 0 | 0.80 | 0.93 | 0.21 | 8.39 | 0.86 | 0.42 |
| Hex | C9 | 29 | F | 0 | 50 | 5D | 15 | 8 | 56 | 2A |
| Octal | 311 | 51 | 17 | 0 | 120 | 135 | 25 | 10 | 126 | 52 |
| Binary | 11001001 | 101001 | 1111 | 0 | 1010000 | 1011101 | 10101 | 1000 | 1010110 | 101010 |
Color Harmonies of #C9290F
Complementary color
Monochromatic Colors of #C9290F
Black with #C9290F
Text Example
Text Example
White with #C9290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9290F; }
p { color: rgb(201,41,15); }
H1.HeaderClassName
{
color: #C9290F;
}
.AnyTagClassName
{
color: #C9290F;
}
</style>
background-color css
<style>
a { background-color: #C9290F; }
a { background-color: rgb(201,41,15); }
div.DivClassName
{
background-color: #C9290F;
}
.BgClassName
{
background-color: #C9290F;
}
</style>
border-color css
<style>
span { border-color: #C9290F; }
span { border-color: rgb(201,41,15); }
td.TdClassName
{
border-color: #C9290F;
}
.TagClassName
{
border-color: #C9290F;
}
</style>