Html Css Color HEX #C92907 Harley Davidson Orange
📋 copy color: '#C92907'red 201 ◦ green 41 ◦ blue 7
Shades of Harley Davidson Orange #C92907
Tints of Harley Davidson Orange #C92907
RGB
CMYK
RGB Variations
Color information
#C92907 (or 0xC92907) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 07. RGB value is (201,41,7). Sum of RGB (Red+Green+Blue) = 201+41+7=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C92907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92907 is #36D6F8. Grayscale: #555555. Windows color (decimal): -3593977 or 469449. OLE color: 469449.
HSL color Cylindrical-coordinate representation of color #C92907: hue angle of 10.52º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C92907 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.21 |
| HSL | 10.52º | 0.93% | 0.41% | - |
| HSV(B) | 10.52º | 0.97% | 0.79% | - |
| XYZ | 24.92 | 14.02 | 1.59 | - |
| YUV | 84.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 7 | 0 | 0.80 | 0.97 | 0.21 | 10.52 | 0.93 | 0.41 |
| Hex | C9 | 29 | 7 | 0 | 50 | 61 | 15 | B | 5D | 29 |
| Octal | 311 | 51 | 7 | 0 | 120 | 141 | 25 | 13 | 135 | 51 |
| Binary | 11001001 | 101001 | 111 | 0 | 1010000 | 1100001 | 10101 | 1011 | 1011101 | 101001 |
Color Harmonies of #C92907
Complementary color
Monochromatic Colors of #C92907
Black with #C92907
Text Example
Text Example
White with #C92907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92907; }
p { color: rgb(201,41,7); }
H1.HeaderClassName
{
color: #C92907;
}
.AnyTagClassName
{
color: #C92907;
}
</style>
background-color css
<style>
a { background-color: #C92907; }
a { background-color: rgb(201,41,7); }
div.DivClassName
{
background-color: #C92907;
}
.BgClassName
{
background-color: #C92907;
}
</style>
border-color css
<style>
span { border-color: #C92907; }
span { border-color: rgb(201,41,7); }
td.TdClassName
{
border-color: #C92907;
}
.TagClassName
{
border-color: #C92907;
}
</style>