Html Css Color HEX #C63A06 Harley Davidson Orange
📋 copy color: '#C63A06'red 198 ◦ green 58 ◦ blue 6
Shades of Harley Davidson Orange #C63A06
Tints of Harley Davidson Orange #C63A06
RGB
CMYK
RGB Variations
Color information
#C63A06 (or 0xC63A06) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 06. RGB value is (198,58,6). Sum of RGB (Red+Green+Blue) = 198+58+6=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A06 is #39C5F9. Grayscale: #5E5E5E. Windows color (decimal): -3786234 or 408262. OLE color: 408262.
HSL color Cylindrical-coordinate representation of color #C63A06: hue angle of 16.25º 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 #C63A06 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.22 |
| HSL | 16.25º | 0.94% | 0.4% | - |
| HSV(B) | 16.25º | 0.97% | 0.78% | - |
| XYZ | 24.83 | 15.05 | 1.77 | - |
| YUV | 93.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 6 | 0 | 0.71 | 0.97 | 0.22 | 16.25 | 0.94 | 0.4 |
| Hex | C6 | 3A | 6 | 0 | 47 | 61 | 16 | 10 | 5E | 28 |
| Octal | 306 | 72 | 6 | 0 | 107 | 141 | 26 | 20 | 136 | 50 |
| Binary | 11000110 | 111010 | 110 | 0 | 1000111 | 1100001 | 10110 | 10000 | 1011110 | 101000 |
Color Harmonies of #C63A06
Complementary color
Monochromatic Colors of #C63A06
Black with #C63A06
Text Example
Text Example
White with #C63A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A06; }
p { color: rgb(198,58,6); }
H1.HeaderClassName
{
color: #C63A06;
}
.AnyTagClassName
{
color: #C63A06;
}
</style>
background-color css
<style>
a { background-color: #C63A06; }
a { background-color: rgb(198,58,6); }
div.DivClassName
{
background-color: #C63A06;
}
.BgClassName
{
background-color: #C63A06;
}
</style>
border-color css
<style>
span { border-color: #C63A06; }
span { border-color: rgb(198,58,6); }
td.TdClassName
{
border-color: #C63A06;
}
.TagClassName
{
border-color: #C63A06;
}
</style>