Html Css Color HEX #C0341D Harley Davidson Orange
📋 copy color: '#C0341D'red 192 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #C0341D
Tints of Harley Davidson Orange #C0341D
RGB
CMYK
RGB Variations
Color information
#C0341D (or 0xC0341D) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 1D. RGB value is (192,52,29). Sum of RGB (Red+Green+Blue) = 192+52+29=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0341D is #3FCBE2. Grayscale: #5B5B5B. Windows color (decimal): -4180963 or 1914048. OLE color: 1914048.
HSL color Cylindrical-coordinate representation of color #C0341D: hue angle of 8.47º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0341D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 29 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.25 |
| HSL | 8.47º | 0.74% | 0.43% | - |
| HSV(B) | 8.47º | 0.85% | 0.75% | - |
| XYZ | 23.19 | 13.75 | 2.59 | - |
| YUV | 91.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 29 | 0 | 0.73 | 0.85 | 0.25 | 8.47 | 0.74 | 0.43 |
| Hex | C0 | 34 | 1D | 0 | 49 | 55 | 19 | 8 | 4A | 2B |
| Octal | 300 | 64 | 35 | 0 | 111 | 125 | 31 | 10 | 112 | 53 |
| Binary | 11000000 | 110100 | 11101 | 0 | 1001001 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #C0341D
Complementary color
Monochromatic Colors of #C0341D
Black with #C0341D
Text Example
Text Example
White with #C0341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0341D; }
p { color: rgb(192,52,29); }
H1.HeaderClassName
{
color: #C0341D;
}
.AnyTagClassName
{
color: #C0341D;
}
</style>
background-color css
<style>
a { background-color: #C0341D; }
a { background-color: rgb(192,52,29); }
div.DivClassName
{
background-color: #C0341D;
}
.BgClassName
{
background-color: #C0341D;
}
</style>
border-color css
<style>
span { border-color: #C0341D; }
span { border-color: rgb(192,52,29); }
td.TdClassName
{
border-color: #C0341D;
}
.TagClassName
{
border-color: #C0341D;
}
</style>