Html Css Color HEX #C9280D Harley Davidson Orange
📋 copy color: '#C9280D'red 201 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #C9280D
Tints of Harley Davidson Orange #C9280D
RGB
CMYK
RGB Variations
Color information
#C9280D (or 0xC9280D) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 0D. RGB value is (201,40,13). Sum of RGB (Red+Green+Blue) = 201+40+13=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9280D is #36D7F2. Grayscale: #555555. Windows color (decimal): -3594227 or 862409. OLE color: 862409.
HSL color Cylindrical-coordinate representation of color #C9280D: hue angle of 8.62º degrees, saturation: 0.88, 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 #C9280D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.21 |
| HSL | 8.62º | 0.88% | 0.42% | - |
| HSV(B) | 8.62º | 0.94% | 0.79% | - |
| XYZ | 24.92 | 13.96 | 1.76 | - |
| YUV | 85.06 | 87.34 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 13 | 0 | 0.80 | 0.94 | 0.21 | 8.62 | 0.88 | 0.42 |
| Hex | C9 | 28 | D | 0 | 50 | 5E | 15 | 9 | 58 | 2A |
| Octal | 311 | 50 | 15 | 0 | 120 | 136 | 25 | 11 | 130 | 52 |
| Binary | 11001001 | 101000 | 1101 | 0 | 1010000 | 1011110 | 10101 | 1001 | 1011000 | 101010 |
Color Harmonies of #C9280D
Complementary color
Monochromatic Colors of #C9280D
Black with #C9280D
Text Example
Text Example
White with #C9280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9280D; }
p { color: rgb(201,40,13); }
H1.HeaderClassName
{
color: #C9280D;
}
.AnyTagClassName
{
color: #C9280D;
}
</style>
background-color css
<style>
a { background-color: #C9280D; }
a { background-color: rgb(201,40,13); }
div.DivClassName
{
background-color: #C9280D;
}
.BgClassName
{
background-color: #C9280D;
}
</style>
border-color css
<style>
span { border-color: #C9280D; }
span { border-color: rgb(201,40,13); }
td.TdClassName
{
border-color: #C9280D;
}
.TagClassName
{
border-color: #C9280D;
}
</style>