Html Css Color HEX #C72913 Harley Davidson Orange
📋 copy color: '#C72913'red 199 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #C72913
Tints of Harley Davidson Orange #C72913
RGB
CMYK
RGB Variations
Color information
#C72913 (or 0xC72913) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 13. RGB value is (199,41,19). Sum of RGB (Red+Green+Blue) = 199+41+19=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C72913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72913 is #38D6EC. Grayscale: #555555. Windows color (decimal): -3725037 or 1255879. OLE color: 1255879.
HSL color Cylindrical-coordinate representation of color #C72913: hue angle of 7.33º 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 #C72913 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.22 |
| HSL | 7.33º | 0.83% | 0.43% | - |
| HSV(B) | 7.33º | 0.9% | 0.78% | - |
| XYZ | 24.46 | 13.78 | 1.99 | - |
| YUV | 85.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 19 | 0 | 0.79 | 0.90 | 0.22 | 7.33 | 0.83 | 0.43 |
| Hex | C7 | 29 | 13 | 0 | 4F | 5A | 16 | 7 | 53 | 2B |
| Octal | 307 | 51 | 23 | 0 | 117 | 132 | 26 | 7 | 123 | 53 |
| Binary | 11000111 | 101001 | 10011 | 0 | 1001111 | 1011010 | 10110 | 111 | 1010011 | 101011 |
Color Harmonies of #C72913
Complementary color
Monochromatic Colors of #C72913
Black with #C72913
Text Example
Text Example
White with #C72913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72913; }
p { color: rgb(199,41,19); }
H1.HeaderClassName
{
color: #C72913;
}
.AnyTagClassName
{
color: #C72913;
}
</style>
background-color css
<style>
a { background-color: #C72913; }
a { background-color: rgb(199,41,19); }
div.DivClassName
{
background-color: #C72913;
}
.BgClassName
{
background-color: #C72913;
}
</style>
border-color css
<style>
span { border-color: #C72913; }
span { border-color: rgb(199,41,19); }
td.TdClassName
{
border-color: #C72913;
}
.TagClassName
{
border-color: #C72913;
}
</style>