Html Css Color HEX #C61A0C Harley Davidson Orange
📋 copy color: '#C61A0C'red 198 ◦ green 26 ◦ blue 12
Shades of Harley Davidson Orange #C61A0C
Tints of Harley Davidson Orange #C61A0C
RGB
CMYK
RGB Variations
Color information
#C61A0C (or 0xC61A0C) is known color: Harley Davidson Orange. HEX triplet: C6, 1A and 0C. RGB value is (198,26,12). Sum of RGB (Red+Green+Blue) = 198+26+12=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A0C is #39E5F3. Grayscale: #4C4C4C. Windows color (decimal): -3794420 or 793286. OLE color: 793286.
HSL color Cylindrical-coordinate representation of color #C61A0C: hue angle of 4.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C61A0C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 12 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.22 |
| HSL | 4.52º | 0.89% | 0.41% | - |
| HSV(B) | 4.52º | 0.94% | 0.78% | - |
| XYZ | 23.72 | 12.77 | 1.56 | - |
| YUV | 75.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 12 | 0 | 0.87 | 0.94 | 0.22 | 4.52 | 0.89 | 0.41 |
| Hex | C6 | 1A | C | 0 | 57 | 5E | 16 | 5 | 59 | 29 |
| Octal | 306 | 32 | 14 | 0 | 127 | 136 | 26 | 5 | 131 | 51 |
| Binary | 11000110 | 11010 | 1100 | 0 | 1010111 | 1011110 | 10110 | 101 | 1011001 | 101001 |
Color Harmonies of #C61A0C
Complementary color
Monochromatic Colors of #C61A0C
Black with #C61A0C
Text Example
Text Example
White with #C61A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A0C; }
p { color: rgb(198,26,12); }
H1.HeaderClassName
{
color: #C61A0C;
}
.AnyTagClassName
{
color: #C61A0C;
}
</style>
background-color css
<style>
a { background-color: #C61A0C; }
a { background-color: rgb(198,26,12); }
div.DivClassName
{
background-color: #C61A0C;
}
.BgClassName
{
background-color: #C61A0C;
}
</style>
border-color css
<style>
span { border-color: #C61A0C; }
span { border-color: rgb(198,26,12); }
td.TdClassName
{
border-color: #C61A0C;
}
.TagClassName
{
border-color: #C61A0C;
}
</style>