Html Css Color HEX #C9280B Harley Davidson Orange
📋 copy color: '#C9280B'red 201 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #C9280B
Tints of Harley Davidson Orange #C9280B
RGB
CMYK
RGB Variations
Color information
#C9280B (or 0xC9280B) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 0B. RGB value is (201,40,11). Sum of RGB (Red+Green+Blue) = 201+40+11=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9280B is #36D7F4. Grayscale: #555555. Windows color (decimal): -3594229 or 731337. OLE color: 731337.
HSL color Cylindrical-coordinate representation of color #C9280B: hue angle of 9.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9280B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.21 |
| HSL | 9.16º | 0.9% | 0.42% | - |
| HSV(B) | 9.16º | 0.95% | 0.79% | - |
| XYZ | 24.91 | 13.96 | 1.7 | - |
| YUV | 84.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 11 | 0 | 0.80 | 0.95 | 0.21 | 9.16 | 0.9 | 0.42 |
| Hex | C9 | 28 | B | 0 | 50 | 5F | 15 | 9 | 5A | 2A |
| Octal | 311 | 50 | 13 | 0 | 120 | 137 | 25 | 11 | 132 | 52 |
| Binary | 11001001 | 101000 | 1011 | 0 | 1010000 | 1011111 | 10101 | 1001 | 1011010 | 101010 |
Color Harmonies of #C9280B
Complementary color
Monochromatic Colors of #C9280B
Black with #C9280B
Text Example
Text Example
White with #C9280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9280B; }
p { color: rgb(201,40,11); }
H1.HeaderClassName
{
color: #C9280B;
}
.AnyTagClassName
{
color: #C9280B;
}
</style>
background-color css
<style>
a { background-color: #C9280B; }
a { background-color: rgb(201,40,11); }
div.DivClassName
{
background-color: #C9280B;
}
.BgClassName
{
background-color: #C9280B;
}
</style>
border-color css
<style>
span { border-color: #C9280B; }
span { border-color: rgb(201,40,11); }
td.TdClassName
{
border-color: #C9280B;
}
.TagClassName
{
border-color: #C9280B;
}
</style>