Html Css Color HEX #C44320 Harley Davidson Orange
📋 copy color: '#C44320'red 196 ◦ green 67 ◦ blue 32
Shades of Harley Davidson Orange #C44320
Tints of Harley Davidson Orange #C44320
RGB
CMYK
RGB Variations
Color information
#C44320 (or 0xC44320) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 20. RGB value is (196,67,32). Sum of RGB (Red+Green+Blue) = 196+67+32=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44320 is #3BBCDF. Grayscale: #656565. Windows color (decimal): -3914976 or 2114500. OLE color: 2114500.
HSL color Cylindrical-coordinate representation of color #C44320: hue angle of 12.8º 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 #C44320 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 12.8º | 0.72% | 0.45% | - |
| HSV(B) | 12.8º | 0.84% | 0.77% | - |
| XYZ | 25.03 | 15.85 | 3.11 | - |
| YUV | 101.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 32 | 0 | 0.66 | 0.84 | 0.23 | 12.8 | 0.72 | 0.45 |
| Hex | C4 | 43 | 20 | 0 | 42 | 54 | 17 | D | 48 | 2D |
| Octal | 304 | 103 | 40 | 0 | 102 | 124 | 27 | 15 | 110 | 55 |
| Binary | 11000100 | 1000011 | 100000 | 0 | 1000010 | 1010100 | 10111 | 1101 | 1001000 | 101101 |
Color Harmonies of #C44320
Complementary color
Monochromatic Colors of #C44320
Black with #C44320
Text Example
Text Example
White with #C44320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44320; }
p { color: rgb(196,67,32); }
H1.HeaderClassName
{
color: #C44320;
}
.AnyTagClassName
{
color: #C44320;
}
</style>
background-color css
<style>
a { background-color: #C44320; }
a { background-color: rgb(196,67,32); }
div.DivClassName
{
background-color: #C44320;
}
.BgClassName
{
background-color: #C44320;
}
</style>
border-color css
<style>
span { border-color: #C44320; }
span { border-color: rgb(196,67,32); }
td.TdClassName
{
border-color: #C44320;
}
.TagClassName
{
border-color: #C44320;
}
</style>