Html Css Color HEX #C42910 Harley Davidson Orange
📋 copy color: '#C42910'red 196 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #C42910
Tints of Harley Davidson Orange #C42910
RGB
CMYK
RGB Variations
Color information
#C42910 (or 0xC42910) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 10. RGB value is (196,41,16). Sum of RGB (Red+Green+Blue) = 196+41+16=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42910 is #3BD6EF. Grayscale: #545454. Windows color (decimal): -3921648 or 1059268. OLE color: 1059268.
HSL color Cylindrical-coordinate representation of color #C42910: hue angle of 8.33º 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 #C42910 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 16 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.23 |
| HSL | 8.33º | 0.85% | 0.42% | - |
| HSV(B) | 8.33º | 0.92% | 0.77% | - |
| XYZ | 23.65 | 13.36 | 1.82 | - |
| YUV | 84.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 16 | 0 | 0.79 | 0.92 | 0.23 | 8.33 | 0.85 | 0.42 |
| Hex | C4 | 29 | 10 | 0 | 4F | 5C | 17 | 8 | 55 | 2A |
| Octal | 304 | 51 | 20 | 0 | 117 | 134 | 27 | 10 | 125 | 52 |
| Binary | 11000100 | 101001 | 10000 | 0 | 1001111 | 1011100 | 10111 | 1000 | 1010101 | 101010 |
Color Harmonies of #C42910
Complementary color
Monochromatic Colors of #C42910
Black with #C42910
Text Example
Text Example
White with #C42910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42910; }
p { color: rgb(196,41,16); }
H1.HeaderClassName
{
color: #C42910;
}
.AnyTagClassName
{
color: #C42910;
}
</style>
background-color css
<style>
a { background-color: #C42910; }
a { background-color: rgb(196,41,16); }
div.DivClassName
{
background-color: #C42910;
}
.BgClassName
{
background-color: #C42910;
}
</style>
border-color css
<style>
span { border-color: #C42910; }
span { border-color: rgb(196,41,16); }
td.TdClassName
{
border-color: #C42910;
}
.TagClassName
{
border-color: #C42910;
}
</style>