Html Css Color HEX #C4321E Harley Davidson Orange
📋 copy color: '#C4321E'red 196 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #C4321E
Tints of Harley Davidson Orange #C4321E
RGB
CMYK
RGB Variations
Color information
#C4321E (or 0xC4321E) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 1E. RGB value is (196,50,30). Sum of RGB (Red+Green+Blue) = 196+50+30=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4321E is #3BCDE1. Grayscale: #5B5B5B. Windows color (decimal): -3919330 or 1979076. OLE color: 1979076.
HSL color Cylindrical-coordinate representation of color #C4321E: hue angle of 7.23º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4321E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.23 |
| HSL | 7.23º | 0.73% | 0.44% | - |
| HSV(B) | 7.23º | 0.85% | 0.77% | - |
| XYZ | 24.14 | 14.11 | 2.68 | - |
| YUV | 91.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 30 | 0 | 0.74 | 0.85 | 0.23 | 7.23 | 0.73 | 0.44 |
| Hex | C4 | 32 | 1E | 0 | 4A | 55 | 17 | 7 | 49 | 2C |
| Octal | 304 | 62 | 36 | 0 | 112 | 125 | 27 | 7 | 111 | 54 |
| Binary | 11000100 | 110010 | 11110 | 0 | 1001010 | 1010101 | 10111 | 111 | 1001001 | 101100 |
Color Harmonies of #C4321E
Complementary color
Monochromatic Colors of #C4321E
Black with #C4321E
Text Example
Text Example
White with #C4321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4321E; }
p { color: rgb(196,50,30); }
H1.HeaderClassName
{
color: #C4321E;
}
.AnyTagClassName
{
color: #C4321E;
}
</style>
background-color css
<style>
a { background-color: #C4321E; }
a { background-color: rgb(196,50,30); }
div.DivClassName
{
background-color: #C4321E;
}
.BgClassName
{
background-color: #C4321E;
}
</style>
border-color css
<style>
span { border-color: #C4321E; }
span { border-color: rgb(196,50,30); }
td.TdClassName
{
border-color: #C4321E;
}
.TagClassName
{
border-color: #C4321E;
}
</style>