Html Css Color HEX #C63406 Harley Davidson Orange
📋 copy color: '#C63406'red 198 ◦ green 52 ◦ blue 6
Shades of Harley Davidson Orange #C63406
Tints of Harley Davidson Orange #C63406
RGB
CMYK
RGB Variations
Color information
#C63406 (or 0xC63406) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 06. RGB value is (198,52,6). Sum of RGB (Red+Green+Blue) = 198+52+6=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63406 is #39CBF9. Grayscale: #5A5A5A. Windows color (decimal): -3787770 or 406726. OLE color: 406726.
HSL color Cylindrical-coordinate representation of color #C63406: hue angle of 14.38º 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 #C63406 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.22 |
| HSL | 14.38º | 0.94% | 0.4% | - |
| HSV(B) | 14.38º | 0.97% | 0.78% | - |
| XYZ | 24.55 | 14.47 | 1.67 | - |
| YUV | 90.41 | 80.37 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 6 | 0 | 0.74 | 0.97 | 0.22 | 14.38 | 0.94 | 0.4 |
| Hex | C6 | 34 | 6 | 0 | 4A | 61 | 16 | E | 5E | 28 |
| Octal | 306 | 64 | 6 | 0 | 112 | 141 | 26 | 16 | 136 | 50 |
| Binary | 11000110 | 110100 | 110 | 0 | 1001010 | 1100001 | 10110 | 1110 | 1011110 | 101000 |
Color Harmonies of #C63406
Complementary color
Monochromatic Colors of #C63406
Black with #C63406
Text Example
Text Example
White with #C63406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63406; }
p { color: rgb(198,52,6); }
H1.HeaderClassName
{
color: #C63406;
}
.AnyTagClassName
{
color: #C63406;
}
</style>
background-color css
<style>
a { background-color: #C63406; }
a { background-color: rgb(198,52,6); }
div.DivClassName
{
background-color: #C63406;
}
.BgClassName
{
background-color: #C63406;
}
</style>
border-color css
<style>
span { border-color: #C63406; }
span { border-color: rgb(198,52,6); }
td.TdClassName
{
border-color: #C63406;
}
.TagClassName
{
border-color: #C63406;
}
</style>