Html Css Color HEX #C43107 Harley Davidson Orange
📋 copy color: '#C43107'red 196 ◦ green 49 ◦ blue 7
Shades of Harley Davidson Orange #C43107
Tints of Harley Davidson Orange #C43107
RGB
CMYK
RGB Variations
Color information
#C43107 (or 0xC43107) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 07. RGB value is (196,49,7). Sum of RGB (Red+Green+Blue) = 196+49+7=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43107 is #3BCEF8. Grayscale: #585858. Windows color (decimal): -3919609 or 471492. OLE color: 471492.
HSL color Cylindrical-coordinate representation of color #C43107: hue angle of 13.33º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C43107 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.23 |
| HSL | 13.33º | 0.93% | 0.4% | - |
| HSV(B) | 13.33º | 0.96% | 0.77% | - |
| XYZ | 23.9 | 13.95 | 1.63 | - |
| YUV | 88.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 7 | 0 | 0.75 | 0.96 | 0.23 | 13.33 | 0.93 | 0.4 |
| Hex | C4 | 31 | 7 | 0 | 4B | 60 | 17 | D | 5D | 28 |
| Octal | 304 | 61 | 7 | 0 | 113 | 140 | 27 | 15 | 135 | 50 |
| Binary | 11000100 | 110001 | 111 | 0 | 1001011 | 1100000 | 10111 | 1101 | 1011101 | 101000 |
Color Harmonies of #C43107
Complementary color
Monochromatic Colors of #C43107
Black with #C43107
Text Example
Text Example
White with #C43107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43107; }
p { color: rgb(196,49,7); }
H1.HeaderClassName
{
color: #C43107;
}
.AnyTagClassName
{
color: #C43107;
}
</style>
background-color css
<style>
a { background-color: #C43107; }
a { background-color: rgb(196,49,7); }
div.DivClassName
{
background-color: #C43107;
}
.BgClassName
{
background-color: #C43107;
}
</style>
border-color css
<style>
span { border-color: #C43107; }
span { border-color: rgb(196,49,7); }
td.TdClassName
{
border-color: #C43107;
}
.TagClassName
{
border-color: #C43107;
}
</style>