Html Css Color HEX #C72820 Harley Davidson Orange
📋 copy color: '#C72820'red 199 ◦ green 40 ◦ blue 32
Shades of Harley Davidson Orange #C72820
Tints of Harley Davidson Orange #C72820
RGB
CMYK
RGB Variations
Color information
#C72820 (or 0xC72820) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 20. RGB value is (199,40,32). Sum of RGB (Red+Green+Blue) = 199+40+32=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C72820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72820 is #38D7DF. Grayscale: #565656. Windows color (decimal): -3725280 or 2107591. OLE color: 2107591.
HSL color Cylindrical-coordinate representation of color #C72820: hue angle of 2.87º 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 #C72820 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 32 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.22 |
| HSL | 2.87º | 0.72% | 0.45% | - |
| HSV(B) | 2.87º | 0.84% | 0.78% | - |
| XYZ | 24.57 | 13.76 | 2.73 | - |
| YUV | 86.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 32 | 0 | 0.80 | 0.84 | 0.22 | 2.87 | 0.72 | 0.45 |
| Hex | C7 | 28 | 20 | 0 | 50 | 54 | 16 | 3 | 48 | 2D |
| Octal | 307 | 50 | 40 | 0 | 120 | 124 | 26 | 3 | 110 | 55 |
| Binary | 11000111 | 101000 | 100000 | 0 | 1010000 | 1010100 | 10110 | 11 | 1001000 | 101101 |
Color Harmonies of #C72820
Complementary color
Monochromatic Colors of #C72820
Black with #C72820
Text Example
Text Example
White with #C72820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72820; }
p { color: rgb(199,40,32); }
H1.HeaderClassName
{
color: #C72820;
}
.AnyTagClassName
{
color: #C72820;
}
</style>
background-color css
<style>
a { background-color: #C72820; }
a { background-color: rgb(199,40,32); }
div.DivClassName
{
background-color: #C72820;
}
.BgClassName
{
background-color: #C72820;
}
</style>
border-color css
<style>
span { border-color: #C72820; }
span { border-color: rgb(199,40,32); }
td.TdClassName
{
border-color: #C72820;
}
.TagClassName
{
border-color: #C72820;
}
</style>