Html Css Color HEX #C73415 Harley Davidson Orange
📋 copy color: '#C73415'red 199 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #C73415
Tints of Harley Davidson Orange #C73415
RGB
CMYK
RGB Variations
Color information
#C73415 (or 0xC73415) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 15. RGB value is (199,52,21). Sum of RGB (Red+Green+Blue) = 199+52+21=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C73415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73415 is #38CBEA. Grayscale: #5C5C5C. Windows color (decimal): -3722219 or 1389767. OLE color: 1389767.
HSL color Cylindrical-coordinate representation of color #C73415: hue angle of 10.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C73415 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 21 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.22 |
| HSL | 10.45º | 0.81% | 0.43% | - |
| HSV(B) | 10.45º | 0.89% | 0.78% | - |
| XYZ | 24.92 | 14.65 | 2.22 | - |
| YUV | 92.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 21 | 0 | 0.74 | 0.89 | 0.22 | 10.45 | 0.81 | 0.43 |
| Hex | C7 | 34 | 15 | 0 | 4A | 59 | 16 | A | 51 | 2B |
| Octal | 307 | 64 | 25 | 0 | 112 | 131 | 26 | 12 | 121 | 53 |
| Binary | 11000111 | 110100 | 10101 | 0 | 1001010 | 1011001 | 10110 | 1010 | 1010001 | 101011 |
Color Harmonies of #C73415
Complementary color
Monochromatic Colors of #C73415
Black with #C73415
Text Example
Text Example
White with #C73415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73415; }
p { color: rgb(199,52,21); }
H1.HeaderClassName
{
color: #C73415;
}
.AnyTagClassName
{
color: #C73415;
}
</style>
background-color css
<style>
a { background-color: #C73415; }
a { background-color: rgb(199,52,21); }
div.DivClassName
{
background-color: #C73415;
}
.BgClassName
{
background-color: #C73415;
}
</style>
border-color css
<style>
span { border-color: #C73415; }
span { border-color: rgb(199,52,21); }
td.TdClassName
{
border-color: #C73415;
}
.TagClassName
{
border-color: #C73415;
}
</style>