Html Css Color HEX #C73319 Harley Davidson Orange
📋 copy color: '#C73319'red 199 ◦ green 51 ◦ blue 25
Shades of Harley Davidson Orange #C73319
Tints of Harley Davidson Orange #C73319
RGB
CMYK
RGB Variations
Color information
#C73319 (or 0xC73319) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 19. RGB value is (199,51,25). Sum of RGB (Red+Green+Blue) = 199+51+25=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C73319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73319 is #38CCE6. Grayscale: #5C5C5C. Windows color (decimal): -3722471 or 1651655. OLE color: 1651655.
HSL color Cylindrical-coordinate representation of color #C73319: hue angle of 8.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C73319 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 25 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.22 |
| HSL | 8.97º | 0.78% | 0.44% | - |
| HSV(B) | 8.97º | 0.87% | 0.78% | - |
| XYZ | 24.91 | 14.58 | 2.42 | - |
| YUV | 92.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 25 | 0 | 0.74 | 0.87 | 0.22 | 8.97 | 0.78 | 0.44 |
| Hex | C7 | 33 | 19 | 0 | 4A | 57 | 16 | 9 | 4E | 2C |
| Octal | 307 | 63 | 31 | 0 | 112 | 127 | 26 | 11 | 116 | 54 |
| Binary | 11000111 | 110011 | 11001 | 0 | 1001010 | 1010111 | 10110 | 1001 | 1001110 | 101100 |
Color Harmonies of #C73319
Complementary color
Monochromatic Colors of #C73319
Black with #C73319
Text Example
Text Example
White with #C73319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73319; }
p { color: rgb(199,51,25); }
H1.HeaderClassName
{
color: #C73319;
}
.AnyTagClassName
{
color: #C73319;
}
</style>
background-color css
<style>
a { background-color: #C73319; }
a { background-color: rgb(199,51,25); }
div.DivClassName
{
background-color: #C73319;
}
.BgClassName
{
background-color: #C73319;
}
</style>
border-color css
<style>
span { border-color: #C73319; }
span { border-color: rgb(199,51,25); }
td.TdClassName
{
border-color: #C73319;
}
.TagClassName
{
border-color: #C73319;
}
</style>