Html Css Color HEX #C4321F Harley Davidson Orange
📋 copy color: '#C4321F'red 196 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #C4321F
Tints of Harley Davidson Orange #C4321F
RGB
CMYK
RGB Variations
Color information
#C4321F (or 0xC4321F) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 1F. RGB value is (196,50,31). Sum of RGB (Red+Green+Blue) = 196+50+31=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4321F is #3BCDE0. Grayscale: #5B5B5B. Windows color (decimal): -3919329 or 2044612. OLE color: 2044612.
HSL color Cylindrical-coordinate representation of color #C4321F: hue angle of 6.91º degrees, saturation: 0.73, 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 #C4321F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 31 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.23 |
| HSL | 6.91º | 0.73% | 0.45% | - |
| HSV(B) | 6.91º | 0.84% | 0.77% | - |
| XYZ | 24.15 | 14.12 | 2.75 | - |
| YUV | 91.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 31 | 0 | 0.74 | 0.84 | 0.23 | 6.91 | 0.73 | 0.45 |
| Hex | C4 | 32 | 1F | 0 | 4A | 54 | 17 | 7 | 49 | 2D |
| Octal | 304 | 62 | 37 | 0 | 112 | 124 | 27 | 7 | 111 | 55 |
| Binary | 11000100 | 110010 | 11111 | 0 | 1001010 | 1010100 | 10111 | 111 | 1001001 | 101101 |
Color Harmonies of #C4321F
Complementary color
Monochromatic Colors of #C4321F
Black with #C4321F
Text Example
Text Example
White with #C4321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4321F; }
p { color: rgb(196,50,31); }
H1.HeaderClassName
{
color: #C4321F;
}
.AnyTagClassName
{
color: #C4321F;
}
</style>
background-color css
<style>
a { background-color: #C4321F; }
a { background-color: rgb(196,50,31); }
div.DivClassName
{
background-color: #C4321F;
}
.BgClassName
{
background-color: #C4321F;
}
</style>
border-color css
<style>
span { border-color: #C4321F; }
span { border-color: rgb(196,50,31); }
td.TdClassName
{
border-color: #C4321F;
}
.TagClassName
{
border-color: #C4321F;
}
</style>