Html Css Color HEX #C41D11 Harley Davidson Orange
📋 copy color: '#C41D11'red 196 ◦ green 29 ◦ blue 17
Shades of Harley Davidson Orange #C41D11
Tints of Harley Davidson Orange #C41D11
RGB
CMYK
RGB Variations
Color information
#C41D11 (or 0xC41D11) is known color: Harley Davidson Orange. HEX triplet: C4, 1D and 11. RGB value is (196,29,17). Sum of RGB (Red+Green+Blue) = 196+29+17=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41D11 is #3BE2EE. Grayscale: #4D4D4D. Windows color (decimal): -3924719 or 1121732. OLE color: 1121732.
HSL color Cylindrical-coordinate representation of color #C41D11: hue angle of 4.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41D11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 17 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.23 |
| HSL | 4.02º | 0.84% | 0.42% | - |
| HSV(B) | 4.02º | 0.91% | 0.77% | - |
| XYZ | 23.31 | 12.65 | 1.74 | - |
| YUV | 77.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 17 | 0 | 0.85 | 0.91 | 0.23 | 4.02 | 0.84 | 0.42 |
| Hex | C4 | 1D | 11 | 0 | 55 | 5B | 17 | 4 | 54 | 2A |
| Octal | 304 | 35 | 21 | 0 | 125 | 133 | 27 | 4 | 124 | 52 |
| Binary | 11000100 | 11101 | 10001 | 0 | 1010101 | 1011011 | 10111 | 100 | 1010100 | 101010 |
Color Harmonies of #C41D11
Complementary color
Monochromatic Colors of #C41D11
Black with #C41D11
Text Example
Text Example
White with #C41D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D11; }
p { color: rgb(196,29,17); }
H1.HeaderClassName
{
color: #C41D11;
}
.AnyTagClassName
{
color: #C41D11;
}
</style>
background-color css
<style>
a { background-color: #C41D11; }
a { background-color: rgb(196,29,17); }
div.DivClassName
{
background-color: #C41D11;
}
.BgClassName
{
background-color: #C41D11;
}
</style>
border-color css
<style>
span { border-color: #C41D11; }
span { border-color: rgb(196,29,17); }
td.TdClassName
{
border-color: #C41D11;
}
.TagClassName
{
border-color: #C41D11;
}
</style>