Html Css Color HEX #C74123 Harley Davidson Orange
📋 copy color: '#C74123'red 199 ◦ green 65 ◦ blue 35
Shades of Harley Davidson Orange #C74123
Tints of Harley Davidson Orange #C74123
RGB
CMYK
RGB Variations
Color information
#C74123 (or 0xC74123) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 23. RGB value is (199,65,35). Sum of RGB (Red+Green+Blue) = 199+65+35=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C74123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74123 is #38BEDC. Grayscale: #656565. Windows color (decimal): -3718877 or 2310599. OLE color: 2310599.
HSL color Cylindrical-coordinate representation of color #C74123: hue angle of 10.98º 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 #C74123 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 35 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.22 |
| HSL | 10.98º | 0.7% | 0.46% | - |
| HSV(B) | 10.98º | 0.82% | 0.78% | - |
| XYZ | 25.75 | 16.04 | 3.33 | - |
| YUV | 101.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 35 | 0 | 0.67 | 0.82 | 0.22 | 10.98 | 0.7 | 0.46 |
| Hex | C7 | 41 | 23 | 0 | 43 | 52 | 16 | B | 46 | 2E |
| Octal | 307 | 101 | 43 | 0 | 103 | 122 | 26 | 13 | 106 | 56 |
| Binary | 11000111 | 1000001 | 100011 | 0 | 1000011 | 1010010 | 10110 | 1011 | 1000110 | 101110 |
Color Harmonies of #C74123
Complementary color
Monochromatic Colors of #C74123
Black with #C74123
Text Example
Text Example
White with #C74123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74123; }
p { color: rgb(199,65,35); }
H1.HeaderClassName
{
color: #C74123;
}
.AnyTagClassName
{
color: #C74123;
}
</style>
background-color css
<style>
a { background-color: #C74123; }
a { background-color: rgb(199,65,35); }
div.DivClassName
{
background-color: #C74123;
}
.BgClassName
{
background-color: #C74123;
}
</style>
border-color css
<style>
span { border-color: #C74123; }
span { border-color: rgb(199,65,35); }
td.TdClassName
{
border-color: #C74123;
}
.TagClassName
{
border-color: #C74123;
}
</style>