Html Css Color HEX #C7400C Harley Davidson Orange
📋 copy color: '#C7400C'red 199 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #C7400C
Tints of Harley Davidson Orange #C7400C
RGB
CMYK
RGB Variations
Color information
#C7400C (or 0xC7400C) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 0C. RGB value is (199,64,12). Sum of RGB (Red+Green+Blue) = 199+64+12=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7400C is #38BFF3. Grayscale: #626262. Windows color (decimal): -3719156 or 803015. OLE color: 803015.
HSL color Cylindrical-coordinate representation of color #C7400C: hue angle of 16.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7400C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.22 |
| HSL | 16.68º | 0.89% | 0.41% | - |
| HSV(B) | 16.68º | 0.94% | 0.78% | - |
| XYZ | 25.45 | 15.84 | 2.06 | - |
| YUV | 98.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 12 | 0 | 0.68 | 0.94 | 0.22 | 16.68 | 0.89 | 0.41 |
| Hex | C7 | 40 | C | 0 | 44 | 5E | 16 | 11 | 59 | 29 |
| Octal | 307 | 100 | 14 | 0 | 104 | 136 | 26 | 21 | 131 | 51 |
| Binary | 11000111 | 1000000 | 1100 | 0 | 1000100 | 1011110 | 10110 | 10001 | 1011001 | 101001 |
Color Harmonies of #C7400C
Complementary color
Monochromatic Colors of #C7400C
Black with #C7400C
Text Example
Text Example
White with #C7400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7400C; }
p { color: rgb(199,64,12); }
H1.HeaderClassName
{
color: #C7400C;
}
.AnyTagClassName
{
color: #C7400C;
}
</style>
background-color css
<style>
a { background-color: #C7400C; }
a { background-color: rgb(199,64,12); }
div.DivClassName
{
background-color: #C7400C;
}
.BgClassName
{
background-color: #C7400C;
}
</style>
border-color css
<style>
span { border-color: #C7400C; }
span { border-color: rgb(199,64,12); }
td.TdClassName
{
border-color: #C7400C;
}
.TagClassName
{
border-color: #C7400C;
}
</style>