Html Css Color HEX #C73B1B Harley Davidson Orange
📋 copy color: '#C73B1B'red 199 ◦ green 59 ◦ blue 27
Shades of Harley Davidson Orange #C73B1B
Tints of Harley Davidson Orange #C73B1B
RGB
CMYK
RGB Variations
Color information
#C73B1B (or 0xC73B1B) is known color: Harley Davidson Orange. HEX triplet: C7, 3B and 1B. RGB value is (199,59,27). Sum of RGB (Red+Green+Blue) = 199+59+27=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B1B is #38C4E4. Grayscale: #616161. Windows color (decimal): -3720421 or 1784775. OLE color: 1784775.
HSL color Cylindrical-coordinate representation of color #C73B1B: hue angle of 11.16º 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 #C73B1B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.22 |
| HSL | 11.16º | 0.76% | 0.44% | - |
| HSV(B) | 11.16º | 0.86% | 0.78% | - |
| XYZ | 25.31 | 15.35 | 2.67 | - |
| YUV | 97.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 27 | 0 | 0.70 | 0.86 | 0.22 | 11.16 | 0.76 | 0.44 |
| Hex | C7 | 3B | 1B | 0 | 46 | 56 | 16 | B | 4C | 2C |
| Octal | 307 | 73 | 33 | 0 | 106 | 126 | 26 | 13 | 114 | 54 |
| Binary | 11000111 | 111011 | 11011 | 0 | 1000110 | 1010110 | 10110 | 1011 | 1001100 | 101100 |
Color Harmonies of #C73B1B
Complementary color
Monochromatic Colors of #C73B1B
Black with #C73B1B
Text Example
Text Example
White with #C73B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B1B; }
p { color: rgb(199,59,27); }
H1.HeaderClassName
{
color: #C73B1B;
}
.AnyTagClassName
{
color: #C73B1B;
}
</style>
background-color css
<style>
a { background-color: #C73B1B; }
a { background-color: rgb(199,59,27); }
div.DivClassName
{
background-color: #C73B1B;
}
.BgClassName
{
background-color: #C73B1B;
}
</style>
border-color css
<style>
span { border-color: #C73B1B; }
span { border-color: rgb(199,59,27); }
td.TdClassName
{
border-color: #C73B1B;
}
.TagClassName
{
border-color: #C73B1B;
}
</style>