Html Css Color HEX #C73320 Harley Davidson Orange
📋 copy color: '#C73320'red 199 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #C73320
Tints of Harley Davidson Orange #C73320
RGB
CMYK
RGB Variations
Color information
#C73320 (or 0xC73320) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 20. RGB value is (199,51,32). Sum of RGB (Red+Green+Blue) = 199+51+32=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C73320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73320 is #38CCDF. Grayscale: #5D5D5D. Windows color (decimal): -3722464 or 2110407. OLE color: 2110407.
HSL color Cylindrical-coordinate representation of color #C73320: hue angle of 6.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C73320 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.22 |
| HSL | 6.83º | 0.72% | 0.45% | - |
| HSV(B) | 6.83º | 0.84% | 0.78% | - |
| XYZ | 25 | 14.61 | 2.87 | - |
| YUV | 93.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 32 | 0 | 0.74 | 0.84 | 0.22 | 6.83 | 0.72 | 0.45 |
| Hex | C7 | 33 | 20 | 0 | 4A | 54 | 16 | 7 | 48 | 2D |
| Octal | 307 | 63 | 40 | 0 | 112 | 124 | 26 | 7 | 110 | 55 |
| Binary | 11000111 | 110011 | 100000 | 0 | 1001010 | 1010100 | 10110 | 111 | 1001000 | 101101 |
Color Harmonies of #C73320
Complementary color
Monochromatic Colors of #C73320
Black with #C73320
Text Example
Text Example
White with #C73320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73320; }
p { color: rgb(199,51,32); }
H1.HeaderClassName
{
color: #C73320;
}
.AnyTagClassName
{
color: #C73320;
}
</style>
background-color css
<style>
a { background-color: #C73320; }
a { background-color: rgb(199,51,32); }
div.DivClassName
{
background-color: #C73320;
}
.BgClassName
{
background-color: #C73320;
}
</style>
border-color css
<style>
span { border-color: #C73320; }
span { border-color: rgb(199,51,32); }
td.TdClassName
{
border-color: #C73320;
}
.TagClassName
{
border-color: #C73320;
}
</style>