Html Css Color HEX #C43E16 Harley Davidson Orange
📋 copy color: '#C43E16'red 196 ◦ green 62 ◦ blue 22
Shades of Harley Davidson Orange #C43E16
Tints of Harley Davidson Orange #C43E16
RGB
CMYK
RGB Variations
Color information
#C43E16 (or 0xC43E16) is known color: Harley Davidson Orange. HEX triplet: C4, 3E and 16. RGB value is (196,62,22). Sum of RGB (Red+Green+Blue) = 196+62+22=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E16 is #3BC1E9. Grayscale: #616161. Windows color (decimal): -3916266 or 1457860. OLE color: 1457860.
HSL color Cylindrical-coordinate representation of color #C43E16: hue angle of 13.79º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43E16 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 22 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.23 |
| HSL | 13.79º | 0.8% | 0.43% | - |
| HSV(B) | 13.79º | 0.89% | 0.77% | - |
| XYZ | 24.63 | 15.24 | 2.4 | - |
| YUV | 97.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 22 | 0 | 0.68 | 0.89 | 0.23 | 13.79 | 0.8 | 0.43 |
| Hex | C4 | 3E | 16 | 0 | 44 | 59 | 17 | E | 50 | 2B |
| Octal | 304 | 76 | 26 | 0 | 104 | 131 | 27 | 16 | 120 | 53 |
| Binary | 11000100 | 111110 | 10110 | 0 | 1000100 | 1011001 | 10111 | 1110 | 1010000 | 101011 |
Color Harmonies of #C43E16
Complementary color
Monochromatic Colors of #C43E16
Black with #C43E16
Text Example
Text Example
White with #C43E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E16; }
p { color: rgb(196,62,22); }
H1.HeaderClassName
{
color: #C43E16;
}
.AnyTagClassName
{
color: #C43E16;
}
</style>
background-color css
<style>
a { background-color: #C43E16; }
a { background-color: rgb(196,62,22); }
div.DivClassName
{
background-color: #C43E16;
}
.BgClassName
{
background-color: #C43E16;
}
</style>
border-color css
<style>
span { border-color: #C43E16; }
span { border-color: rgb(196,62,22); }
td.TdClassName
{
border-color: #C43E16;
}
.TagClassName
{
border-color: #C43E16;
}
</style>