Html Css Color HEX #C42306 Harley Davidson Orange
📋 copy color: '#C42306'red 196 ◦ green 35 ◦ blue 6
Shades of Harley Davidson Orange #C42306
Tints of Harley Davidson Orange #C42306
RGB
CMYK
RGB Variations
Color information
#C42306 (or 0xC42306) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 06. RGB value is (196,35,6). Sum of RGB (Red+Green+Blue) = 196+35+6=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C42306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42306 is #3BDCF9. Grayscale: #505050. Windows color (decimal): -3923194 or 402372. OLE color: 402372.
HSL color Cylindrical-coordinate representation of color #C42306: hue angle of 9.16º 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 #C42306 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.23 |
| HSL | 9.16º | 0.94% | 0.4% | - |
| HSV(B) | 9.16º | 0.97% | 0.77% | - |
| XYZ | 23.4 | 12.95 | 1.44 | - |
| YUV | 79.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 6 | 0 | 0.82 | 0.97 | 0.23 | 9.16 | 0.94 | 0.4 |
| Hex | C4 | 23 | 6 | 0 | 52 | 61 | 17 | 9 | 5E | 28 |
| Octal | 304 | 43 | 6 | 0 | 122 | 141 | 27 | 11 | 136 | 50 |
| Binary | 11000100 | 100011 | 110 | 0 | 1010010 | 1100001 | 10111 | 1001 | 1011110 | 101000 |
Color Harmonies of #C42306
Complementary color
Monochromatic Colors of #C42306
Black with #C42306
Text Example
Text Example
White with #C42306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42306; }
p { color: rgb(196,35,6); }
H1.HeaderClassName
{
color: #C42306;
}
.AnyTagClassName
{
color: #C42306;
}
</style>
background-color css
<style>
a { background-color: #C42306; }
a { background-color: rgb(196,35,6); }
div.DivClassName
{
background-color: #C42306;
}
.BgClassName
{
background-color: #C42306;
}
</style>
border-color css
<style>
span { border-color: #C42306; }
span { border-color: rgb(196,35,6); }
td.TdClassName
{
border-color: #C42306;
}
.TagClassName
{
border-color: #C42306;
}
</style>