Html Css Color HEX #C73D1C Harley Davidson Orange
📋 copy color: '#C73D1C'red 199 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #C73D1C
Tints of Harley Davidson Orange #C73D1C
RGB
CMYK
RGB Variations
Color information
#C73D1C (or 0xC73D1C) is known color: Harley Davidson Orange. HEX triplet: C7, 3D and 1C. RGB value is (199,61,28). Sum of RGB (Red+Green+Blue) = 199+61+28=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D1C is #38C2E3. Grayscale: #626262. Windows color (decimal): -3719908 or 1850823. OLE color: 1850823.
HSL color Cylindrical-coordinate representation of color #C73D1C: hue angle of 11.58º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C73D1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.22 |
| HSL | 11.58º | 0.75% | 0.45% | - |
| HSV(B) | 11.58º | 0.86% | 0.78% | - |
| XYZ | 25.43 | 15.56 | 2.76 | - |
| YUV | 98.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 28 | 0 | 0.69 | 0.86 | 0.22 | 11.58 | 0.75 | 0.45 |
| Hex | C7 | 3D | 1C | 0 | 45 | 56 | 16 | C | 4B | 2D |
| Octal | 307 | 75 | 34 | 0 | 105 | 126 | 26 | 14 | 113 | 55 |
| Binary | 11000111 | 111101 | 11100 | 0 | 1000101 | 1010110 | 10110 | 1100 | 1001011 | 101101 |
Color Harmonies of #C73D1C
Complementary color
Monochromatic Colors of #C73D1C
Black with #C73D1C
Text Example
Text Example
White with #C73D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D1C; }
p { color: rgb(199,61,28); }
H1.HeaderClassName
{
color: #C73D1C;
}
.AnyTagClassName
{
color: #C73D1C;
}
</style>
background-color css
<style>
a { background-color: #C73D1C; }
a { background-color: rgb(199,61,28); }
div.DivClassName
{
background-color: #C73D1C;
}
.BgClassName
{
background-color: #C73D1C;
}
</style>
border-color css
<style>
span { border-color: #C73D1C; }
span { border-color: rgb(199,61,28); }
td.TdClassName
{
border-color: #C73D1C;
}
.TagClassName
{
border-color: #C73D1C;
}
</style>