Html Css Color HEX #C63806 Harley Davidson Orange
📋 copy color: '#C63806'red 198 ◦ green 56 ◦ blue 6
Shades of Harley Davidson Orange #C63806
Tints of Harley Davidson Orange #C63806
RGB
CMYK
RGB Variations
Color information
#C63806 (or 0xC63806) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 06. RGB value is (198,56,6). Sum of RGB (Red+Green+Blue) = 198+56+6=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C63806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63806 is #39C7F9. Grayscale: #5D5D5D. Windows color (decimal): -3786746 or 407750. OLE color: 407750.
HSL color Cylindrical-coordinate representation of color #C63806: hue angle of 15.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C63806 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.22 |
| HSL | 15.63º | 0.94% | 0.4% | - |
| HSV(B) | 15.63º | 0.97% | 0.78% | - |
| XYZ | 24.74 | 14.85 | 1.73 | - |
| YUV | 92.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 6 | 0 | 0.72 | 0.97 | 0.22 | 15.63 | 0.94 | 0.4 |
| Hex | C6 | 38 | 6 | 0 | 48 | 61 | 16 | 10 | 5E | 28 |
| Octal | 306 | 70 | 6 | 0 | 110 | 141 | 26 | 20 | 136 | 50 |
| Binary | 11000110 | 111000 | 110 | 0 | 1001000 | 1100001 | 10110 | 10000 | 1011110 | 101000 |
Color Harmonies of #C63806
Complementary color
Monochromatic Colors of #C63806
Black with #C63806
Text Example
Text Example
White with #C63806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63806; }
p { color: rgb(198,56,6); }
H1.HeaderClassName
{
color: #C63806;
}
.AnyTagClassName
{
color: #C63806;
}
</style>
background-color css
<style>
a { background-color: #C63806; }
a { background-color: rgb(198,56,6); }
div.DivClassName
{
background-color: #C63806;
}
.BgClassName
{
background-color: #C63806;
}
</style>
border-color css
<style>
span { border-color: #C63806; }
span { border-color: rgb(198,56,6); }
td.TdClassName
{
border-color: #C63806;
}
.TagClassName
{
border-color: #C63806;
}
</style>