Html Css Color HEX #C4441D Harley Davidson Orange
📋 copy color: '#C4441D'red 196 ◦ green 68 ◦ blue 29
Shades of Harley Davidson Orange #C4441D
Tints of Harley Davidson Orange #C4441D
RGB
CMYK
RGB Variations
Color information
#C4441D (or 0xC4441D) is known color: Harley Davidson Orange. HEX triplet: C4, 44 and 1D. RGB value is (196,68,29). Sum of RGB (Red+Green+Blue) = 196+68+29=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4441D is #3BBBE2. Grayscale: #666666. Windows color (decimal): -3914723 or 1918148. OLE color: 1918148.
HSL color Cylindrical-coordinate representation of color #C4441D: hue angle of 14.01º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4441D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.23 |
| HSL | 14.01º | 0.74% | 0.44% | - |
| HSV(B) | 14.01º | 0.85% | 0.77% | - |
| XYZ | 25.05 | 15.96 | 2.92 | - |
| YUV | 101.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 29 | 0 | 0.65 | 0.85 | 0.23 | 14.01 | 0.74 | 0.44 |
| Hex | C4 | 44 | 1D | 0 | 41 | 55 | 17 | E | 4A | 2C |
| Octal | 304 | 104 | 35 | 0 | 101 | 125 | 27 | 16 | 112 | 54 |
| Binary | 11000100 | 1000100 | 11101 | 0 | 1000001 | 1010101 | 10111 | 1110 | 1001010 | 101100 |
Color Harmonies of #C4441D
Complementary color
Monochromatic Colors of #C4441D
Black with #C4441D
Text Example
Text Example
White with #C4441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4441D; }
p { color: rgb(196,68,29); }
H1.HeaderClassName
{
color: #C4441D;
}
.AnyTagClassName
{
color: #C4441D;
}
</style>
background-color css
<style>
a { background-color: #C4441D; }
a { background-color: rgb(196,68,29); }
div.DivClassName
{
background-color: #C4441D;
}
.BgClassName
{
background-color: #C4441D;
}
</style>
border-color css
<style>
span { border-color: #C4441D; }
span { border-color: rgb(196,68,29); }
td.TdClassName
{
border-color: #C4441D;
}
.TagClassName
{
border-color: #C4441D;
}
</style>