Html Css Color HEX #C73314 Harley Davidson Orange
📋 copy color: '#C73314'red 199 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #C73314
Tints of Harley Davidson Orange #C73314
RGB
CMYK
RGB Variations
Color information
#C73314 (or 0xC73314) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 14. RGB value is (199,51,20). Sum of RGB (Red+Green+Blue) = 199+51+20=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C73314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73314 is #38CCEB. Grayscale: #5B5B5B. Windows color (decimal): -3722476 or 1323975. OLE color: 1323975.
HSL color Cylindrical-coordinate representation of color #C73314: hue angle of 10.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C73314 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 10.39º | 0.82% | 0.43% | - |
| HSV(B) | 10.39º | 0.9% | 0.78% | - |
| XYZ | 24.86 | 14.56 | 2.16 | - |
| YUV | 91.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 20 | 0 | 0.74 | 0.90 | 0.22 | 10.39 | 0.82 | 0.43 |
| Hex | C7 | 33 | 14 | 0 | 4A | 5A | 16 | A | 52 | 2B |
| Octal | 307 | 63 | 24 | 0 | 112 | 132 | 26 | 12 | 122 | 53 |
| Binary | 11000111 | 110011 | 10100 | 0 | 1001010 | 1011010 | 10110 | 1010 | 1010010 | 101011 |
Color Harmonies of #C73314
Complementary color
Monochromatic Colors of #C73314
Black with #C73314
Text Example
Text Example
White with #C73314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73314; }
p { color: rgb(199,51,20); }
H1.HeaderClassName
{
color: #C73314;
}
.AnyTagClassName
{
color: #C73314;
}
</style>
background-color css
<style>
a { background-color: #C73314; }
a { background-color: rgb(199,51,20); }
div.DivClassName
{
background-color: #C73314;
}
.BgClassName
{
background-color: #C73314;
}
</style>
border-color css
<style>
span { border-color: #C73314; }
span { border-color: rgb(199,51,20); }
td.TdClassName
{
border-color: #C73314;
}
.TagClassName
{
border-color: #C73314;
}
</style>