Html Css Color HEX #C41D10 Harley Davidson Orange
📋 copy color: '#C41D10'red 196 ◦ green 29 ◦ blue 16
Shades of Harley Davidson Orange #C41D10
Tints of Harley Davidson Orange #C41D10
RGB
CMYK
RGB Variations
Color information
#C41D10 (or 0xC41D10) is known color: Harley Davidson Orange. HEX triplet: C4, 1D and 10. RGB value is (196,29,16). Sum of RGB (Red+Green+Blue) = 196+29+16=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41D10 is #3BE2EF. Grayscale: #4D4D4D. Windows color (decimal): -3924720 or 1056196. OLE color: 1056196.
HSL color Cylindrical-coordinate representation of color #C41D10: hue angle of 4.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 #C41D10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.23 |
| HSL | 4.33º | 0.85% | 0.42% | - |
| HSV(B) | 4.33º | 0.92% | 0.77% | - |
| XYZ | 23.3 | 12.65 | 1.7 | - |
| YUV | 77.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 16 | 0 | 0.85 | 0.92 | 0.23 | 4.33 | 0.85 | 0.42 |
| Hex | C4 | 1D | 10 | 0 | 55 | 5C | 17 | 4 | 55 | 2A |
| Octal | 304 | 35 | 20 | 0 | 125 | 134 | 27 | 4 | 125 | 52 |
| Binary | 11000100 | 11101 | 10000 | 0 | 1010101 | 1011100 | 10111 | 100 | 1010101 | 101010 |
Color Harmonies of #C41D10
Complementary color
Monochromatic Colors of #C41D10
Black with #C41D10
Text Example
Text Example
White with #C41D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D10; }
p { color: rgb(196,29,16); }
H1.HeaderClassName
{
color: #C41D10;
}
.AnyTagClassName
{
color: #C41D10;
}
</style>
background-color css
<style>
a { background-color: #C41D10; }
a { background-color: rgb(196,29,16); }
div.DivClassName
{
background-color: #C41D10;
}
.BgClassName
{
background-color: #C41D10;
}
</style>
border-color css
<style>
span { border-color: #C41D10; }
span { border-color: rgb(196,29,16); }
td.TdClassName
{
border-color: #C41D10;
}
.TagClassName
{
border-color: #C41D10;
}
</style>