Html Css Color HEX #C92007 Harley Davidson Orange
📋 copy color: '#C92007'red 201 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #C92007
Tints of Harley Davidson Orange #C92007
RGB
CMYK
RGB Variations
Color information
#C92007 (or 0xC92007) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 07. RGB value is (201,32,7). Sum of RGB (Red+Green+Blue) = 201+32+7=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C92007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92007 is #36DFF8. Grayscale: #4F4F4F. Windows color (decimal): -3596281 or 467145. OLE color: 467145.
HSL color Cylindrical-coordinate representation of color #C92007: hue angle of 7.73º 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 #C92007 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 32 | 7 | - |
CMYK | 0 | 0.84 | 0.97 | 0.21 |
HSL | 7.73º | 0.93% | 0.41% | - |
HSV(B) | 7.73º | 0.97% | 0.79% | - |
XYZ | 24.64 | 13.47 | 1.5 | - |
YUV | 79.68 | 86.99 | 214.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 32 | 7 | 0 | 0.84 | 0.97 | 0.21 | 7.73 | 0.93 | 0.41 |
Hex | C9 | 20 | 7 | 0 | 54 | 61 | 15 | 8 | 5D | 29 |
Octal | 311 | 40 | 7 | 0 | 124 | 141 | 25 | 10 | 135 | 51 |
Binary | 11001001 | 100000 | 111 | 0 | 1010100 | 1100001 | 10101 | 1000 | 1011101 | 101001 |
Color Harmonies of #C92007
Complementary color
Monochromatic Colors of #C92007
Black with #C92007
Text Example
Text Example
White with #C92007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92007; }
p { color: rgb(201,32,7); }
H1.HeaderClassName
{
color: #C92007;
}
.AnyTagClassName
{
color: #C92007;
}
</style>
background-color css
<style>
a { background-color: #C92007; }
a { background-color: rgb(201,32,7); }
div.DivClassName
{
background-color: #C92007;
}
.BgClassName
{
background-color: #C92007;
}
</style>
border-color css
<style>
span { border-color: #C92007; }
span { border-color: rgb(201,32,7); }
td.TdClassName
{
border-color: #C92007;
}
.TagClassName
{
border-color: #C92007;
}
</style>