Html Css Color HEX #C73F1B Harley Davidson Orange
📋 copy color: '#C73F1B'red 199 ◦ green 63 ◦ blue 27
Shades of Harley Davidson Orange #C73F1B
Tints of Harley Davidson Orange #C73F1B
RGB
CMYK
RGB Variations
Color information
#C73F1B (or 0xC73F1B) is known color: Harley Davidson Orange. HEX triplet: C7, 3F and 1B. RGB value is (199,63,27). Sum of RGB (Red+Green+Blue) = 199+63+27=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F1B is #38C0E4. Grayscale: #636363. Windows color (decimal): -3719397 or 1785799. OLE color: 1785799.
HSL color Cylindrical-coordinate representation of color #C73F1B: hue angle of 12.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C73F1B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 27 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 12.56º | 0.76% | 0.44% | - |
| HSV(B) | 12.56º | 0.86% | 0.78% | - |
| XYZ | 25.53 | 15.78 | 2.74 | - |
| YUV | 99.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 27 | 0 | 0.68 | 0.86 | 0.22 | 12.56 | 0.76 | 0.44 |
| Hex | C7 | 3F | 1B | 0 | 44 | 56 | 16 | D | 4C | 2C |
| Octal | 307 | 77 | 33 | 0 | 104 | 126 | 26 | 15 | 114 | 54 |
| Binary | 11000111 | 111111 | 11011 | 0 | 1000100 | 1010110 | 10110 | 1101 | 1001100 | 101100 |
Color Harmonies of #C73F1B
Complementary color
Monochromatic Colors of #C73F1B
Black with #C73F1B
Text Example
Text Example
White with #C73F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F1B; }
p { color: rgb(199,63,27); }
H1.HeaderClassName
{
color: #C73F1B;
}
.AnyTagClassName
{
color: #C73F1B;
}
</style>
background-color css
<style>
a { background-color: #C73F1B; }
a { background-color: rgb(199,63,27); }
div.DivClassName
{
background-color: #C73F1B;
}
.BgClassName
{
background-color: #C73F1B;
}
</style>
border-color css
<style>
span { border-color: #C73F1B; }
span { border-color: rgb(199,63,27); }
td.TdClassName
{
border-color: #C73F1B;
}
.TagClassName
{
border-color: #C73F1B;
}
</style>