Html Css Color HEX #C73D1B Harley Davidson Orange
📋 copy color: '#C73D1B'red 199 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #C73D1B
Tints of Harley Davidson Orange #C73D1B
RGB
CMYK
RGB Variations
Color information
#C73D1B (or 0xC73D1B) is known color: Harley Davidson Orange. HEX triplet: C7, 3D and 1B. RGB value is (199,61,27). Sum of RGB (Red+Green+Blue) = 199+61+27=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D1B is #38C2E4. Grayscale: #626262. Windows color (decimal): -3719909 or 1785287. OLE color: 1785287.
HSL color Cylindrical-coordinate representation of color #C73D1B: hue angle of 11.86º 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 #C73D1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.22 |
| HSL | 11.86º | 0.76% | 0.44% | - |
| HSV(B) | 11.86º | 0.86% | 0.78% | - |
| XYZ | 25.42 | 15.56 | 2.7 | - |
| YUV | 98.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 27 | 0 | 0.69 | 0.86 | 0.22 | 11.86 | 0.76 | 0.44 |
| Hex | C7 | 3D | 1B | 0 | 45 | 56 | 16 | C | 4C | 2C |
| Octal | 307 | 75 | 33 | 0 | 105 | 126 | 26 | 14 | 114 | 54 |
| Binary | 11000111 | 111101 | 11011 | 0 | 1000101 | 1010110 | 10110 | 1100 | 1001100 | 101100 |
Color Harmonies of #C73D1B
Complementary color
Monochromatic Colors of #C73D1B
Black with #C73D1B
Text Example
Text Example
White with #C73D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D1B; }
p { color: rgb(199,61,27); }
H1.HeaderClassName
{
color: #C73D1B;
}
.AnyTagClassName
{
color: #C73D1B;
}
</style>
background-color css
<style>
a { background-color: #C73D1B; }
a { background-color: rgb(199,61,27); }
div.DivClassName
{
background-color: #C73D1B;
}
.BgClassName
{
background-color: #C73D1B;
}
</style>
border-color css
<style>
span { border-color: #C73D1B; }
span { border-color: rgb(199,61,27); }
td.TdClassName
{
border-color: #C73D1B;
}
.TagClassName
{
border-color: #C73D1B;
}
</style>