Html Css Color HEX #C92200 Harley Davidson Orange
📋 copy color: '#C92200'red 201 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #C92200
Tints of Harley Davidson Orange #C92200
RGB
CMYK
RGB Variations
Color information
#C92200 (or 0xC92200) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 00. RGB value is (201,34,0). Sum of RGB (Red+Green+Blue) = 201+34+0=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C92200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92200 is #36DDFF. Grayscale: #505050. Windows color (decimal): -3595776 or 8905. OLE color: 8905.
HSL color Cylindrical-coordinate representation of color #C92200: hue angle of 10.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C92200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.21 |
| HSL | 10.15º | 1% | 0.39% | - |
| HSV(B) | 10.15º | 1% | 0.79% | - |
| XYZ | 24.66 | 13.56 | 1.32 | - |
| YUV | 80.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 0 | 0 | 0.83 | 1 | 0.21 | 10.15 | 1 | 0.39 |
| Hex | C9 | 22 | 0 | 0 | 53 | 64 | 15 | A | 64 | 27 |
| Octal | 311 | 42 | 0 | 0 | 123 | 144 | 25 | 12 | 144 | 47 |
| Binary | 11001001 | 100010 | 0 | 0 | 1010011 | 1100100 | 10101 | 1010 | 1100100 | 100111 |
Color Harmonies of #C92200
Complementary color
Monochromatic Colors of #C92200
Black with #C92200
Text Example
Text Example
White with #C92200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92200; }
p { color: rgb(201,34,0); }
H1.HeaderClassName
{
color: #C92200;
}
.AnyTagClassName
{
color: #C92200;
}
</style>
background-color css
<style>
a { background-color: #C92200; }
a { background-color: rgb(201,34,0); }
div.DivClassName
{
background-color: #C92200;
}
.BgClassName
{
background-color: #C92200;
}
</style>
border-color css
<style>
span { border-color: #C92200; }
span { border-color: rgb(201,34,0); }
td.TdClassName
{
border-color: #C92200;
}
.TagClassName
{
border-color: #C92200;
}
</style>