Html Css Color HEX #C43E14 Harley Davidson Orange
📋 copy color: '#C43E14'red 196 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #C43E14
Tints of Harley Davidson Orange #C43E14
RGB
CMYK
RGB Variations
Color information
#C43E14 (or 0xC43E14) is known color: Harley Davidson Orange. HEX triplet: C4, 3E and 14. RGB value is (196,62,20). Sum of RGB (Red+Green+Blue) = 196+62+20=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E14 is #3BC1EB. Grayscale: #616161. Windows color (decimal): -3916268 or 1326788. OLE color: 1326788.
HSL color Cylindrical-coordinate representation of color #C43E14: hue angle of 14.32º 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 #C43E14 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.23 |
| HSL | 14.32º | 0.81% | 0.42% | - |
| HSV(B) | 14.32º | 0.9% | 0.77% | - |
| XYZ | 24.61 | 15.23 | 2.3 | - |
| YUV | 97.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 20 | 0 | 0.68 | 0.90 | 0.23 | 14.32 | 0.81 | 0.42 |
| Hex | C4 | 3E | 14 | 0 | 44 | 5A | 17 | E | 51 | 2A |
| Octal | 304 | 76 | 24 | 0 | 104 | 132 | 27 | 16 | 121 | 52 |
| Binary | 11000100 | 111110 | 10100 | 0 | 1000100 | 1011010 | 10111 | 1110 | 1010001 | 101010 |
Color Harmonies of #C43E14
Complementary color
Monochromatic Colors of #C43E14
Black with #C43E14
Text Example
Text Example
White with #C43E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E14; }
p { color: rgb(196,62,20); }
H1.HeaderClassName
{
color: #C43E14;
}
.AnyTagClassName
{
color: #C43E14;
}
</style>
background-color css
<style>
a { background-color: #C43E14; }
a { background-color: rgb(196,62,20); }
div.DivClassName
{
background-color: #C43E14;
}
.BgClassName
{
background-color: #C43E14;
}
</style>
border-color css
<style>
span { border-color: #C43E14; }
span { border-color: rgb(196,62,20); }
td.TdClassName
{
border-color: #C43E14;
}
.TagClassName
{
border-color: #C43E14;
}
</style>