Html Css Color HEX #C4260D Harley Davidson Orange
📋 copy color: '#C4260D'red 196 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #C4260D
Tints of Harley Davidson Orange #C4260D
RGB
CMYK
RGB Variations
Color information
#C4260D (or 0xC4260D) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 0D. RGB value is (196,38,13). Sum of RGB (Red+Green+Blue) = 196+38+13=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4260D is #3BD9F2. Grayscale: #525252. Windows color (decimal): -3922419 or 861892. OLE color: 861892.
HSL color Cylindrical-coordinate representation of color #C4260D: hue angle of 8.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4260D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.23 |
| HSL | 8.2º | 0.88% | 0.41% | - |
| HSV(B) | 8.2º | 0.93% | 0.77% | - |
| XYZ | 23.53 | 13.15 | 1.68 | - |
| YUV | 82.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 13 | 0 | 0.81 | 0.93 | 0.23 | 8.2 | 0.88 | 0.41 |
| Hex | C4 | 26 | D | 0 | 51 | 5D | 17 | 8 | 58 | 29 |
| Octal | 304 | 46 | 15 | 0 | 121 | 135 | 27 | 10 | 130 | 51 |
| Binary | 11000100 | 100110 | 1101 | 0 | 1010001 | 1011101 | 10111 | 1000 | 1011000 | 101001 |
Color Harmonies of #C4260D
Complementary color
Monochromatic Colors of #C4260D
Black with #C4260D
Text Example
Text Example
White with #C4260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4260D; }
p { color: rgb(196,38,13); }
H1.HeaderClassName
{
color: #C4260D;
}
.AnyTagClassName
{
color: #C4260D;
}
</style>
background-color css
<style>
a { background-color: #C4260D; }
a { background-color: rgb(196,38,13); }
div.DivClassName
{
background-color: #C4260D;
}
.BgClassName
{
background-color: #C4260D;
}
</style>
border-color css
<style>
span { border-color: #C4260D; }
span { border-color: rgb(196,38,13); }
td.TdClassName
{
border-color: #C4260D;
}
.TagClassName
{
border-color: #C4260D;
}
</style>