Html Css Color HEX #C4260C Harley Davidson Orange
📋 copy color: '#C4260C'red 196 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #C4260C
Tints of Harley Davidson Orange #C4260C
RGB
CMYK
RGB Variations
Color information
#C4260C (or 0xC4260C) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 0C. RGB value is (196,38,12). Sum of RGB (Red+Green+Blue) = 196+38+12=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4260C is #3BD9F3. Grayscale: #525252. Windows color (decimal): -3922420 or 796356. OLE color: 796356.
HSL color Cylindrical-coordinate representation of color #C4260C: hue angle of 8.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4260C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.23 |
| HSL | 8.48º | 0.88% | 0.41% | - |
| HSV(B) | 8.48º | 0.94% | 0.77% | - |
| XYZ | 23.52 | 13.15 | 1.65 | - |
| YUV | 82.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 12 | 0 | 0.81 | 0.94 | 0.23 | 8.48 | 0.88 | 0.41 |
| Hex | C4 | 26 | C | 0 | 51 | 5E | 17 | 8 | 58 | 29 |
| Octal | 304 | 46 | 14 | 0 | 121 | 136 | 27 | 10 | 130 | 51 |
| Binary | 11000100 | 100110 | 1100 | 0 | 1010001 | 1011110 | 10111 | 1000 | 1011000 | 101001 |
Color Harmonies of #C4260C
Complementary color
Monochromatic Colors of #C4260C
Black with #C4260C
Text Example
Text Example
White with #C4260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4260C; }
p { color: rgb(196,38,12); }
H1.HeaderClassName
{
color: #C4260C;
}
.AnyTagClassName
{
color: #C4260C;
}
</style>
background-color css
<style>
a { background-color: #C4260C; }
a { background-color: rgb(196,38,12); }
div.DivClassName
{
background-color: #C4260C;
}
.BgClassName
{
background-color: #C4260C;
}
</style>
border-color css
<style>
span { border-color: #C4260C; }
span { border-color: rgb(196,38,12); }
td.TdClassName
{
border-color: #C4260C;
}
.TagClassName
{
border-color: #C4260C;
}
</style>