Html Css Color HEX #C43916 Harley Davidson Orange
📋 copy color: '#C43916'red 196 ◦ green 57 ◦ blue 22
Shades of Harley Davidson Orange #C43916
Tints of Harley Davidson Orange #C43916
RGB
CMYK
RGB Variations
Color information
#C43916 (or 0xC43916) is known color: Harley Davidson Orange. HEX triplet: C4, 39 and 16. RGB value is (196,57,22). Sum of RGB (Red+Green+Blue) = 196+57+22=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C43916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43916 is #3BC6E9. Grayscale: #5E5E5E. Windows color (decimal): -3917546 or 1456580. OLE color: 1456580.
HSL color Cylindrical-coordinate representation of color #C43916: hue angle of 12.07º 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 #C43916 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.23 |
| HSL | 12.07º | 0.8% | 0.43% | - |
| HSV(B) | 12.07º | 0.89% | 0.77% | - |
| XYZ | 24.37 | 14.72 | 2.32 | - |
| YUV | 94.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 22 | 0 | 0.71 | 0.89 | 0.23 | 12.07 | 0.8 | 0.43 |
| Hex | C4 | 39 | 16 | 0 | 47 | 59 | 17 | C | 50 | 2B |
| Octal | 304 | 71 | 26 | 0 | 107 | 131 | 27 | 14 | 120 | 53 |
| Binary | 11000100 | 111001 | 10110 | 0 | 1000111 | 1011001 | 10111 | 1100 | 1010000 | 101011 |
Color Harmonies of #C43916
Complementary color
Monochromatic Colors of #C43916
Black with #C43916
Text Example
Text Example
White with #C43916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43916; }
p { color: rgb(196,57,22); }
H1.HeaderClassName
{
color: #C43916;
}
.AnyTagClassName
{
color: #C43916;
}
</style>
background-color css
<style>
a { background-color: #C43916; }
a { background-color: rgb(196,57,22); }
div.DivClassName
{
background-color: #C43916;
}
.BgClassName
{
background-color: #C43916;
}
</style>
border-color css
<style>
span { border-color: #C43916; }
span { border-color: rgb(196,57,22); }
td.TdClassName
{
border-color: #C43916;
}
.TagClassName
{
border-color: #C43916;
}
</style>