Html Css Color HEX #C72513 Harley Davidson Orange
📋 copy color: '#C72513'red 199 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #C72513
Tints of Harley Davidson Orange #C72513
RGB
CMYK
RGB Variations
Color information
#C72513 (or 0xC72513) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 13. RGB value is (199,37,19). Sum of RGB (Red+Green+Blue) = 199+37+19=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C72513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72513 is #38DAEC. Grayscale: #535353. Windows color (decimal): -3726061 or 1254855. OLE color: 1254855.
HSL color Cylindrical-coordinate representation of color #C72513: hue angle of 6º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C72513 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.22 |
| HSL | 6º | 0.83% | 0.43% | - |
| HSV(B) | 6º | 0.9% | 0.78% | - |
| XYZ | 24.33 | 13.51 | 1.94 | - |
| YUV | 83.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 19 | 0 | 0.81 | 0.90 | 0.22 | 6 | 0.83 | 0.43 |
| Hex | C7 | 25 | 13 | 0 | 51 | 5A | 16 | 6 | 53 | 2B |
| Octal | 307 | 45 | 23 | 0 | 121 | 132 | 26 | 6 | 123 | 53 |
| Binary | 11000111 | 100101 | 10011 | 0 | 1010001 | 1011010 | 10110 | 110 | 1010011 | 101011 |
Color Harmonies of #C72513
Complementary color
Monochromatic Colors of #C72513
Black with #C72513
Text Example
Text Example
White with #C72513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72513; }
p { color: rgb(199,37,19); }
H1.HeaderClassName
{
color: #C72513;
}
.AnyTagClassName
{
color: #C72513;
}
</style>
background-color css
<style>
a { background-color: #C72513; }
a { background-color: rgb(199,37,19); }
div.DivClassName
{
background-color: #C72513;
}
.BgClassName
{
background-color: #C72513;
}
</style>
border-color css
<style>
span { border-color: #C72513; }
span { border-color: rgb(199,37,19); }
td.TdClassName
{
border-color: #C72513;
}
.TagClassName
{
border-color: #C72513;
}
</style>