Html Css Color HEX #C42E10 Harley Davidson Orange
📋 copy color: '#C42E10'red 196 ◦ green 46 ◦ blue 16
Shades of Harley Davidson Orange #C42E10
Tints of Harley Davidson Orange #C42E10
RGB
CMYK
RGB Variations
Color information
#C42E10 (or 0xC42E10) is known color: Harley Davidson Orange. HEX triplet: C4, 2E and 10. RGB value is (196,46,16). Sum of RGB (Red+Green+Blue) = 196+46+16=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42E10 is #3BD1EF. Grayscale: #575757. Windows color (decimal): -3920368 or 1060548. OLE color: 1060548.
HSL color Cylindrical-coordinate representation of color #C42E10: hue angle of 10º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C42E10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 16 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.23 |
| HSL | 10º | 0.85% | 0.42% | - |
| HSV(B) | 10º | 0.92% | 0.77% | - |
| XYZ | 23.84 | 13.73 | 1.88 | - |
| YUV | 87.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 16 | 0 | 0.77 | 0.92 | 0.23 | 10 | 0.85 | 0.42 |
| Hex | C4 | 2E | 10 | 0 | 4D | 5C | 17 | A | 55 | 2A |
| Octal | 304 | 56 | 20 | 0 | 115 | 134 | 27 | 12 | 125 | 52 |
| Binary | 11000100 | 101110 | 10000 | 0 | 1001101 | 1011100 | 10111 | 1010 | 1010101 | 101010 |
Color Harmonies of #C42E10
Complementary color
Monochromatic Colors of #C42E10
Black with #C42E10
Text Example
Text Example
White with #C42E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E10; }
p { color: rgb(196,46,16); }
H1.HeaderClassName
{
color: #C42E10;
}
.AnyTagClassName
{
color: #C42E10;
}
</style>
background-color css
<style>
a { background-color: #C42E10; }
a { background-color: rgb(196,46,16); }
div.DivClassName
{
background-color: #C42E10;
}
.BgClassName
{
background-color: #C42E10;
}
</style>
border-color css
<style>
span { border-color: #C42E10; }
span { border-color: rgb(196,46,16); }
td.TdClassName
{
border-color: #C42E10;
}
.TagClassName
{
border-color: #C42E10;
}
</style>