Html Css Color HEX #C3340E Harley Davidson Orange
📋 copy color: '#C3340E'red 195 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #C3340E
Tints of Harley Davidson Orange #C3340E
RGB
CMYK
RGB Variations
Color information
#C3340E (or 0xC3340E) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 0E. RGB value is (195,52,14). Sum of RGB (Red+Green+Blue) = 195+52+14=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3340E is #3CCBF1. Grayscale: #5A5A5A. Windows color (decimal): -3984370 or 931011. OLE color: 931011.
HSL color Cylindrical-coordinate representation of color #C3340E: hue angle of 12.6º 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 #C3340E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.24 |
| HSL | 12.6º | 0.87% | 0.41% | - |
| HSV(B) | 12.6º | 0.93% | 0.76% | - |
| XYZ | 23.81 | 14.09 | 1.88 | - |
| YUV | 90.43 | 84.88 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 14 | 0 | 0.73 | 0.93 | 0.24 | 12.6 | 0.87 | 0.41 |
| Hex | C3 | 34 | E | 0 | 49 | 5D | 18 | D | 57 | 29 |
| Octal | 303 | 64 | 16 | 0 | 111 | 135 | 30 | 15 | 127 | 51 |
| Binary | 11000011 | 110100 | 1110 | 0 | 1001001 | 1011101 | 11000 | 1101 | 1010111 | 101001 |
Color Harmonies of #C3340E
Complementary color
Monochromatic Colors of #C3340E
Black with #C3340E
Text Example
Text Example
White with #C3340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3340E; }
p { color: rgb(195,52,14); }
H1.HeaderClassName
{
color: #C3340E;
}
.AnyTagClassName
{
color: #C3340E;
}
</style>
background-color css
<style>
a { background-color: #C3340E; }
a { background-color: rgb(195,52,14); }
div.DivClassName
{
background-color: #C3340E;
}
.BgClassName
{
background-color: #C3340E;
}
</style>
border-color css
<style>
span { border-color: #C3340E; }
span { border-color: rgb(195,52,14); }
td.TdClassName
{
border-color: #C3340E;
}
.TagClassName
{
border-color: #C3340E;
}
</style>