Html Css Color HEX #C42D1E Harley Davidson Orange
📋 copy color: '#C42D1E'red 196 ◦ green 45 ◦ blue 30
Shades of Harley Davidson Orange #C42D1E
Tints of Harley Davidson Orange #C42D1E
RGB
CMYK
RGB Variations
Color information
#C42D1E (or 0xC42D1E) is known color: Harley Davidson Orange. HEX triplet: C4, 2D and 1E. RGB value is (196,45,30). Sum of RGB (Red+Green+Blue) = 196+45+30=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D1E is #3BD2E1. Grayscale: #585858. Windows color (decimal): -3920610 or 1977796. OLE color: 1977796.
HSL color Cylindrical-coordinate representation of color #C42D1E: hue angle of 5.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C42D1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 30 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.23 |
| HSL | 5.42º | 0.73% | 0.44% | - |
| HSV(B) | 5.42º | 0.85% | 0.77% | - |
| XYZ | 23.94 | 13.71 | 2.61 | - |
| YUV | 88.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 30 | 0 | 0.77 | 0.85 | 0.23 | 5.42 | 0.73 | 0.44 |
| Hex | C4 | 2D | 1E | 0 | 4D | 55 | 17 | 5 | 49 | 2C |
| Octal | 304 | 55 | 36 | 0 | 115 | 125 | 27 | 5 | 111 | 54 |
| Binary | 11000100 | 101101 | 11110 | 0 | 1001101 | 1010101 | 10111 | 101 | 1001001 | 101100 |
Color Harmonies of #C42D1E
Complementary color
Monochromatic Colors of #C42D1E
Black with #C42D1E
Text Example
Text Example
White with #C42D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D1E; }
p { color: rgb(196,45,30); }
H1.HeaderClassName
{
color: #C42D1E;
}
.AnyTagClassName
{
color: #C42D1E;
}
</style>
background-color css
<style>
a { background-color: #C42D1E; }
a { background-color: rgb(196,45,30); }
div.DivClassName
{
background-color: #C42D1E;
}
.BgClassName
{
background-color: #C42D1E;
}
</style>
border-color css
<style>
span { border-color: #C42D1E; }
span { border-color: rgb(196,45,30); }
td.TdClassName
{
border-color: #C42D1E;
}
.TagClassName
{
border-color: #C42D1E;
}
</style>