Html Css Color HEX #C9200C Harley Davidson Orange
📋 copy color: '#C9200C'red 201 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #C9200C
Tints of Harley Davidson Orange #C9200C
RGB
CMYK
RGB Variations
Color information
#C9200C (or 0xC9200C) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 0C. RGB value is (201,32,12). Sum of RGB (Red+Green+Blue) = 201+32+12=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C9200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9200C is #36DFF3. Grayscale: #505050. Windows color (decimal): -3596276 or 794825. OLE color: 794825.
HSL color Cylindrical-coordinate representation of color #C9200C: hue angle of 6.35º 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 #C9200C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.21 |
| HSL | 6.35º | 0.89% | 0.42% | - |
| HSV(B) | 6.35º | 0.94% | 0.79% | - |
| XYZ | 24.67 | 13.48 | 1.65 | - |
| YUV | 80.25 | 89.49 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 12 | 0 | 0.84 | 0.94 | 0.21 | 6.35 | 0.89 | 0.42 |
| Hex | C9 | 20 | C | 0 | 54 | 5E | 15 | 6 | 59 | 2A |
| Octal | 311 | 40 | 14 | 0 | 124 | 136 | 25 | 6 | 131 | 52 |
| Binary | 11001001 | 100000 | 1100 | 0 | 1010100 | 1011110 | 10101 | 110 | 1011001 | 101010 |
Color Harmonies of #C9200C
Complementary color
Monochromatic Colors of #C9200C
Black with #C9200C
Text Example
Text Example
White with #C9200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9200C; }
p { color: rgb(201,32,12); }
H1.HeaderClassName
{
color: #C9200C;
}
.AnyTagClassName
{
color: #C9200C;
}
</style>
background-color css
<style>
a { background-color: #C9200C; }
a { background-color: rgb(201,32,12); }
div.DivClassName
{
background-color: #C9200C;
}
.BgClassName
{
background-color: #C9200C;
}
</style>
border-color css
<style>
span { border-color: #C9200C; }
span { border-color: rgb(201,32,12); }
td.TdClassName
{
border-color: #C9200C;
}
.TagClassName
{
border-color: #C9200C;
}
</style>