Html Css Color HEX #C42014 Harley Davidson Orange
📋 copy color: '#C42014'red 196 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #C42014
Tints of Harley Davidson Orange #C42014
RGB
CMYK
RGB Variations
Color information
#C42014 (or 0xC42014) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 14. RGB value is (196,32,20). Sum of RGB (Red+Green+Blue) = 196+32+20=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C42014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42014 is #3BDFEB. Grayscale: #4F4F4F. Windows color (decimal): -3923948 or 1319108. OLE color: 1319108.
HSL color Cylindrical-coordinate representation of color #C42014: hue angle of 4.09º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.23 |
| HSL | 4.09º | 0.81% | 0.42% | - |
| HSV(B) | 4.09º | 0.9% | 0.77% | - |
| XYZ | 23.41 | 12.82 | 1.9 | - |
| YUV | 79.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 20 | 0 | 0.84 | 0.90 | 0.23 | 4.09 | 0.81 | 0.42 |
| Hex | C4 | 20 | 14 | 0 | 54 | 5A | 17 | 4 | 51 | 2A |
| Octal | 304 | 40 | 24 | 0 | 124 | 132 | 27 | 4 | 121 | 52 |
| Binary | 11000100 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10111 | 100 | 1010001 | 101010 |
Color Harmonies of #C42014
Complementary color
Monochromatic Colors of #C42014
Black with #C42014
Text Example
Text Example
White with #C42014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42014; }
p { color: rgb(196,32,20); }
H1.HeaderClassName
{
color: #C42014;
}
.AnyTagClassName
{
color: #C42014;
}
</style>
background-color css
<style>
a { background-color: #C42014; }
a { background-color: rgb(196,32,20); }
div.DivClassName
{
background-color: #C42014;
}
.BgClassName
{
background-color: #C42014;
}
</style>
border-color css
<style>
span { border-color: #C42014; }
span { border-color: rgb(196,32,20); }
td.TdClassName
{
border-color: #C42014;
}
.TagClassName
{
border-color: #C42014;
}
</style>