Html Css Color HEX #C6350D Harley Davidson Orange
📋 copy color: '#C6350D'red 198 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #C6350D
Tints of Harley Davidson Orange #C6350D
RGB
CMYK
RGB Variations
Color information
#C6350D (or 0xC6350D) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 0D. RGB value is (198,53,13). Sum of RGB (Red+Green+Blue) = 198+53+13=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6350D is #39CAF2. Grayscale: #5C5C5C. Windows color (decimal): -3787507 or 865734. OLE color: 865734.
HSL color Cylindrical-coordinate representation of color #C6350D: hue angle of 12.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6350D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.22 |
| HSL | 12.97º | 0.88% | 0.41% | - |
| HSV(B) | 12.97º | 0.93% | 0.78% | - |
| XYZ | 24.63 | 14.58 | 1.9 | - |
| YUV | 91.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 13 | 0 | 0.73 | 0.93 | 0.22 | 12.97 | 0.88 | 0.41 |
| Hex | C6 | 35 | D | 0 | 49 | 5D | 16 | D | 58 | 29 |
| Octal | 306 | 65 | 15 | 0 | 111 | 135 | 26 | 15 | 130 | 51 |
| Binary | 11000110 | 110101 | 1101 | 0 | 1001001 | 1011101 | 10110 | 1101 | 1011000 | 101001 |
Color Harmonies of #C6350D
Complementary color
Monochromatic Colors of #C6350D
Black with #C6350D
Text Example
Text Example
White with #C6350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6350D; }
p { color: rgb(198,53,13); }
H1.HeaderClassName
{
color: #C6350D;
}
.AnyTagClassName
{
color: #C6350D;
}
</style>
background-color css
<style>
a { background-color: #C6350D; }
a { background-color: rgb(198,53,13); }
div.DivClassName
{
background-color: #C6350D;
}
.BgClassName
{
background-color: #C6350D;
}
</style>
border-color css
<style>
span { border-color: #C6350D; }
span { border-color: rgb(198,53,13); }
td.TdClassName
{
border-color: #C6350D;
}
.TagClassName
{
border-color: #C6350D;
}
</style>