Html Css Color HEX #C73D0F Harley Davidson Orange
📋 copy color: '#C73D0F'red 199 ◦ green 61 ◦ blue 15
Shades of Harley Davidson Orange #C73D0F
Tints of Harley Davidson Orange #C73D0F
RGB
CMYK
RGB Variations
Color information
#C73D0F (or 0xC73D0F) is known color: Harley Davidson Orange. HEX triplet: C7, 3D and 0F. RGB value is (199,61,15). Sum of RGB (Red+Green+Blue) = 199+61+15=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73D0F is #38C2F0. Grayscale: #616161. Windows color (decimal): -3719921 or 998855. OLE color: 998855.
HSL color Cylindrical-coordinate representation of color #C73D0F: hue angle of 15º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73D0F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 15 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.22 |
| HSL | 15º | 0.86% | 0.42% | - |
| HSV(B) | 15º | 0.92% | 0.78% | - |
| XYZ | 25.31 | 15.51 | 2.11 | - |
| YUV | 97.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 15 | 0 | 0.69 | 0.92 | 0.22 | 15 | 0.86 | 0.42 |
| Hex | C7 | 3D | F | 0 | 45 | 5C | 16 | F | 56 | 2A |
| Octal | 307 | 75 | 17 | 0 | 105 | 134 | 26 | 17 | 126 | 52 |
| Binary | 11000111 | 111101 | 1111 | 0 | 1000101 | 1011100 | 10110 | 1111 | 1010110 | 101010 |
Color Harmonies of #C73D0F
Complementary color
Monochromatic Colors of #C73D0F
Black with #C73D0F
Text Example
Text Example
White with #C73D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D0F; }
p { color: rgb(199,61,15); }
H1.HeaderClassName
{
color: #C73D0F;
}
.AnyTagClassName
{
color: #C73D0F;
}
</style>
background-color css
<style>
a { background-color: #C73D0F; }
a { background-color: rgb(199,61,15); }
div.DivClassName
{
background-color: #C73D0F;
}
.BgClassName
{
background-color: #C73D0F;
}
</style>
border-color css
<style>
span { border-color: #C73D0F; }
span { border-color: rgb(199,61,15); }
td.TdClassName
{
border-color: #C73D0F;
}
.TagClassName
{
border-color: #C73D0F;
}
</style>