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