Html Css Color HEX #C92009 Harley Davidson Orange
📋 copy color: '#C92009'red 201 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #C92009
Tints of Harley Davidson Orange #C92009
RGB
CMYK
RGB Variations
Color information
#C92009 (or 0xC92009) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 09. RGB value is (201,32,9). Sum of RGB (Red+Green+Blue) = 201+32+9=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C92009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92009 is #36DFF6. Grayscale: #505050. Windows color (decimal): -3596279 or 598217. OLE color: 598217.
HSL color Cylindrical-coordinate representation of color #C92009: hue angle of 7.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C92009 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.21 |
| HSL | 7.19º | 0.91% | 0.41% | - |
| HSV(B) | 7.19º | 0.96% | 0.79% | - |
| XYZ | 24.65 | 13.47 | 1.56 | - |
| YUV | 79.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 9 | 0 | 0.84 | 0.96 | 0.21 | 7.19 | 0.91 | 0.41 |
| Hex | C9 | 20 | 9 | 0 | 54 | 60 | 15 | 7 | 5B | 29 |
| Octal | 311 | 40 | 11 | 0 | 124 | 140 | 25 | 7 | 133 | 51 |
| Binary | 11001001 | 100000 | 1001 | 0 | 1010100 | 1100000 | 10101 | 111 | 1011011 | 101001 |
Color Harmonies of #C92009
Complementary color
Monochromatic Colors of #C92009
Black with #C92009
Text Example
Text Example
White with #C92009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92009; }
p { color: rgb(201,32,9); }
H1.HeaderClassName
{
color: #C92009;
}
.AnyTagClassName
{
color: #C92009;
}
</style>
background-color css
<style>
a { background-color: #C92009; }
a { background-color: rgb(201,32,9); }
div.DivClassName
{
background-color: #C92009;
}
.BgClassName
{
background-color: #C92009;
}
</style>
border-color css
<style>
span { border-color: #C92009; }
span { border-color: rgb(201,32,9); }
td.TdClassName
{
border-color: #C92009;
}
.TagClassName
{
border-color: #C92009;
}
</style>