Html Css Color HEX #C7330C Harley Davidson Orange
📋 copy color: '#C7330C'red 199 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #C7330C
Tints of Harley Davidson Orange #C7330C
RGB
CMYK
RGB Variations
Color information
#C7330C (or 0xC7330C) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 0C. RGB value is (199,51,12). Sum of RGB (Red+Green+Blue) = 199+51+12=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7330C is #38CCF3. Grayscale: #5B5B5B. Windows color (decimal): -3722484 or 799687. OLE color: 799687.
HSL color Cylindrical-coordinate representation of color #C7330C: hue angle of 12.51º 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 #C7330C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.22 |
| HSL | 12.51º | 0.89% | 0.41% | - |
| HSV(B) | 12.51º | 0.94% | 0.78% | - |
| XYZ | 24.8 | 14.54 | 1.85 | - |
| YUV | 90.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 12 | 0 | 0.74 | 0.94 | 0.22 | 12.51 | 0.89 | 0.41 |
| Hex | C7 | 33 | C | 0 | 4A | 5E | 16 | D | 59 | 29 |
| Octal | 307 | 63 | 14 | 0 | 112 | 136 | 26 | 15 | 131 | 51 |
| Binary | 11000111 | 110011 | 1100 | 0 | 1001010 | 1011110 | 10110 | 1101 | 1011001 | 101001 |
Color Harmonies of #C7330C
Complementary color
Monochromatic Colors of #C7330C
Black with #C7330C
Text Example
Text Example
White with #C7330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7330C; }
p { color: rgb(199,51,12); }
H1.HeaderClassName
{
color: #C7330C;
}
.AnyTagClassName
{
color: #C7330C;
}
</style>
background-color css
<style>
a { background-color: #C7330C; }
a { background-color: rgb(199,51,12); }
div.DivClassName
{
background-color: #C7330C;
}
.BgClassName
{
background-color: #C7330C;
}
</style>
border-color css
<style>
span { border-color: #C7330C; }
span { border-color: rgb(199,51,12); }
td.TdClassName
{
border-color: #C7330C;
}
.TagClassName
{
border-color: #C7330C;
}
</style>