Html Css Color HEX #C43206 Harley Davidson Orange
📋 copy color: '#C43206'red 196 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #C43206
Tints of Harley Davidson Orange #C43206
RGB
CMYK
RGB Variations
Color information
#C43206 (or 0xC43206) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 06. RGB value is (196,50,6). Sum of RGB (Red+Green+Blue) = 196+50+6=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43206 is #3BCDF9. Grayscale: #585858. Windows color (decimal): -3919354 or 406212. OLE color: 406212.
HSL color Cylindrical-coordinate representation of color #C43206: hue angle of 13.89º 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 #C43206 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.23 |
| HSL | 13.89º | 0.94% | 0.4% | - |
| HSV(B) | 13.89º | 0.97% | 0.77% | - |
| XYZ | 23.94 | 14.03 | 1.62 | - |
| YUV | 88.64 | 81.37 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 6 | 0 | 0.74 | 0.97 | 0.23 | 13.89 | 0.94 | 0.4 |
| Hex | C4 | 32 | 6 | 0 | 4A | 61 | 17 | E | 5E | 28 |
| Octal | 304 | 62 | 6 | 0 | 112 | 141 | 27 | 16 | 136 | 50 |
| Binary | 11000100 | 110010 | 110 | 0 | 1001010 | 1100001 | 10111 | 1110 | 1011110 | 101000 |
Color Harmonies of #C43206
Complementary color
Monochromatic Colors of #C43206
Black with #C43206
Text Example
Text Example
White with #C43206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43206; }
p { color: rgb(196,50,6); }
H1.HeaderClassName
{
color: #C43206;
}
.AnyTagClassName
{
color: #C43206;
}
</style>
background-color css
<style>
a { background-color: #C43206; }
a { background-color: rgb(196,50,6); }
div.DivClassName
{
background-color: #C43206;
}
.BgClassName
{
background-color: #C43206;
}
</style>
border-color css
<style>
span { border-color: #C43206; }
span { border-color: rgb(196,50,6); }
td.TdClassName
{
border-color: #C43206;
}
.TagClassName
{
border-color: #C43206;
}
</style>