Html Css Color HEX #C4441F Harley Davidson Orange
📋 copy color: '#C4441F'red 196 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #C4441F
Tints of Harley Davidson Orange #C4441F
RGB
CMYK
RGB Variations
Color information
#C4441F (or 0xC4441F) is known color: Harley Davidson Orange. HEX triplet: C4, 44 and 1F. RGB value is (196,68,31). Sum of RGB (Red+Green+Blue) = 196+68+31=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4441F is #3BBBE0. Grayscale: #666666. Windows color (decimal): -3914721 or 2049220. OLE color: 2049220.
HSL color Cylindrical-coordinate representation of color #C4441F: hue angle of 13.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4441F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.23 |
| HSL | 13.45º | 0.73% | 0.45% | - |
| HSV(B) | 13.45º | 0.84% | 0.77% | - |
| XYZ | 25.08 | 15.97 | 3.06 | - |
| YUV | 102.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 31 | 0 | 0.65 | 0.84 | 0.23 | 13.45 | 0.73 | 0.45 |
| Hex | C4 | 44 | 1F | 0 | 41 | 54 | 17 | D | 49 | 2D |
| Octal | 304 | 104 | 37 | 0 | 101 | 124 | 27 | 15 | 111 | 55 |
| Binary | 11000100 | 1000100 | 11111 | 0 | 1000001 | 1010100 | 10111 | 1101 | 1001001 | 101101 |
Color Harmonies of #C4441F
Complementary color
Monochromatic Colors of #C4441F
Black with #C4441F
Text Example
Text Example
White with #C4441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4441F; }
p { color: rgb(196,68,31); }
H1.HeaderClassName
{
color: #C4441F;
}
.AnyTagClassName
{
color: #C4441F;
}
</style>
background-color css
<style>
a { background-color: #C4441F; }
a { background-color: rgb(196,68,31); }
div.DivClassName
{
background-color: #C4441F;
}
.BgClassName
{
background-color: #C4441F;
}
</style>
border-color css
<style>
span { border-color: #C4441F; }
span { border-color: rgb(196,68,31); }
td.TdClassName
{
border-color: #C4441F;
}
.TagClassName
{
border-color: #C4441F;
}
</style>