Html Css Color HEX #C92201 Harley Davidson Orange
📋 copy color: '#C92201'red 201 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #C92201
Tints of Harley Davidson Orange #C92201
RGB
CMYK
RGB Variations
Color information
#C92201 (or 0xC92201) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 01. RGB value is (201,34,1). Sum of RGB (Red+Green+Blue) = 201+34+1=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C92201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92201 is #36DDFE. Grayscale: #505050. Windows color (decimal): -3595775 or 74441. OLE color: 74441.
HSL color Cylindrical-coordinate representation of color #C92201: hue angle of 9.9º 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 #C92201 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.21 |
| HSL | 9.9º | 0.99% | 0.4% | - |
| HSV(B) | 9.9º | 1% | 0.79% | - |
| XYZ | 24.66 | 13.56 | 1.35 | - |
| YUV | 80.17 | 83.33 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 1 | 0 | 0.83 | 1.00 | 0.21 | 9.9 | 0.99 | 0.4 |
| Hex | C9 | 22 | 1 | 0 | 53 | 64 | 15 | A | 63 | 28 |
| Octal | 311 | 42 | 1 | 0 | 123 | 144 | 25 | 12 | 143 | 50 |
| Binary | 11001001 | 100010 | 1 | 0 | 1010011 | 1100100 | 10101 | 1010 | 1100011 | 101000 |
Color Harmonies of #C92201
Complementary color
Monochromatic Colors of #C92201
Black with #C92201
Text Example
Text Example
White with #C92201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92201; }
p { color: rgb(201,34,1); }
H1.HeaderClassName
{
color: #C92201;
}
.AnyTagClassName
{
color: #C92201;
}
</style>
background-color css
<style>
a { background-color: #C92201; }
a { background-color: rgb(201,34,1); }
div.DivClassName
{
background-color: #C92201;
}
.BgClassName
{
background-color: #C92201;
}
</style>
border-color css
<style>
span { border-color: #C92201; }
span { border-color: rgb(201,34,1); }
td.TdClassName
{
border-color: #C92201;
}
.TagClassName
{
border-color: #C92201;
}
</style>