Html Css Color HEX #C42904 Harley Davidson Orange
📋 copy color: '#C42904'red 196 ◦ green 41 ◦ blue 4
Shades of Harley Davidson Orange #C42904
Tints of Harley Davidson Orange #C42904
RGB
CMYK
RGB Variations
Color information
#C42904 (or 0xC42904) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 04. RGB value is (196,41,4). Sum of RGB (Red+Green+Blue) = 196+41+4=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C42904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42904 is #3BD6FB. Grayscale: #535353. Windows color (decimal): -3921660 or 272836. OLE color: 272836.
HSL color Cylindrical-coordinate representation of color #C42904: hue angle of 11.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42904 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.23 |
| HSL | 11.56º | 0.96% | 0.39% | - |
| HSV(B) | 11.56º | 0.98% | 0.77% | - |
| XYZ | 23.58 | 13.33 | 1.45 | - |
| YUV | 83.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 4 | 0 | 0.79 | 0.98 | 0.23 | 11.56 | 0.96 | 0.39 |
| Hex | C4 | 29 | 4 | 0 | 4F | 62 | 17 | C | 60 | 27 |
| Octal | 304 | 51 | 4 | 0 | 117 | 142 | 27 | 14 | 140 | 47 |
| Binary | 11000100 | 101001 | 100 | 0 | 1001111 | 1100010 | 10111 | 1100 | 1100000 | 100111 |
Color Harmonies of #C42904
Complementary color
Monochromatic Colors of #C42904
Black with #C42904
Text Example
Text Example
White with #C42904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42904; }
p { color: rgb(196,41,4); }
H1.HeaderClassName
{
color: #C42904;
}
.AnyTagClassName
{
color: #C42904;
}
</style>
background-color css
<style>
a { background-color: #C42904; }
a { background-color: rgb(196,41,4); }
div.DivClassName
{
background-color: #C42904;
}
.BgClassName
{
background-color: #C42904;
}
</style>
border-color css
<style>
span { border-color: #C42904; }
span { border-color: rgb(196,41,4); }
td.TdClassName
{
border-color: #C42904;
}
.TagClassName
{
border-color: #C42904;
}
</style>