Html Css Color HEX #C4321B Harley Davidson Orange
📋 copy color: '#C4321B'red 196 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C4321B
Tints of Harley Davidson Orange #C4321B
RGB
CMYK
RGB Variations
Color information
#C4321B (or 0xC4321B) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 1B. RGB value is (196,50,27). Sum of RGB (Red+Green+Blue) = 196+50+27=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4321B is #3BCDE4. Grayscale: #5B5B5B. Windows color (decimal): -3919333 or 1782468. OLE color: 1782468.
HSL color Cylindrical-coordinate representation of color #C4321B: hue angle of 8.17º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4321B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.23 |
| HSL | 8.17º | 0.76% | 0.44% | - |
| HSV(B) | 8.17º | 0.86% | 0.77% | - |
| XYZ | 24.1 | 14.1 | 2.49 | - |
| YUV | 91.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 27 | 0 | 0.74 | 0.86 | 0.23 | 8.17 | 0.76 | 0.44 |
| Hex | C4 | 32 | 1B | 0 | 4A | 56 | 17 | 8 | 4C | 2C |
| Octal | 304 | 62 | 33 | 0 | 112 | 126 | 27 | 10 | 114 | 54 |
| Binary | 11000100 | 110010 | 11011 | 0 | 1001010 | 1010110 | 10111 | 1000 | 1001100 | 101100 |
Color Harmonies of #C4321B
Complementary color
Monochromatic Colors of #C4321B
Black with #C4321B
Text Example
Text Example
White with #C4321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4321B; }
p { color: rgb(196,50,27); }
H1.HeaderClassName
{
color: #C4321B;
}
.AnyTagClassName
{
color: #C4321B;
}
</style>
background-color css
<style>
a { background-color: #C4321B; }
a { background-color: rgb(196,50,27); }
div.DivClassName
{
background-color: #C4321B;
}
.BgClassName
{
background-color: #C4321B;
}
</style>
border-color css
<style>
span { border-color: #C4321B; }
span { border-color: rgb(196,50,27); }
td.TdClassName
{
border-color: #C4321B;
}
.TagClassName
{
border-color: #C4321B;
}
</style>