Html Css Color HEX #C72900 Harley Davidson Orange
📋 copy color: '#C72900'red 199 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #C72900
Tints of Harley Davidson Orange #C72900
RGB
CMYK
RGB Variations
Color information
#C72900 (or 0xC72900) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 00. RGB value is (199,41,0). Sum of RGB (Red+Green+Blue) = 199+41+0=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C72900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72900 is #38D6FF. Grayscale: #535353. Windows color (decimal): -3725056 or 10695. OLE color: 10695.
HSL color Cylindrical-coordinate representation of color #C72900: hue angle of 12.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C72900 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.22 |
| HSL | 12.36º | 1% | 0.39% | - |
| HSV(B) | 12.36º | 1% | 0.78% | - |
| XYZ | 24.35 | 13.73 | 1.37 | - |
| YUV | 83.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 0 | 0 | 0.79 | 1 | 0.22 | 12.36 | 1 | 0.39 |
| Hex | C7 | 29 | 0 | 0 | 4F | 64 | 16 | C | 64 | 27 |
| Octal | 307 | 51 | 0 | 0 | 117 | 144 | 26 | 14 | 144 | 47 |
| Binary | 11000111 | 101001 | 0 | 0 | 1001111 | 1100100 | 10110 | 1100 | 1100100 | 100111 |
Color Harmonies of #C72900
Complementary color
Monochromatic Colors of #C72900
Black with #C72900
Text Example
Text Example
White with #C72900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72900; }
p { color: rgb(199,41,0); }
H1.HeaderClassName
{
color: #C72900;
}
.AnyTagClassName
{
color: #C72900;
}
</style>
background-color css
<style>
a { background-color: #C72900; }
a { background-color: rgb(199,41,0); }
div.DivClassName
{
background-color: #C72900;
}
.BgClassName
{
background-color: #C72900;
}
</style>
border-color css
<style>
span { border-color: #C72900; }
span { border-color: rgb(199,41,0); }
td.TdClassName
{
border-color: #C72900;
}
.TagClassName
{
border-color: #C72900;
}
</style>