Html Css Color HEX #C7200C Harley Davidson Orange
📋 copy color: '#C7200C'red 199 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #C7200C
Tints of Harley Davidson Orange #C7200C
RGB
CMYK
RGB Variations
Color information
#C7200C (or 0xC7200C) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 0C. RGB value is (199,32,12). Sum of RGB (Red+Green+Blue) = 199+32+12=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C7200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7200C is #38DFF3. Grayscale: #4F4F4F. Windows color (decimal): -3727348 or 794823. OLE color: 794823.
HSL color Cylindrical-coordinate representation of color #C7200C: hue angle of 6.42º 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 #C7200C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.22 |
| HSL | 6.42º | 0.89% | 0.41% | - |
| HSV(B) | 6.42º | 0.94% | 0.78% | - |
| XYZ | 24.14 | 13.2 | 1.62 | - |
| YUV | 79.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 12 | 0 | 0.84 | 0.94 | 0.22 | 6.42 | 0.89 | 0.41 |
| Hex | C7 | 20 | C | 0 | 54 | 5E | 16 | 6 | 59 | 29 |
| Octal | 307 | 40 | 14 | 0 | 124 | 136 | 26 | 6 | 131 | 51 |
| Binary | 11000111 | 100000 | 1100 | 0 | 1010100 | 1011110 | 10110 | 110 | 1011001 | 101001 |
Color Harmonies of #C7200C
Complementary color
Monochromatic Colors of #C7200C
Black with #C7200C
Text Example
Text Example
White with #C7200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7200C; }
p { color: rgb(199,32,12); }
H1.HeaderClassName
{
color: #C7200C;
}
.AnyTagClassName
{
color: #C7200C;
}
</style>
background-color css
<style>
a { background-color: #C7200C; }
a { background-color: rgb(199,32,12); }
div.DivClassName
{
background-color: #C7200C;
}
.BgClassName
{
background-color: #C7200C;
}
</style>
border-color css
<style>
span { border-color: #C7200C; }
span { border-color: rgb(199,32,12); }
td.TdClassName
{
border-color: #C7200C;
}
.TagClassName
{
border-color: #C7200C;
}
</style>