Html Css Color HEX #C3260E Harley Davidson Orange
📋 copy color: '#C3260E'red 195 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #C3260E
Tints of Harley Davidson Orange #C3260E
RGB
CMYK
RGB Variations
Color information
#C3260E (or 0xC3260E) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 0E. RGB value is (195,38,14). Sum of RGB (Red+Green+Blue) = 195+38+14=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3260E is #3CD9F1. Grayscale: #525252. Windows color (decimal): -3987954 or 927427. OLE color: 927427.
HSL color Cylindrical-coordinate representation of color #C3260E: hue angle of 7.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3260E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 14 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.24 |
| HSL | 7.96º | 0.87% | 0.41% | - |
| HSV(B) | 7.96º | 0.93% | 0.76% | - |
| XYZ | 23.28 | 13.02 | 1.7 | - |
| YUV | 82.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 14 | 0 | 0.81 | 0.93 | 0.24 | 7.96 | 0.87 | 0.41 |
| Hex | C3 | 26 | E | 0 | 51 | 5D | 18 | 8 | 57 | 29 |
| Octal | 303 | 46 | 16 | 0 | 121 | 135 | 30 | 10 | 127 | 51 |
| Binary | 11000011 | 100110 | 1110 | 0 | 1010001 | 1011101 | 11000 | 1000 | 1010111 | 101001 |
Color Harmonies of #C3260E
Complementary color
Monochromatic Colors of #C3260E
Black with #C3260E
Text Example
Text Example
White with #C3260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3260E; }
p { color: rgb(195,38,14); }
H1.HeaderClassName
{
color: #C3260E;
}
.AnyTagClassName
{
color: #C3260E;
}
</style>
background-color css
<style>
a { background-color: #C3260E; }
a { background-color: rgb(195,38,14); }
div.DivClassName
{
background-color: #C3260E;
}
.BgClassName
{
background-color: #C3260E;
}
</style>
border-color css
<style>
span { border-color: #C3260E; }
span { border-color: rgb(195,38,14); }
td.TdClassName
{
border-color: #C3260E;
}
.TagClassName
{
border-color: #C3260E;
}
</style>