Html Css Color HEX #C3280E Harley Davidson Orange
📋 copy color: '#C3280E'red 195 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #C3280E
Tints of Harley Davidson Orange #C3280E
RGB
CMYK
RGB Variations
Color information
#C3280E (or 0xC3280E) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 0E. RGB value is (195,40,14). Sum of RGB (Red+Green+Blue) = 195+40+14=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C3280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3280E is #3CD7F1. Grayscale: #535353. Windows color (decimal): -3987442 or 927939. OLE color: 927939.
HSL color Cylindrical-coordinate representation of color #C3280E: hue angle of 8.62º 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 #C3280E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.24 |
| HSL | 8.62º | 0.87% | 0.41% | - |
| HSV(B) | 8.62º | 0.93% | 0.76% | - |
| XYZ | 23.34 | 13.15 | 1.72 | - |
| YUV | 83.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 14 | 0 | 0.79 | 0.93 | 0.24 | 8.62 | 0.87 | 0.41 |
| Hex | C3 | 28 | E | 0 | 4F | 5D | 18 | 9 | 57 | 29 |
| Octal | 303 | 50 | 16 | 0 | 117 | 135 | 30 | 11 | 127 | 51 |
| Binary | 11000011 | 101000 | 1110 | 0 | 1001111 | 1011101 | 11000 | 1001 | 1010111 | 101001 |
Color Harmonies of #C3280E
Complementary color
Monochromatic Colors of #C3280E
Black with #C3280E
Text Example
Text Example
White with #C3280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3280E; }
p { color: rgb(195,40,14); }
H1.HeaderClassName
{
color: #C3280E;
}
.AnyTagClassName
{
color: #C3280E;
}
</style>
background-color css
<style>
a { background-color: #C3280E; }
a { background-color: rgb(195,40,14); }
div.DivClassName
{
background-color: #C3280E;
}
.BgClassName
{
background-color: #C3280E;
}
</style>
border-color css
<style>
span { border-color: #C3280E; }
span { border-color: rgb(195,40,14); }
td.TdClassName
{
border-color: #C3280E;
}
.TagClassName
{
border-color: #C3280E;
}
</style>