Html Css Color HEX #C73F1A Harley Davidson Orange
📋 copy color: '#C73F1A'red 199 ◦ green 63 ◦ blue 26
Shades of Harley Davidson Orange #C73F1A
Tints of Harley Davidson Orange #C73F1A
RGB
CMYK
RGB Variations
Color information
#C73F1A (or 0xC73F1A) is known color: Harley Davidson Orange. HEX triplet: C7, 3F and 1A. RGB value is (199,63,26). Sum of RGB (Red+Green+Blue) = 199+63+26=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F1A is #38C0E5. Grayscale: #636363. Windows color (decimal): -3719398 or 1720263. OLE color: 1720263.
HSL color Cylindrical-coordinate representation of color #C73F1A: hue angle of 12.83º degrees, saturation: 0.77, 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 #C73F1A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 26 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.22 |
| HSL | 12.83º | 0.77% | 0.44% | - |
| HSV(B) | 12.83º | 0.87% | 0.78% | - |
| XYZ | 25.52 | 15.77 | 2.68 | - |
| YUV | 99.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 26 | 0 | 0.68 | 0.87 | 0.22 | 12.83 | 0.77 | 0.44 |
| Hex | C7 | 3F | 1A | 0 | 44 | 57 | 16 | D | 4D | 2C |
| Octal | 307 | 77 | 32 | 0 | 104 | 127 | 26 | 15 | 115 | 54 |
| Binary | 11000111 | 111111 | 11010 | 0 | 1000100 | 1010111 | 10110 | 1101 | 1001101 | 101100 |
Color Harmonies of #C73F1A
Complementary color
Monochromatic Colors of #C73F1A
Black with #C73F1A
Text Example
Text Example
White with #C73F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F1A; }
p { color: rgb(199,63,26); }
H1.HeaderClassName
{
color: #C73F1A;
}
.AnyTagClassName
{
color: #C73F1A;
}
</style>
background-color css
<style>
a { background-color: #C73F1A; }
a { background-color: rgb(199,63,26); }
div.DivClassName
{
background-color: #C73F1A;
}
.BgClassName
{
background-color: #C73F1A;
}
</style>
border-color css
<style>
span { border-color: #C73F1A; }
span { border-color: rgb(199,63,26); }
td.TdClassName
{
border-color: #C73F1A;
}
.TagClassName
{
border-color: #C73F1A;
}
</style>