Html Css Color HEX #C4260F Harley Davidson Orange
📋 copy color: '#C4260F'red 196 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #C4260F
Tints of Harley Davidson Orange #C4260F
RGB
CMYK
RGB Variations
Color information
#C4260F (or 0xC4260F) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 0F. RGB value is (196,38,15). Sum of RGB (Red+Green+Blue) = 196+38+15=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C4260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4260F is #3BD9F0. Grayscale: #525252. Windows color (decimal): -3922417 or 992964. OLE color: 992964.
HSL color Cylindrical-coordinate representation of color #C4260F: hue angle of 7.62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4260F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.23 |
| HSL | 7.62º | 0.86% | 0.41% | - |
| HSV(B) | 7.62º | 0.92% | 0.77% | - |
| XYZ | 23.54 | 13.16 | 1.75 | - |
| YUV | 82.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 15 | 0 | 0.81 | 0.92 | 0.23 | 7.62 | 0.86 | 0.41 |
| Hex | C4 | 26 | F | 0 | 51 | 5C | 17 | 8 | 56 | 29 |
| Octal | 304 | 46 | 17 | 0 | 121 | 134 | 27 | 10 | 126 | 51 |
| Binary | 11000100 | 100110 | 1111 | 0 | 1010001 | 1011100 | 10111 | 1000 | 1010110 | 101001 |
Color Harmonies of #C4260F
Complementary color
Monochromatic Colors of #C4260F
Black with #C4260F
Text Example
Text Example
White with #C4260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4260F; }
p { color: rgb(196,38,15); }
H1.HeaderClassName
{
color: #C4260F;
}
.AnyTagClassName
{
color: #C4260F;
}
</style>
background-color css
<style>
a { background-color: #C4260F; }
a { background-color: rgb(196,38,15); }
div.DivClassName
{
background-color: #C4260F;
}
.BgClassName
{
background-color: #C4260F;
}
</style>
border-color css
<style>
span { border-color: #C4260F; }
span { border-color: rgb(196,38,15); }
td.TdClassName
{
border-color: #C4260F;
}
.TagClassName
{
border-color: #C4260F;
}
</style>