Html Css Color HEX #C43700 Harley Davidson Orange
📋 copy color: '#C43700'red 196 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #C43700
Tints of Harley Davidson Orange #C43700
RGB
CMYK
RGB Variations
Color information
#C43700 (or 0xC43700) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 00. RGB value is (196,55,0). Sum of RGB (Red+Green+Blue) = 196+55+0=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C43700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43700 is #3BC8FF. Grayscale: #5B5B5B. Windows color (decimal): -3918080 or 14276. OLE color: 14276.
HSL color Cylindrical-coordinate representation of color #C43700: hue angle of 16.84º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C43700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.23 |
| HSL | 16.84º | 1% | 0.38% | - |
| HSV(B) | 16.84º | 1% | 0.77% | - |
| XYZ | 24.13 | 14.47 | 1.52 | - |
| YUV | 90.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 0 | 0 | 0.72 | 1 | 0.23 | 16.84 | 1 | 0.38 |
| Hex | C4 | 37 | 0 | 0 | 48 | 64 | 17 | 11 | 64 | 26 |
| Octal | 304 | 67 | 0 | 0 | 110 | 144 | 27 | 21 | 144 | 46 |
| Binary | 11000100 | 110111 | 0 | 0 | 1001000 | 1100100 | 10111 | 10001 | 1100100 | 100110 |
Color Harmonies of #C43700
Complementary color
Monochromatic Colors of #C43700
Black with #C43700
Text Example
Text Example
White with #C43700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43700; }
p { color: rgb(196,55,0); }
H1.HeaderClassName
{
color: #C43700;
}
.AnyTagClassName
{
color: #C43700;
}
</style>
background-color css
<style>
a { background-color: #C43700; }
a { background-color: rgb(196,55,0); }
div.DivClassName
{
background-color: #C43700;
}
.BgClassName
{
background-color: #C43700;
}
</style>
border-color css
<style>
span { border-color: #C43700; }
span { border-color: rgb(196,55,0); }
td.TdClassName
{
border-color: #C43700;
}
.TagClassName
{
border-color: #C43700;
}
</style>