Html Css Color HEX #C72700 Harley Davidson Orange
📋 copy color: '#C72700'red 199 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #C72700
Tints of Harley Davidson Orange #C72700
RGB
CMYK
RGB Variations
Color information
#C72700 (or 0xC72700) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 00. RGB value is (199,39,0). Sum of RGB (Red+Green+Blue) = 199+39+0=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C72700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72700 is #38D8FF. Grayscale: #525252. Windows color (decimal): -3725568 or 10183. OLE color: 10183.
HSL color Cylindrical-coordinate representation of color #C72700: hue angle of 11.76º 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 #C72700 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.22 |
| HSL | 11.76º | 1% | 0.39% | - |
| HSV(B) | 11.76º | 1% | 0.78% | - |
| XYZ | 24.28 | 13.59 | 1.34 | - |
| YUV | 82.39 | 81.51 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 0 | 0 | 0.80 | 1 | 0.22 | 11.76 | 1 | 0.39 |
| Hex | C7 | 27 | 0 | 0 | 50 | 64 | 16 | C | 64 | 27 |
| Octal | 307 | 47 | 0 | 0 | 120 | 144 | 26 | 14 | 144 | 47 |
| Binary | 11000111 | 100111 | 0 | 0 | 1010000 | 1100100 | 10110 | 1100 | 1100100 | 100111 |
Color Harmonies of #C72700
Complementary color
Monochromatic Colors of #C72700
Black with #C72700
Text Example
Text Example
White with #C72700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72700; }
p { color: rgb(199,39,0); }
H1.HeaderClassName
{
color: #C72700;
}
.AnyTagClassName
{
color: #C72700;
}
</style>
background-color css
<style>
a { background-color: #C72700; }
a { background-color: rgb(199,39,0); }
div.DivClassName
{
background-color: #C72700;
}
.BgClassName
{
background-color: #C72700;
}
</style>
border-color css
<style>
span { border-color: #C72700; }
span { border-color: rgb(199,39,0); }
td.TdClassName
{
border-color: #C72700;
}
.TagClassName
{
border-color: #C72700;
}
</style>