Html Css Color HEX #C42908 Harley Davidson Orange
📋 copy color: '#C42908'red 196 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #C42908
Tints of Harley Davidson Orange #C42908
RGB
CMYK
RGB Variations
Color information
#C42908 (or 0xC42908) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 08. RGB value is (196,41,8). Sum of RGB (Red+Green+Blue) = 196+41+8=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C42908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42908 is #3BD6F7. Grayscale: #535353. Windows color (decimal): -3921656 or 534980. OLE color: 534980.
HSL color Cylindrical-coordinate representation of color #C42908: hue angle of 10.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C42908 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.23 |
| HSL | 10.53º | 0.92% | 0.4% | - |
| HSV(B) | 10.53º | 0.96% | 0.77% | - |
| XYZ | 23.6 | 13.34 | 1.56 | - |
| YUV | 83.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 8 | 0 | 0.79 | 0.96 | 0.23 | 10.53 | 0.92 | 0.4 |
| Hex | C4 | 29 | 8 | 0 | 4F | 60 | 17 | B | 5C | 28 |
| Octal | 304 | 51 | 10 | 0 | 117 | 140 | 27 | 13 | 134 | 50 |
| Binary | 11000100 | 101001 | 1000 | 0 | 1001111 | 1100000 | 10111 | 1011 | 1011100 | 101000 |
Color Harmonies of #C42908
Complementary color
Monochromatic Colors of #C42908
Black with #C42908
Text Example
Text Example
White with #C42908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42908; }
p { color: rgb(196,41,8); }
H1.HeaderClassName
{
color: #C42908;
}
.AnyTagClassName
{
color: #C42908;
}
</style>
background-color css
<style>
a { background-color: #C42908; }
a { background-color: rgb(196,41,8); }
div.DivClassName
{
background-color: #C42908;
}
.BgClassName
{
background-color: #C42908;
}
</style>
border-color css
<style>
span { border-color: #C42908; }
span { border-color: rgb(196,41,8); }
td.TdClassName
{
border-color: #C42908;
}
.TagClassName
{
border-color: #C42908;
}
</style>