Html Css Color HEX #C43006 Harley Davidson Orange
📋 copy color: '#C43006'red 196 ◦ green 48 ◦ blue 6
Shades of Harley Davidson Orange #C43006
Tints of Harley Davidson Orange #C43006
RGB
CMYK
RGB Variations
Color information
#C43006 (or 0xC43006) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 06. RGB value is (196,48,6). Sum of RGB (Red+Green+Blue) = 196+48+6=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C43006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43006 is #3BCFF9. Grayscale: #575757. Windows color (decimal): -3919866 or 405700. OLE color: 405700.
HSL color Cylindrical-coordinate representation of color #C43006: hue angle of 13.26º 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 #C43006 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.23 |
| HSL | 13.26º | 0.94% | 0.4% | - |
| HSV(B) | 13.26º | 0.97% | 0.77% | - |
| XYZ | 23.85 | 13.86 | 1.59 | - |
| YUV | 87.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 6 | 0 | 0.76 | 0.97 | 0.23 | 13.26 | 0.94 | 0.4 |
| Hex | C4 | 30 | 6 | 0 | 4C | 61 | 17 | D | 5E | 28 |
| Octal | 304 | 60 | 6 | 0 | 114 | 141 | 27 | 15 | 136 | 50 |
| Binary | 11000100 | 110000 | 110 | 0 | 1001100 | 1100001 | 10111 | 1101 | 1011110 | 101000 |
Color Harmonies of #C43006
Complementary color
Monochromatic Colors of #C43006
Black with #C43006
Text Example
Text Example
White with #C43006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43006; }
p { color: rgb(196,48,6); }
H1.HeaderClassName
{
color: #C43006;
}
.AnyTagClassName
{
color: #C43006;
}
</style>
background-color css
<style>
a { background-color: #C43006; }
a { background-color: rgb(196,48,6); }
div.DivClassName
{
background-color: #C43006;
}
.BgClassName
{
background-color: #C43006;
}
</style>
border-color css
<style>
span { border-color: #C43006; }
span { border-color: rgb(196,48,6); }
td.TdClassName
{
border-color: #C43006;
}
.TagClassName
{
border-color: #C43006;
}
</style>