Html Css Color HEX #C42907 Harley Davidson Orange
📋 copy color: '#C42907'red 196 ◦ green 41 ◦ blue 7
Shades of Harley Davidson Orange #C42907
Tints of Harley Davidson Orange #C42907
RGB
CMYK
RGB Variations
Color information
#C42907 (or 0xC42907) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 07. RGB value is (196,41,7). Sum of RGB (Red+Green+Blue) = 196+41+7=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C42907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42907 is #3BD6F8. Grayscale: #535353. Windows color (decimal): -3921657 or 469444. OLE color: 469444.
HSL color Cylindrical-coordinate representation of color #C42907: hue angle of 10.79º degrees, saturation: 0.93, 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 #C42907 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.23 |
| HSL | 10.79º | 0.93% | 0.4% | - |
| HSV(B) | 10.79º | 0.96% | 0.77% | - |
| XYZ | 23.6 | 13.34 | 1.53 | - |
| YUV | 83.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 7 | 0 | 0.79 | 0.96 | 0.23 | 10.79 | 0.93 | 0.4 |
| Hex | C4 | 29 | 7 | 0 | 4F | 60 | 17 | B | 5D | 28 |
| Octal | 304 | 51 | 7 | 0 | 117 | 140 | 27 | 13 | 135 | 50 |
| Binary | 11000100 | 101001 | 111 | 0 | 1001111 | 1100000 | 10111 | 1011 | 1011101 | 101000 |
Color Harmonies of #C42907
Complementary color
Monochromatic Colors of #C42907
Black with #C42907
Text Example
Text Example
White with #C42907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42907; }
p { color: rgb(196,41,7); }
H1.HeaderClassName
{
color: #C42907;
}
.AnyTagClassName
{
color: #C42907;
}
</style>
background-color css
<style>
a { background-color: #C42907; }
a { background-color: rgb(196,41,7); }
div.DivClassName
{
background-color: #C42907;
}
.BgClassName
{
background-color: #C42907;
}
</style>
border-color css
<style>
span { border-color: #C42907; }
span { border-color: rgb(196,41,7); }
td.TdClassName
{
border-color: #C42907;
}
.TagClassName
{
border-color: #C42907;
}
</style>