Html Css Color HEX #C42606 Harley Davidson Orange
📋 copy color: '#C42606'red 196 ◦ green 38 ◦ blue 6
Shades of Harley Davidson Orange #C42606
Tints of Harley Davidson Orange #C42606
RGB
CMYK
RGB Variations
Color information
#C42606 (or 0xC42606) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 06. RGB value is (196,38,6). Sum of RGB (Red+Green+Blue) = 196+38+6=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42606 is #3BD9F9. Grayscale: #515151. Windows color (decimal): -3922426 or 403140. OLE color: 403140.
HSL color Cylindrical-coordinate representation of color #C42606: hue angle of 10.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C42606 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.23 |
| HSL | 10.11º | 0.94% | 0.4% | - |
| HSV(B) | 10.11º | 0.97% | 0.77% | - |
| XYZ | 23.49 | 13.14 | 1.47 | - |
| YUV | 81.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 6 | 0 | 0.81 | 0.97 | 0.23 | 10.11 | 0.94 | 0.4 |
| Hex | C4 | 26 | 6 | 0 | 51 | 61 | 17 | A | 5E | 28 |
| Octal | 304 | 46 | 6 | 0 | 121 | 141 | 27 | 12 | 136 | 50 |
| Binary | 11000100 | 100110 | 110 | 0 | 1010001 | 1100001 | 10111 | 1010 | 1011110 | 101000 |
Color Harmonies of #C42606
Complementary color
Monochromatic Colors of #C42606
Black with #C42606
Text Example
Text Example
White with #C42606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42606; }
p { color: rgb(196,38,6); }
H1.HeaderClassName
{
color: #C42606;
}
.AnyTagClassName
{
color: #C42606;
}
</style>
background-color css
<style>
a { background-color: #C42606; }
a { background-color: rgb(196,38,6); }
div.DivClassName
{
background-color: #C42606;
}
.BgClassName
{
background-color: #C42606;
}
</style>
border-color css
<style>
span { border-color: #C42606; }
span { border-color: rgb(196,38,6); }
td.TdClassName
{
border-color: #C42606;
}
.TagClassName
{
border-color: #C42606;
}
</style>