Html Css Color HEX #C92001 Harley Davidson Orange
📋 copy color: '#C92001'red 201 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #C92001
Tints of Harley Davidson Orange #C92001
RGB
CMYK
RGB Variations
Color information
#C92001 (or 0xC92001) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 01. RGB value is (201,32,1). Sum of RGB (Red+Green+Blue) = 201+32+1=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C92001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92001 is #36DFFE. Grayscale: #4F4F4F. Windows color (decimal): -3596287 or 73929. OLE color: 73929.
HSL color Cylindrical-coordinate representation of color #C92001: hue angle of 9.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C92001 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.21 |
| HSL | 9.3º | 0.99% | 0.4% | - |
| HSV(B) | 9.3º | 1% | 0.79% | - |
| XYZ | 24.61 | 13.45 | 1.33 | - |
| YUV | 79 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 1 | 0 | 0.84 | 1.00 | 0.21 | 9.3 | 0.99 | 0.4 |
| Hex | C9 | 20 | 1 | 0 | 54 | 64 | 15 | 9 | 63 | 28 |
| Octal | 311 | 40 | 1 | 0 | 124 | 144 | 25 | 11 | 143 | 50 |
| Binary | 11001001 | 100000 | 1 | 0 | 1010100 | 1100100 | 10101 | 1001 | 1100011 | 101000 |
Color Harmonies of #C92001
Complementary color
Monochromatic Colors of #C92001
Black with #C92001
Text Example
Text Example
White with #C92001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92001; }
p { color: rgb(201,32,1); }
H1.HeaderClassName
{
color: #C92001;
}
.AnyTagClassName
{
color: #C92001;
}
</style>
background-color css
<style>
a { background-color: #C92001; }
a { background-color: rgb(201,32,1); }
div.DivClassName
{
background-color: #C92001;
}
.BgClassName
{
background-color: #C92001;
}
</style>
border-color css
<style>
span { border-color: #C92001; }
span { border-color: rgb(201,32,1); }
td.TdClassName
{
border-color: #C92001;
}
.TagClassName
{
border-color: #C92001;
}
</style>