Html Css Color HEX #C6360D Harley Davidson Orange
📋 copy color: '#C6360D'red 198 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #C6360D
Tints of Harley Davidson Orange #C6360D
RGB
CMYK
RGB Variations
Color information
#C6360D (or 0xC6360D) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 0D. RGB value is (198,54,13). Sum of RGB (Red+Green+Blue) = 198+54+13=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6360D is #39C9F2. Grayscale: #5C5C5C. Windows color (decimal): -3787251 or 865990. OLE color: 865990.
HSL color Cylindrical-coordinate representation of color #C6360D: hue angle of 13.3º 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 #C6360D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.22 |
| HSL | 13.3º | 0.88% | 0.41% | - |
| HSV(B) | 13.3º | 0.93% | 0.78% | - |
| XYZ | 24.68 | 14.67 | 1.91 | - |
| YUV | 92.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 13 | 0 | 0.73 | 0.93 | 0.22 | 13.3 | 0.88 | 0.41 |
| Hex | C6 | 36 | D | 0 | 49 | 5D | 16 | D | 58 | 29 |
| Octal | 306 | 66 | 15 | 0 | 111 | 135 | 26 | 15 | 130 | 51 |
| Binary | 11000110 | 110110 | 1101 | 0 | 1001001 | 1011101 | 10110 | 1101 | 1011000 | 101001 |
Color Harmonies of #C6360D
Complementary color
Monochromatic Colors of #C6360D
Black with #C6360D
Text Example
Text Example
White with #C6360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6360D; }
p { color: rgb(198,54,13); }
H1.HeaderClassName
{
color: #C6360D;
}
.AnyTagClassName
{
color: #C6360D;
}
</style>
background-color css
<style>
a { background-color: #C6360D; }
a { background-color: rgb(198,54,13); }
div.DivClassName
{
background-color: #C6360D;
}
.BgClassName
{
background-color: #C6360D;
}
</style>
border-color css
<style>
span { border-color: #C6360D; }
span { border-color: rgb(198,54,13); }
td.TdClassName
{
border-color: #C6360D;
}
.TagClassName
{
border-color: #C6360D;
}
</style>