Html Css Color HEX #C74024 Harley Davidson Orange
📋 copy color: '#C74024'red 199 ◦ green 64 ◦ blue 36
Shades of Harley Davidson Orange #C74024
Tints of Harley Davidson Orange #C74024
RGB
CMYK
RGB Variations
Color information
#C74024 (or 0xC74024) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 24. RGB value is (199,64,36). Sum of RGB (Red+Green+Blue) = 199+64+36=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C74024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74024 is #38BFDB. Grayscale: #656565. Windows color (decimal): -3719132 or 2375879. OLE color: 2375879.
HSL color Cylindrical-coordinate representation of color #C74024: hue angle of 10.31º degrees, saturation: 0.69, 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 #C74024 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 36 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 10.31º | 0.69% | 0.46% | - |
| HSV(B) | 10.31º | 0.82% | 0.78% | - |
| XYZ | 25.71 | 15.94 | 3.39 | - |
| YUV | 101.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 36 | 0 | 0.68 | 0.82 | 0.22 | 10.31 | 0.69 | 0.46 |
| Hex | C7 | 40 | 24 | 0 | 44 | 52 | 16 | A | 45 | 2E |
| Octal | 307 | 100 | 44 | 0 | 104 | 122 | 26 | 12 | 105 | 56 |
| Binary | 11000111 | 1000000 | 100100 | 0 | 1000100 | 1010010 | 10110 | 1010 | 1000101 | 101110 |
Color Harmonies of #C74024
Complementary color
Monochromatic Colors of #C74024
Black with #C74024
Text Example
Text Example
White with #C74024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74024; }
p { color: rgb(199,64,36); }
H1.HeaderClassName
{
color: #C74024;
}
.AnyTagClassName
{
color: #C74024;
}
</style>
background-color css
<style>
a { background-color: #C74024; }
a { background-color: rgb(199,64,36); }
div.DivClassName
{
background-color: #C74024;
}
.BgClassName
{
background-color: #C74024;
}
</style>
border-color css
<style>
span { border-color: #C74024; }
span { border-color: rgb(199,64,36); }
td.TdClassName
{
border-color: #C74024;
}
.TagClassName
{
border-color: #C74024;
}
</style>