Html Css Color HEX #C6361B Harley Davidson Orange
📋 copy color: '#C6361B'red 198 ◦ green 54 ◦ blue 27
Shades of Harley Davidson Orange #C6361B
Tints of Harley Davidson Orange #C6361B
RGB
CMYK
RGB Variations
Color information
#C6361B (or 0xC6361B) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 1B. RGB value is (198,54,27). Sum of RGB (Red+Green+Blue) = 198+54+27=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6361B is #39C9E4. Grayscale: #5E5E5E. Windows color (decimal): -3787237 or 1783494. OLE color: 1783494.
HSL color Cylindrical-coordinate representation of color #C6361B: hue angle of 9.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6361B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.22 |
| HSL | 9.47º | 0.76% | 0.44% | - |
| HSV(B) | 9.47º | 0.86% | 0.78% | - |
| XYZ | 24.81 | 14.72 | 2.57 | - |
| YUV | 93.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 27 | 0 | 0.73 | 0.86 | 0.22 | 9.47 | 0.76 | 0.44 |
| Hex | C6 | 36 | 1B | 0 | 49 | 56 | 16 | 9 | 4C | 2C |
| Octal | 306 | 66 | 33 | 0 | 111 | 126 | 26 | 11 | 114 | 54 |
| Binary | 11000110 | 110110 | 11011 | 0 | 1001001 | 1010110 | 10110 | 1001 | 1001100 | 101100 |
Color Harmonies of #C6361B
Complementary color
Monochromatic Colors of #C6361B
Black with #C6361B
Text Example
Text Example
White with #C6361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6361B; }
p { color: rgb(198,54,27); }
H1.HeaderClassName
{
color: #C6361B;
}
.AnyTagClassName
{
color: #C6361B;
}
</style>
background-color css
<style>
a { background-color: #C6361B; }
a { background-color: rgb(198,54,27); }
div.DivClassName
{
background-color: #C6361B;
}
.BgClassName
{
background-color: #C6361B;
}
</style>
border-color css
<style>
span { border-color: #C6361B; }
span { border-color: rgb(198,54,27); }
td.TdClassName
{
border-color: #C6361B;
}
.TagClassName
{
border-color: #C6361B;
}
</style>