Html Css Color HEX #C9410C Harley Davidson Orange
📋 copy color: '#C9410C'red 201 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #C9410C
Tints of Harley Davidson Orange #C9410C
RGB
CMYK
RGB Variations
Color information
#C9410C (or 0xC9410C) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 0C. RGB value is (201,65,12). Sum of RGB (Red+Green+Blue) = 201+65+12=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9410C is #36BEF3. Grayscale: #636363. Windows color (decimal): -3587828 or 803273. OLE color: 803273.
HSL color Cylindrical-coordinate representation of color #C9410C: hue angle of 16.83º 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 #C9410C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.21 |
| HSL | 16.83º | 0.89% | 0.42% | - |
| HSV(B) | 16.83º | 0.94% | 0.79% | - |
| XYZ | 26.04 | 16.22 | 2.11 | - |
| YUV | 99.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 12 | 0 | 0.68 | 0.94 | 0.21 | 16.83 | 0.89 | 0.42 |
| Hex | C9 | 41 | C | 0 | 44 | 5E | 15 | 11 | 59 | 2A |
| Octal | 311 | 101 | 14 | 0 | 104 | 136 | 25 | 21 | 131 | 52 |
| Binary | 11001001 | 1000001 | 1100 | 0 | 1000100 | 1011110 | 10101 | 10001 | 1011001 | 101010 |
Color Harmonies of #C9410C
Complementary color
Monochromatic Colors of #C9410C
Black with #C9410C
Text Example
Text Example
White with #C9410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9410C; }
p { color: rgb(201,65,12); }
H1.HeaderClassName
{
color: #C9410C;
}
.AnyTagClassName
{
color: #C9410C;
}
</style>
background-color css
<style>
a { background-color: #C9410C; }
a { background-color: rgb(201,65,12); }
div.DivClassName
{
background-color: #C9410C;
}
.BgClassName
{
background-color: #C9410C;
}
</style>
border-color css
<style>
span { border-color: #C9410C; }
span { border-color: rgb(201,65,12); }
td.TdClassName
{
border-color: #C9410C;
}
.TagClassName
{
border-color: #C9410C;
}
</style>