Html Css Color HEX #C63209 Harley Davidson Orange
📋 copy color: '#C63209'red 198 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #C63209
Tints of Harley Davidson Orange #C63209
RGB
CMYK
RGB Variations
Color information
#C63209 (or 0xC63209) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 09. RGB value is (198,50,9). Sum of RGB (Red+Green+Blue) = 198+50+9=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C63209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63209 is #39CDF6. Grayscale: #595959. Windows color (decimal): -3788279 or 602822. OLE color: 602822.
HSL color Cylindrical-coordinate representation of color #C63209: hue angle of 13.02º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C63209 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.22 |
| HSL | 13.02º | 0.91% | 0.41% | - |
| HSV(B) | 13.02º | 0.95% | 0.78% | - |
| XYZ | 24.48 | 14.31 | 1.73 | - |
| YUV | 89.58 | 82.53 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 9 | 0 | 0.75 | 0.95 | 0.22 | 13.02 | 0.91 | 0.41 |
| Hex | C6 | 32 | 9 | 0 | 4B | 5F | 16 | D | 5B | 29 |
| Octal | 306 | 62 | 11 | 0 | 113 | 137 | 26 | 15 | 133 | 51 |
| Binary | 11000110 | 110010 | 1001 | 0 | 1001011 | 1011111 | 10110 | 1101 | 1011011 | 101001 |
Color Harmonies of #C63209
Complementary color
Monochromatic Colors of #C63209
Black with #C63209
Text Example
Text Example
White with #C63209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63209; }
p { color: rgb(198,50,9); }
H1.HeaderClassName
{
color: #C63209;
}
.AnyTagClassName
{
color: #C63209;
}
</style>
background-color css
<style>
a { background-color: #C63209; }
a { background-color: rgb(198,50,9); }
div.DivClassName
{
background-color: #C63209;
}
.BgClassName
{
background-color: #C63209;
}
</style>
border-color css
<style>
span { border-color: #C63209; }
span { border-color: rgb(198,50,9); }
td.TdClassName
{
border-color: #C63209;
}
.TagClassName
{
border-color: #C63209;
}
</style>