Html Css Color HEX #C4320D Harley Davidson Orange
📋 copy color: '#C4320D'red 196 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #C4320D
Tints of Harley Davidson Orange #C4320D
RGB
CMYK
RGB Variations
Color information
#C4320D (or 0xC4320D) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 0D. RGB value is (196,50,13). Sum of RGB (Red+Green+Blue) = 196+50+13=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4320D is #3BCDF2. Grayscale: #595959. Windows color (decimal): -3919347 or 864964. OLE color: 864964.
HSL color Cylindrical-coordinate representation of color #C4320D: hue angle of 12.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4320D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.23 |
| HSL | 12.13º | 0.88% | 0.41% | - |
| HSV(B) | 12.13º | 0.93% | 0.77% | - |
| XYZ | 23.98 | 14.05 | 1.83 | - |
| YUV | 89.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 13 | 0 | 0.74 | 0.93 | 0.23 | 12.13 | 0.88 | 0.41 |
| Hex | C4 | 32 | D | 0 | 4A | 5D | 17 | C | 58 | 29 |
| Octal | 304 | 62 | 15 | 0 | 112 | 135 | 27 | 14 | 130 | 51 |
| Binary | 11000100 | 110010 | 1101 | 0 | 1001010 | 1011101 | 10111 | 1100 | 1011000 | 101001 |
Color Harmonies of #C4320D
Complementary color
Monochromatic Colors of #C4320D
Black with #C4320D
Text Example
Text Example
White with #C4320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4320D; }
p { color: rgb(196,50,13); }
H1.HeaderClassName
{
color: #C4320D;
}
.AnyTagClassName
{
color: #C4320D;
}
</style>
background-color css
<style>
a { background-color: #C4320D; }
a { background-color: rgb(196,50,13); }
div.DivClassName
{
background-color: #C4320D;
}
.BgClassName
{
background-color: #C4320D;
}
</style>
border-color css
<style>
span { border-color: #C4320D; }
span { border-color: rgb(196,50,13); }
td.TdClassName
{
border-color: #C4320D;
}
.TagClassName
{
border-color: #C4320D;
}
</style>