Html Css Color HEX #C4321A Harley Davidson Orange
📋 copy color: '#C4321A'red 196 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C4321A
Tints of Harley Davidson Orange #C4321A
RGB
CMYK
RGB Variations
Color information
#C4321A (or 0xC4321A) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 1A. RGB value is (196,50,26). Sum of RGB (Red+Green+Blue) = 196+50+26=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4321A is #3BCDE5. Grayscale: #5B5B5B. Windows color (decimal): -3919334 or 1716932. OLE color: 1716932.
HSL color Cylindrical-coordinate representation of color #C4321A: hue angle of 8.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4321A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.23 |
| HSL | 8.47º | 0.77% | 0.44% | - |
| HSV(B) | 8.47º | 0.87% | 0.77% | - |
| XYZ | 24.09 | 14.09 | 2.43 | - |
| YUV | 90.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 26 | 0 | 0.74 | 0.87 | 0.23 | 8.47 | 0.77 | 0.44 |
| Hex | C4 | 32 | 1A | 0 | 4A | 57 | 17 | 8 | 4D | 2C |
| Octal | 304 | 62 | 32 | 0 | 112 | 127 | 27 | 10 | 115 | 54 |
| Binary | 11000100 | 110010 | 11010 | 0 | 1001010 | 1010111 | 10111 | 1000 | 1001101 | 101100 |
Color Harmonies of #C4321A
Complementary color
Monochromatic Colors of #C4321A
Black with #C4321A
Text Example
Text Example
White with #C4321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4321A; }
p { color: rgb(196,50,26); }
H1.HeaderClassName
{
color: #C4321A;
}
.AnyTagClassName
{
color: #C4321A;
}
</style>
background-color css
<style>
a { background-color: #C4321A; }
a { background-color: rgb(196,50,26); }
div.DivClassName
{
background-color: #C4321A;
}
.BgClassName
{
background-color: #C4321A;
}
</style>
border-color css
<style>
span { border-color: #C4321A; }
span { border-color: rgb(196,50,26); }
td.TdClassName
{
border-color: #C4321A;
}
.TagClassName
{
border-color: #C4321A;
}
</style>