Html Css Color HEX #C43614 Harley Davidson Orange
📋 copy color: '#C43614'red 196 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #C43614
Tints of Harley Davidson Orange #C43614
RGB
CMYK
RGB Variations
Color information
#C43614 (or 0xC43614) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 14. RGB value is (196,54,20). Sum of RGB (Red+Green+Blue) = 196+54+20=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C43614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43614 is #3BC9EB. Grayscale: #5C5C5C. Windows color (decimal): -3918316 or 1324740. OLE color: 1324740.
HSL color Cylindrical-coordinate representation of color #C43614: hue angle of 11.59º 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 #C43614 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 20 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.23 |
| HSL | 11.59º | 0.81% | 0.42% | - |
| HSV(B) | 11.59º | 0.9% | 0.77% | - |
| XYZ | 24.21 | 14.42 | 2.17 | - |
| YUV | 92.58 | 87.04 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 20 | 0 | 0.72 | 0.90 | 0.23 | 11.59 | 0.81 | 0.42 |
| Hex | C4 | 36 | 14 | 0 | 48 | 5A | 17 | C | 51 | 2A |
| Octal | 304 | 66 | 24 | 0 | 110 | 132 | 27 | 14 | 121 | 52 |
| Binary | 11000100 | 110110 | 10100 | 0 | 1001000 | 1011010 | 10111 | 1100 | 1010001 | 101010 |
Color Harmonies of #C43614
Complementary color
Monochromatic Colors of #C43614
Black with #C43614
Text Example
Text Example
White with #C43614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43614; }
p { color: rgb(196,54,20); }
H1.HeaderClassName
{
color: #C43614;
}
.AnyTagClassName
{
color: #C43614;
}
</style>
background-color css
<style>
a { background-color: #C43614; }
a { background-color: rgb(196,54,20); }
div.DivClassName
{
background-color: #C43614;
}
.BgClassName
{
background-color: #C43614;
}
</style>
border-color css
<style>
span { border-color: #C43614; }
span { border-color: rgb(196,54,20); }
td.TdClassName
{
border-color: #C43614;
}
.TagClassName
{
border-color: #C43614;
}
</style>