Html Css Color HEX #C43B16 Harley Davidson Orange
📋 copy color: '#C43B16'red 196 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #C43B16
Tints of Harley Davidson Orange #C43B16
RGB
CMYK
RGB Variations
Color information
#C43B16 (or 0xC43B16) is known color: Harley Davidson Orange. HEX triplet: C4, 3B and 16. RGB value is (196,59,22). Sum of RGB (Red+Green+Blue) = 196+59+22=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B16 is #3BC4E9. Grayscale: #606060. Windows color (decimal): -3917034 or 1457092. OLE color: 1457092.
HSL color Cylindrical-coordinate representation of color #C43B16: hue angle of 12.76º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43B16 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 22 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.23 |
| HSL | 12.76º | 0.8% | 0.43% | - |
| HSV(B) | 12.76º | 0.89% | 0.77% | - |
| XYZ | 24.47 | 14.92 | 2.35 | - |
| YUV | 95.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 22 | 0 | 0.70 | 0.89 | 0.23 | 12.76 | 0.8 | 0.43 |
| Hex | C4 | 3B | 16 | 0 | 46 | 59 | 17 | D | 50 | 2B |
| Octal | 304 | 73 | 26 | 0 | 106 | 131 | 27 | 15 | 120 | 53 |
| Binary | 11000100 | 111011 | 10110 | 0 | 1000110 | 1011001 | 10111 | 1101 | 1010000 | 101011 |
Color Harmonies of #C43B16
Complementary color
Monochromatic Colors of #C43B16
Black with #C43B16
Text Example
Text Example
White with #C43B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B16; }
p { color: rgb(196,59,22); }
H1.HeaderClassName
{
color: #C43B16;
}
.AnyTagClassName
{
color: #C43B16;
}
</style>
background-color css
<style>
a { background-color: #C43B16; }
a { background-color: rgb(196,59,22); }
div.DivClassName
{
background-color: #C43B16;
}
.BgClassName
{
background-color: #C43B16;
}
</style>
border-color css
<style>
span { border-color: #C43B16; }
span { border-color: rgb(196,59,22); }
td.TdClassName
{
border-color: #C43B16;
}
.TagClassName
{
border-color: #C43B16;
}
</style>