Html Css Color HEX #C42913 Harley Davidson Orange
📋 copy color: '#C42913'red 196 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #C42913
Tints of Harley Davidson Orange #C42913
RGB
CMYK
RGB Variations
Color information
#C42913 (or 0xC42913) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 13. RGB value is (196,41,19). Sum of RGB (Red+Green+Blue) = 196+41+19=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C42913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42913 is #3BD6EC. Grayscale: #555555. Windows color (decimal): -3921645 or 1255876. OLE color: 1255876.
HSL color Cylindrical-coordinate representation of color #C42913: hue angle of 7.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42913 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.23 |
| HSL | 7.46º | 0.82% | 0.42% | - |
| HSV(B) | 7.46º | 0.9% | 0.77% | - |
| XYZ | 23.68 | 13.37 | 1.95 | - |
| YUV | 84.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 19 | 0 | 0.79 | 0.90 | 0.23 | 7.46 | 0.82 | 0.42 |
| Hex | C4 | 29 | 13 | 0 | 4F | 5A | 17 | 7 | 52 | 2A |
| Octal | 304 | 51 | 23 | 0 | 117 | 132 | 27 | 7 | 122 | 52 |
| Binary | 11000100 | 101001 | 10011 | 0 | 1001111 | 1011010 | 10111 | 111 | 1010010 | 101010 |
Color Harmonies of #C42913
Complementary color
Monochromatic Colors of #C42913
Black with #C42913
Text Example
Text Example
White with #C42913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42913; }
p { color: rgb(196,41,19); }
H1.HeaderClassName
{
color: #C42913;
}
.AnyTagClassName
{
color: #C42913;
}
</style>
background-color css
<style>
a { background-color: #C42913; }
a { background-color: rgb(196,41,19); }
div.DivClassName
{
background-color: #C42913;
}
.BgClassName
{
background-color: #C42913;
}
</style>
border-color css
<style>
span { border-color: #C42913; }
span { border-color: rgb(196,41,19); }
td.TdClassName
{
border-color: #C42913;
}
.TagClassName
{
border-color: #C42913;
}
</style>