Html Css Color HEX #C63109 Harley Davidson Orange
📋 copy color: '#C63109'red 198 ◦ green 49 ◦ blue 9
Shades of Harley Davidson Orange #C63109
Tints of Harley Davidson Orange #C63109
RGB
CMYK
RGB Variations
Color information
#C63109 (or 0xC63109) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 09. RGB value is (198,49,9). Sum of RGB (Red+Green+Blue) = 198+49+9=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63109 is #39CEF6. Grayscale: #595959. Windows color (decimal): -3788535 or 602566. OLE color: 602566.
HSL color Cylindrical-coordinate representation of color #C63109: hue angle of 12.7º 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 #C63109 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.22 |
| HSL | 12.7º | 0.91% | 0.41% | - |
| HSV(B) | 12.7º | 0.95% | 0.78% | - |
| XYZ | 24.44 | 14.22 | 1.72 | - |
| YUV | 88.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 9 | 0 | 0.75 | 0.95 | 0.22 | 12.7 | 0.91 | 0.41 |
| Hex | C6 | 31 | 9 | 0 | 4B | 5F | 16 | D | 5B | 29 |
| Octal | 306 | 61 | 11 | 0 | 113 | 137 | 26 | 15 | 133 | 51 |
| Binary | 11000110 | 110001 | 1001 | 0 | 1001011 | 1011111 | 10110 | 1101 | 1011011 | 101001 |
Color Harmonies of #C63109
Complementary color
Monochromatic Colors of #C63109
Black with #C63109
Text Example
Text Example
White with #C63109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63109; }
p { color: rgb(198,49,9); }
H1.HeaderClassName
{
color: #C63109;
}
.AnyTagClassName
{
color: #C63109;
}
</style>
background-color css
<style>
a { background-color: #C63109; }
a { background-color: rgb(198,49,9); }
div.DivClassName
{
background-color: #C63109;
}
.BgClassName
{
background-color: #C63109;
}
</style>
border-color css
<style>
span { border-color: #C63109; }
span { border-color: rgb(198,49,9); }
td.TdClassName
{
border-color: #C63109;
}
.TagClassName
{
border-color: #C63109;
}
</style>