Html Css Color HEX #C92820 Harley Davidson Orange
📋 copy color: '#C92820'red 201 ◦ green 40 ◦ blue 32
Shades of Harley Davidson Orange #C92820
Tints of Harley Davidson Orange #C92820
RGB
CMYK
RGB Variations
Color information
#C92820 (or 0xC92820) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 20. RGB value is (201,40,32). Sum of RGB (Red+Green+Blue) = 201+40+32=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92820 is #36D7DF. Grayscale: #575757. Windows color (decimal): -3594208 or 2107593. OLE color: 2107593.
HSL color Cylindrical-coordinate representation of color #C92820: hue angle of 2.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92820 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 32 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.21 |
| HSL | 2.84º | 0.73% | 0.46% | - |
| HSV(B) | 2.84º | 0.84% | 0.79% | - |
| XYZ | 25.11 | 14.04 | 2.75 | - |
| YUV | 87.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 32 | 0 | 0.80 | 0.84 | 0.21 | 2.84 | 0.73 | 0.46 |
| Hex | C9 | 28 | 20 | 0 | 50 | 54 | 15 | 3 | 49 | 2E |
| Octal | 311 | 50 | 40 | 0 | 120 | 124 | 25 | 3 | 111 | 56 |
| Binary | 11001001 | 101000 | 100000 | 0 | 1010000 | 1010100 | 10101 | 11 | 1001001 | 101110 |
Color Harmonies of #C92820
Complementary color
Monochromatic Colors of #C92820
Black with #C92820
Text Example
Text Example
White with #C92820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92820; }
p { color: rgb(201,40,32); }
H1.HeaderClassName
{
color: #C92820;
}
.AnyTagClassName
{
color: #C92820;
}
</style>
background-color css
<style>
a { background-color: #C92820; }
a { background-color: rgb(201,40,32); }
div.DivClassName
{
background-color: #C92820;
}
.BgClassName
{
background-color: #C92820;
}
</style>
border-color css
<style>
span { border-color: #C92820; }
span { border-color: rgb(201,40,32); }
td.TdClassName
{
border-color: #C92820;
}
.TagClassName
{
border-color: #C92820;
}
</style>