Html Css Color HEX #C74023 Harley Davidson Orange
📋 copy color: '#C74023'red 199 ◦ green 64 ◦ blue 35
Shades of Harley Davidson Orange #C74023
Tints of Harley Davidson Orange #C74023
RGB
CMYK
RGB Variations
Color information
#C74023 (or 0xC74023) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 23. RGB value is (199,64,35). Sum of RGB (Red+Green+Blue) = 199+64+35=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C74023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74023 is #38BFDC. Grayscale: #656565. Windows color (decimal): -3719133 or 2310343. OLE color: 2310343.
HSL color Cylindrical-coordinate representation of color #C74023: hue angle of 10.61º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C74023 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 35 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 10.61º | 0.7% | 0.46% | - |
| HSV(B) | 10.61º | 0.82% | 0.78% | - |
| XYZ | 25.69 | 15.93 | 3.31 | - |
| YUV | 101.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 35 | 0 | 0.68 | 0.82 | 0.22 | 10.61 | 0.7 | 0.46 |
| Hex | C7 | 40 | 23 | 0 | 44 | 52 | 16 | B | 46 | 2E |
| Octal | 307 | 100 | 43 | 0 | 104 | 122 | 26 | 13 | 106 | 56 |
| Binary | 11000111 | 1000000 | 100011 | 0 | 1000100 | 1010010 | 10110 | 1011 | 1000110 | 101110 |
Color Harmonies of #C74023
Complementary color
Monochromatic Colors of #C74023
Black with #C74023
Text Example
Text Example
White with #C74023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74023; }
p { color: rgb(199,64,35); }
H1.HeaderClassName
{
color: #C74023;
}
.AnyTagClassName
{
color: #C74023;
}
</style>
background-color css
<style>
a { background-color: #C74023; }
a { background-color: rgb(199,64,35); }
div.DivClassName
{
background-color: #C74023;
}
.BgClassName
{
background-color: #C74023;
}
</style>
border-color css
<style>
span { border-color: #C74023; }
span { border-color: rgb(199,64,35); }
td.TdClassName
{
border-color: #C74023;
}
.TagClassName
{
border-color: #C74023;
}
</style>