Html Css Color HEX #C7350B Harley Davidson Orange
📋 copy color: '#C7350B'red 199 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #C7350B
Tints of Harley Davidson Orange #C7350B
RGB
CMYK
RGB Variations
Color information
#C7350B (or 0xC7350B) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 0B. RGB value is (199,53,11). Sum of RGB (Red+Green+Blue) = 199+53+11=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7350B is #38CAF4. Grayscale: #5C5C5C. Windows color (decimal): -3721973 or 734663. OLE color: 734663.
HSL color Cylindrical-coordinate representation of color #C7350B: hue angle of 13.4º degrees, saturation: 0.9, 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 #C7350B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.22 |
| HSL | 13.4º | 0.9% | 0.41% | - |
| HSV(B) | 13.4º | 0.94% | 0.78% | - |
| XYZ | 24.89 | 14.71 | 1.84 | - |
| YUV | 91.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 11 | 0 | 0.73 | 0.94 | 0.22 | 13.4 | 0.9 | 0.41 |
| Hex | C7 | 35 | B | 0 | 49 | 5E | 16 | D | 5A | 29 |
| Octal | 307 | 65 | 13 | 0 | 111 | 136 | 26 | 15 | 132 | 51 |
| Binary | 11000111 | 110101 | 1011 | 0 | 1001001 | 1011110 | 10110 | 1101 | 1011010 | 101001 |
Color Harmonies of #C7350B
Complementary color
Monochromatic Colors of #C7350B
Black with #C7350B
Text Example
Text Example
White with #C7350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7350B; }
p { color: rgb(199,53,11); }
H1.HeaderClassName
{
color: #C7350B;
}
.AnyTagClassName
{
color: #C7350B;
}
</style>
background-color css
<style>
a { background-color: #C7350B; }
a { background-color: rgb(199,53,11); }
div.DivClassName
{
background-color: #C7350B;
}
.BgClassName
{
background-color: #C7350B;
}
</style>
border-color css
<style>
span { border-color: #C7350B; }
span { border-color: rgb(199,53,11); }
td.TdClassName
{
border-color: #C7350B;
}
.TagClassName
{
border-color: #C7350B;
}
</style>