Html Css Color HEX #C61C09 Harley Davidson Orange
📋 copy color: '#C61C09'red 198 ◦ green 28 ◦ blue 9
Shades of Harley Davidson Orange #C61C09
Tints of Harley Davidson Orange #C61C09
RGB
CMYK
RGB Variations
Color information
#C61C09 (or 0xC61C09) is known color: Harley Davidson Orange. HEX triplet: C6, 1C and 09. RGB value is (198,28,9). Sum of RGB (Red+Green+Blue) = 198+28+9=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C09 is #39E3F6. Grayscale: #4C4C4C. Windows color (decimal): -3793911 or 597190. OLE color: 597190.
HSL color Cylindrical-coordinate representation of color #C61C09: hue angle of 6.03º 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 #C61C09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 9 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.22 |
| HSL | 6.03º | 0.91% | 0.41% | - |
| HSV(B) | 6.03º | 0.95% | 0.78% | - |
| XYZ | 23.75 | 12.86 | 1.49 | - |
| YUV | 76.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 9 | 0 | 0.86 | 0.95 | 0.22 | 6.03 | 0.91 | 0.41 |
| Hex | C6 | 1C | 9 | 0 | 56 | 5F | 16 | 6 | 5B | 29 |
| Octal | 306 | 34 | 11 | 0 | 126 | 137 | 26 | 6 | 133 | 51 |
| Binary | 11000110 | 11100 | 1001 | 0 | 1010110 | 1011111 | 10110 | 110 | 1011011 | 101001 |
Color Harmonies of #C61C09
Complementary color
Monochromatic Colors of #C61C09
Black with #C61C09
Text Example
Text Example
White with #C61C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C09; }
p { color: rgb(198,28,9); }
H1.HeaderClassName
{
color: #C61C09;
}
.AnyTagClassName
{
color: #C61C09;
}
</style>
background-color css
<style>
a { background-color: #C61C09; }
a { background-color: rgb(198,28,9); }
div.DivClassName
{
background-color: #C61C09;
}
.BgClassName
{
background-color: #C61C09;
}
</style>
border-color css
<style>
span { border-color: #C61C09; }
span { border-color: rgb(198,28,9); }
td.TdClassName
{
border-color: #C61C09;
}
.TagClassName
{
border-color: #C61C09;
}
</style>