Html Css Color HEX #C42C1E Harley Davidson Orange
📋 copy color: '#C42C1E'red 196 ◦ green 44 ◦ blue 30
Shades of Harley Davidson Orange #C42C1E
Tints of Harley Davidson Orange #C42C1E
RGB
CMYK
RGB Variations
Color information
#C42C1E (or 0xC42C1E) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 1E. RGB value is (196,44,30). Sum of RGB (Red+Green+Blue) = 196+44+30=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C1E is #3BD3E1. Grayscale: #585858. Windows color (decimal): -3920866 or 1977540. OLE color: 1977540.
HSL color Cylindrical-coordinate representation of color #C42C1E: hue angle of 5.06º 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 #C42C1E is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 30 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.23 |
| HSL | 5.06º | 0.73% | 0.44% | - |
| HSV(B) | 5.06º | 0.85% | 0.77% | - |
| XYZ | 23.9 | 13.63 | 2.6 | - |
| YUV | 87.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 30 | 0 | 0.78 | 0.85 | 0.23 | 5.06 | 0.73 | 0.44 |
| Hex | C4 | 2C | 1E | 0 | 4E | 55 | 17 | 5 | 49 | 2C |
| Octal | 304 | 54 | 36 | 0 | 116 | 125 | 27 | 5 | 111 | 54 |
| Binary | 11000100 | 101100 | 11110 | 0 | 1001110 | 1010101 | 10111 | 101 | 1001001 | 101100 |
Color Harmonies of #C42C1E
Complementary color
Monochromatic Colors of #C42C1E
Black with #C42C1E
Text Example
Text Example
White with #C42C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C1E; }
p { color: rgb(196,44,30); }
H1.HeaderClassName
{
color: #C42C1E;
}
.AnyTagClassName
{
color: #C42C1E;
}
</style>
background-color css
<style>
a { background-color: #C42C1E; }
a { background-color: rgb(196,44,30); }
div.DivClassName
{
background-color: #C42C1E;
}
.BgClassName
{
background-color: #C42C1E;
}
</style>
border-color css
<style>
span { border-color: #C42C1E; }
span { border-color: rgb(196,44,30); }
td.TdClassName
{
border-color: #C42C1E;
}
.TagClassName
{
border-color: #C42C1E;
}
</style>