Html Css Color HEX #C43600 Harley Davidson Orange
📋 copy color: '#C43600'red 196 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #C43600
Tints of Harley Davidson Orange #C43600
RGB
CMYK
RGB Variations
Color information
#C43600 (or 0xC43600) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 00. RGB value is (196,54,0). Sum of RGB (Red+Green+Blue) = 196+54+0=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C43600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43600 is #3BC9FF. Grayscale: #5A5A5A. Windows color (decimal): -3918336 or 14020. OLE color: 14020.
HSL color Cylindrical-coordinate representation of color #C43600: hue angle of 16.53º 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 #C43600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.23 |
| HSL | 16.53º | 1% | 0.38% | - |
| HSV(B) | 16.53º | 1% | 0.77% | - |
| XYZ | 24.08 | 14.37 | 1.51 | - |
| YUV | 90.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 0 | 0 | 0.72 | 1 | 0.23 | 16.53 | 1 | 0.38 |
| Hex | C4 | 36 | 0 | 0 | 48 | 64 | 17 | 11 | 64 | 26 |
| Octal | 304 | 66 | 0 | 0 | 110 | 144 | 27 | 21 | 144 | 46 |
| Binary | 11000100 | 110110 | 0 | 0 | 1001000 | 1100100 | 10111 | 10001 | 1100100 | 100110 |
Color Harmonies of #C43600
Complementary color
Monochromatic Colors of #C43600
Black with #C43600
Text Example
Text Example
White with #C43600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43600; }
p { color: rgb(196,54,0); }
H1.HeaderClassName
{
color: #C43600;
}
.AnyTagClassName
{
color: #C43600;
}
</style>
background-color css
<style>
a { background-color: #C43600; }
a { background-color: rgb(196,54,0); }
div.DivClassName
{
background-color: #C43600;
}
.BgClassName
{
background-color: #C43600;
}
</style>
border-color css
<style>
span { border-color: #C43600; }
span { border-color: rgb(196,54,0); }
td.TdClassName
{
border-color: #C43600;
}
.TagClassName
{
border-color: #C43600;
}
</style>