Html Css Color HEX #C42E18 Harley Davidson Orange
📋 copy color: '#C42E18'red 196 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #C42E18
Tints of Harley Davidson Orange #C42E18
RGB
CMYK
RGB Variations
Color information
#C42E18 (or 0xC42E18) is known color: Harley Davidson Orange. HEX triplet: C4, 2E and 18. RGB value is (196,46,24). Sum of RGB (Red+Green+Blue) = 196+46+24=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42E18 is #3BD1E7. Grayscale: #585858. Windows color (decimal): -3920360 or 1584836. OLE color: 1584836.
HSL color Cylindrical-coordinate representation of color #C42E18: hue angle of 7.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C42E18 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 24 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.23 |
| HSL | 7.67º | 0.78% | 0.43% | - |
| HSV(B) | 7.67º | 0.88% | 0.77% | - |
| XYZ | 23.91 | 13.76 | 2.26 | - |
| YUV | 88.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 24 | 0 | 0.77 | 0.88 | 0.23 | 7.67 | 0.78 | 0.43 |
| Hex | C4 | 2E | 18 | 0 | 4D | 58 | 17 | 8 | 4E | 2B |
| Octal | 304 | 56 | 30 | 0 | 115 | 130 | 27 | 10 | 116 | 53 |
| Binary | 11000100 | 101110 | 11000 | 0 | 1001101 | 1011000 | 10111 | 1000 | 1001110 | 101011 |
Color Harmonies of #C42E18
Complementary color
Monochromatic Colors of #C42E18
Black with #C42E18
Text Example
Text Example
White with #C42E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E18; }
p { color: rgb(196,46,24); }
H1.HeaderClassName
{
color: #C42E18;
}
.AnyTagClassName
{
color: #C42E18;
}
</style>
background-color css
<style>
a { background-color: #C42E18; }
a { background-color: rgb(196,46,24); }
div.DivClassName
{
background-color: #C42E18;
}
.BgClassName
{
background-color: #C42E18;
}
</style>
border-color css
<style>
span { border-color: #C42E18; }
span { border-color: rgb(196,46,24); }
td.TdClassName
{
border-color: #C42E18;
}
.TagClassName
{
border-color: #C42E18;
}
</style>