Html Css Color HEX #C42614 Harley Davidson Orange
📋 copy color: '#C42614'red 196 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #C42614
Tints of Harley Davidson Orange #C42614
RGB
CMYK
RGB Variations
Color information
#C42614 (or 0xC42614) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 14. RGB value is (196,38,20). Sum of RGB (Red+Green+Blue) = 196+38+20=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C42614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42614 is #3BD9EB. Grayscale: #535353. Windows color (decimal): -3922412 or 1320644. OLE color: 1320644.
HSL color Cylindrical-coordinate representation of color #C42614: hue angle of 6.14º 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 #C42614 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.23 |
| HSL | 6.14º | 0.81% | 0.42% | - |
| HSV(B) | 6.14º | 0.9% | 0.77% | - |
| XYZ | 23.58 | 13.17 | 1.96 | - |
| YUV | 83.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 20 | 0 | 0.81 | 0.90 | 0.23 | 6.14 | 0.81 | 0.42 |
| Hex | C4 | 26 | 14 | 0 | 51 | 5A | 17 | 6 | 51 | 2A |
| Octal | 304 | 46 | 24 | 0 | 121 | 132 | 27 | 6 | 121 | 52 |
| Binary | 11000100 | 100110 | 10100 | 0 | 1010001 | 1011010 | 10111 | 110 | 1010001 | 101010 |
Color Harmonies of #C42614
Complementary color
Monochromatic Colors of #C42614
Black with #C42614
Text Example
Text Example
White with #C42614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42614; }
p { color: rgb(196,38,20); }
H1.HeaderClassName
{
color: #C42614;
}
.AnyTagClassName
{
color: #C42614;
}
</style>
background-color css
<style>
a { background-color: #C42614; }
a { background-color: rgb(196,38,20); }
div.DivClassName
{
background-color: #C42614;
}
.BgClassName
{
background-color: #C42614;
}
</style>
border-color css
<style>
span { border-color: #C42614; }
span { border-color: rgb(196,38,20); }
td.TdClassName
{
border-color: #C42614;
}
.TagClassName
{
border-color: #C42614;
}
</style>