Html Css Color HEX #C4320A Harley Davidson Orange
📋 copy color: '#C4320A'red 196 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #C4320A
Tints of Harley Davidson Orange #C4320A
RGB
CMYK
RGB Variations
Color information
#C4320A (or 0xC4320A) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 0A. RGB value is (196,50,10). Sum of RGB (Red+Green+Blue) = 196+50+10=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4320A is #3BCDF5. Grayscale: #595959. Windows color (decimal): -3919350 or 668356. OLE color: 668356.
HSL color Cylindrical-coordinate representation of color #C4320A: hue angle of 12.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4320A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.23 |
| HSL | 12.9º | 0.9% | 0.4% | - |
| HSV(B) | 12.9º | 0.95% | 0.77% | - |
| XYZ | 23.96 | 14.04 | 1.73 | - |
| YUV | 89.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 10 | 0 | 0.74 | 0.95 | 0.23 | 12.9 | 0.9 | 0.4 |
| Hex | C4 | 32 | A | 0 | 4A | 5F | 17 | D | 5A | 28 |
| Octal | 304 | 62 | 12 | 0 | 112 | 137 | 27 | 15 | 132 | 50 |
| Binary | 11000100 | 110010 | 1010 | 0 | 1001010 | 1011111 | 10111 | 1101 | 1011010 | 101000 |
Color Harmonies of #C4320A
Complementary color
Monochromatic Colors of #C4320A
Black with #C4320A
Text Example
Text Example
White with #C4320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4320A; }
p { color: rgb(196,50,10); }
H1.HeaderClassName
{
color: #C4320A;
}
.AnyTagClassName
{
color: #C4320A;
}
</style>
background-color css
<style>
a { background-color: #C4320A; }
a { background-color: rgb(196,50,10); }
div.DivClassName
{
background-color: #C4320A;
}
.BgClassName
{
background-color: #C4320A;
}
</style>
border-color css
<style>
span { border-color: #C4320A; }
span { border-color: rgb(196,50,10); }
td.TdClassName
{
border-color: #C4320A;
}
.TagClassName
{
border-color: #C4320A;
}
</style>