Html Css Color HEX #C92010 Harley Davidson Orange
📋 copy color: '#C92010'red 201 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #C92010
Tints of Harley Davidson Orange #C92010
RGB
CMYK
RGB Variations
Color information
#C92010 (or 0xC92010) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 10. RGB value is (201,32,16). Sum of RGB (Red+Green+Blue) = 201+32+16=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C92010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92010 is #36DFEF. Grayscale: #505050. Windows color (decimal): -3596272 or 1056969. OLE color: 1056969.
HSL color Cylindrical-coordinate representation of color #C92010: hue angle of 5.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C92010 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 16 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.21 |
| HSL | 5.19º | 0.85% | 0.43% | - |
| HSV(B) | 5.19º | 0.92% | 0.79% | - |
| XYZ | 24.7 | 13.49 | 1.79 | - |
| YUV | 80.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 16 | 0 | 0.84 | 0.92 | 0.21 | 5.19 | 0.85 | 0.43 |
| Hex | C9 | 20 | 10 | 0 | 54 | 5C | 15 | 5 | 55 | 2B |
| Octal | 311 | 40 | 20 | 0 | 124 | 134 | 25 | 5 | 125 | 53 |
| Binary | 11001001 | 100000 | 10000 | 0 | 1010100 | 1011100 | 10101 | 101 | 1010101 | 101011 |
Color Harmonies of #C92010
Complementary color
Monochromatic Colors of #C92010
Black with #C92010
Text Example
Text Example
White with #C92010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92010; }
p { color: rgb(201,32,16); }
H1.HeaderClassName
{
color: #C92010;
}
.AnyTagClassName
{
color: #C92010;
}
</style>
background-color css
<style>
a { background-color: #C92010; }
a { background-color: rgb(201,32,16); }
div.DivClassName
{
background-color: #C92010;
}
.BgClassName
{
background-color: #C92010;
}
</style>
border-color css
<style>
span { border-color: #C92010; }
span { border-color: rgb(201,32,16); }
td.TdClassName
{
border-color: #C92010;
}
.TagClassName
{
border-color: #C92010;
}
</style>