Html Css Color HEX #C63206 Harley Davidson Orange
📋 copy color: '#C63206'red 198 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #C63206
Tints of Harley Davidson Orange #C63206
RGB
CMYK
RGB Variations
Color information
#C63206 (or 0xC63206) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 06. RGB value is (198,50,6). Sum of RGB (Red+Green+Blue) = 198+50+6=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63206 is #39CDF9. Grayscale: #595959. Windows color (decimal): -3788282 or 406214. OLE color: 406214.
HSL color Cylindrical-coordinate representation of color #C63206: hue angle of 13.75º 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 #C63206 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.22 |
| HSL | 13.75º | 0.94% | 0.4% | - |
| HSV(B) | 13.75º | 0.97% | 0.78% | - |
| XYZ | 24.46 | 14.3 | 1.64 | - |
| YUV | 89.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 6 | 0 | 0.75 | 0.97 | 0.22 | 13.75 | 0.94 | 0.4 |
| Hex | C6 | 32 | 6 | 0 | 4B | 61 | 16 | E | 5E | 28 |
| Octal | 306 | 62 | 6 | 0 | 113 | 141 | 26 | 16 | 136 | 50 |
| Binary | 11000110 | 110010 | 110 | 0 | 1001011 | 1100001 | 10110 | 1110 | 1011110 | 101000 |
Color Harmonies of #C63206
Complementary color
Monochromatic Colors of #C63206
Black with #C63206
Text Example
Text Example
White with #C63206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63206; }
p { color: rgb(198,50,6); }
H1.HeaderClassName
{
color: #C63206;
}
.AnyTagClassName
{
color: #C63206;
}
</style>
background-color css
<style>
a { background-color: #C63206; }
a { background-color: rgb(198,50,6); }
div.DivClassName
{
background-color: #C63206;
}
.BgClassName
{
background-color: #C63206;
}
</style>
border-color css
<style>
span { border-color: #C63206; }
span { border-color: rgb(198,50,6); }
td.TdClassName
{
border-color: #C63206;
}
.TagClassName
{
border-color: #C63206;
}
</style>