Html Css Color HEX #C44220 Harley Davidson Orange
📋 copy color: '#C44220'red 196 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #C44220
Tints of Harley Davidson Orange #C44220
RGB
CMYK
RGB Variations
Color information
#C44220 (or 0xC44220) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 20. RGB value is (196,66,32). Sum of RGB (Red+Green+Blue) = 196+66+32=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C44220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44220 is #3BBDDF. Grayscale: #656565. Windows color (decimal): -3915232 or 2114244. OLE color: 2114244.
HSL color Cylindrical-coordinate representation of color #C44220: hue angle of 12.44º degrees, saturation: 0.72, 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 #C44220 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 12.44º | 0.72% | 0.45% | - |
| HSV(B) | 12.44º | 0.84% | 0.77% | - |
| XYZ | 24.97 | 15.74 | 3.09 | - |
| YUV | 100.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 32 | 0 | 0.66 | 0.84 | 0.23 | 12.44 | 0.72 | 0.45 |
| Hex | C4 | 42 | 20 | 0 | 42 | 54 | 17 | C | 48 | 2D |
| Octal | 304 | 102 | 40 | 0 | 102 | 124 | 27 | 14 | 110 | 55 |
| Binary | 11000100 | 1000010 | 100000 | 0 | 1000010 | 1010100 | 10111 | 1100 | 1001000 | 101101 |
Color Harmonies of #C44220
Complementary color
Monochromatic Colors of #C44220
Black with #C44220
Text Example
Text Example
White with #C44220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44220; }
p { color: rgb(196,66,32); }
H1.HeaderClassName
{
color: #C44220;
}
.AnyTagClassName
{
color: #C44220;
}
</style>
background-color css
<style>
a { background-color: #C44220; }
a { background-color: rgb(196,66,32); }
div.DivClassName
{
background-color: #C44220;
}
.BgClassName
{
background-color: #C44220;
}
</style>
border-color css
<style>
span { border-color: #C44220; }
span { border-color: rgb(196,66,32); }
td.TdClassName
{
border-color: #C44220;
}
.TagClassName
{
border-color: #C44220;
}
</style>