Html Css Color HEX #C3411D Harley Davidson Orange
📋 copy color: '#C3411D'red 195 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #C3411D
Tints of Harley Davidson Orange #C3411D
RGB
CMYK
RGB Variations
Color information
#C3411D (or 0xC3411D) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 1D. RGB value is (195,65,29). Sum of RGB (Red+Green+Blue) = 195+65+29=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3411D is #3CBEE2. Grayscale: #646464. Windows color (decimal): -3981027 or 1917379. OLE color: 1917379.
HSL color Cylindrical-coordinate representation of color #C3411D: hue angle of 13.01º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3411D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 29 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.24 |
| HSL | 13.01º | 0.74% | 0.44% | - |
| HSV(B) | 13.01º | 0.85% | 0.76% | - |
| XYZ | 24.62 | 15.47 | 2.85 | - |
| YUV | 99.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 29 | 0 | 0.67 | 0.85 | 0.24 | 13.01 | 0.74 | 0.44 |
| Hex | C3 | 41 | 1D | 0 | 43 | 55 | 18 | D | 4A | 2C |
| Octal | 303 | 101 | 35 | 0 | 103 | 125 | 30 | 15 | 112 | 54 |
| Binary | 11000011 | 1000001 | 11101 | 0 | 1000011 | 1010101 | 11000 | 1101 | 1001010 | 101100 |
Color Harmonies of #C3411D
Complementary color
Monochromatic Colors of #C3411D
Black with #C3411D
Text Example
Text Example
White with #C3411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3411D; }
p { color: rgb(195,65,29); }
H1.HeaderClassName
{
color: #C3411D;
}
.AnyTagClassName
{
color: #C3411D;
}
</style>
background-color css
<style>
a { background-color: #C3411D; }
a { background-color: rgb(195,65,29); }
div.DivClassName
{
background-color: #C3411D;
}
.BgClassName
{
background-color: #C3411D;
}
</style>
border-color css
<style>
span { border-color: #C3411D; }
span { border-color: rgb(195,65,29); }
td.TdClassName
{
border-color: #C3411D;
}
.TagClassName
{
border-color: #C3411D;
}
</style>