Html Css Color HEX #C42911 Harley Davidson Orange
📋 copy color: '#C42911'red 196 ◦ green 41 ◦ blue 17
Shades of Harley Davidson Orange #C42911
Tints of Harley Davidson Orange #C42911
RGB
CMYK
RGB Variations
Color information
#C42911 (or 0xC42911) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 11. RGB value is (196,41,17). Sum of RGB (Red+Green+Blue) = 196+41+17=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C42911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42911 is #3BD6EE. Grayscale: #545454. Windows color (decimal): -3921647 or 1124804. OLE color: 1124804.
HSL color Cylindrical-coordinate representation of color #C42911: hue angle of 8.04º 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 #C42911 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.23 |
| HSL | 8.04º | 0.84% | 0.42% | - |
| HSV(B) | 8.04º | 0.91% | 0.77% | - |
| XYZ | 23.66 | 13.36 | 1.86 | - |
| YUV | 84.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 17 | 0 | 0.79 | 0.91 | 0.23 | 8.04 | 0.84 | 0.42 |
| Hex | C4 | 29 | 11 | 0 | 4F | 5B | 17 | 8 | 54 | 2A |
| Octal | 304 | 51 | 21 | 0 | 117 | 133 | 27 | 10 | 124 | 52 |
| Binary | 11000100 | 101001 | 10001 | 0 | 1001111 | 1011011 | 10111 | 1000 | 1010100 | 101010 |
Color Harmonies of #C42911
Complementary color
Monochromatic Colors of #C42911
Black with #C42911
Text Example
Text Example
White with #C42911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42911; }
p { color: rgb(196,41,17); }
H1.HeaderClassName
{
color: #C42911;
}
.AnyTagClassName
{
color: #C42911;
}
</style>
background-color css
<style>
a { background-color: #C42911; }
a { background-color: rgb(196,41,17); }
div.DivClassName
{
background-color: #C42911;
}
.BgClassName
{
background-color: #C42911;
}
</style>
border-color css
<style>
span { border-color: #C42911; }
span { border-color: rgb(196,41,17); }
td.TdClassName
{
border-color: #C42911;
}
.TagClassName
{
border-color: #C42911;
}
</style>