Html Css Color HEX #C44122 Harley Davidson Orange
📋 copy color: '#C44122'red 196 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #C44122
Tints of Harley Davidson Orange #C44122
RGB
CMYK
RGB Variations
Color information
#C44122 (or 0xC44122) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 22. RGB value is (196,65,34). Sum of RGB (Red+Green+Blue) = 196+65+34=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44122 is #3BBEDD. Grayscale: #646464. Windows color (decimal): -3915486 or 2245060. OLE color: 2245060.
HSL color Cylindrical-coordinate representation of color #C44122: hue angle of 11.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C44122 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 34 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.23 |
| HSL | 11.48º | 0.7% | 0.45% | - |
| HSV(B) | 11.48º | 0.83% | 0.77% | - |
| XYZ | 24.94 | 15.63 | 3.22 | - |
| YUV | 100.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 34 | 0 | 0.67 | 0.83 | 0.23 | 11.48 | 0.7 | 0.45 |
| Hex | C4 | 41 | 22 | 0 | 43 | 53 | 17 | B | 46 | 2D |
| Octal | 304 | 101 | 42 | 0 | 103 | 123 | 27 | 13 | 106 | 55 |
| Binary | 11000100 | 1000001 | 100010 | 0 | 1000011 | 1010011 | 10111 | 1011 | 1000110 | 101101 |
Color Harmonies of #C44122
Complementary color
Monochromatic Colors of #C44122
Black with #C44122
Text Example
Text Example
White with #C44122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44122; }
p { color: rgb(196,65,34); }
H1.HeaderClassName
{
color: #C44122;
}
.AnyTagClassName
{
color: #C44122;
}
</style>
background-color css
<style>
a { background-color: #C44122; }
a { background-color: rgb(196,65,34); }
div.DivClassName
{
background-color: #C44122;
}
.BgClassName
{
background-color: #C44122;
}
</style>
border-color css
<style>
span { border-color: #C44122; }
span { border-color: rgb(196,65,34); }
td.TdClassName
{
border-color: #C44122;
}
.TagClassName
{
border-color: #C44122;
}
</style>