Html Css Color HEX #C43507 Harley Davidson Orange
📋 copy color: '#C43507'red 196 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #C43507
Tints of Harley Davidson Orange #C43507
RGB
CMYK
RGB Variations
Color information
#C43507 (or 0xC43507) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 07. RGB value is (196,53,7). Sum of RGB (Red+Green+Blue) = 196+53+7=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C43507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43507 is #3BCAF8. Grayscale: #5A5A5A. Windows color (decimal): -3918585 or 472516. OLE color: 472516.
HSL color Cylindrical-coordinate representation of color #C43507: hue angle of 14.6º 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 #C43507 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.23 |
| HSL | 14.6º | 0.93% | 0.4% | - |
| HSV(B) | 14.6º | 0.96% | 0.77% | - |
| XYZ | 24.08 | 14.3 | 1.69 | - |
| YUV | 90.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 7 | 0 | 0.73 | 0.96 | 0.23 | 14.6 | 0.93 | 0.4 |
| Hex | C4 | 35 | 7 | 0 | 49 | 60 | 17 | F | 5D | 28 |
| Octal | 304 | 65 | 7 | 0 | 111 | 140 | 27 | 17 | 135 | 50 |
| Binary | 11000100 | 110101 | 111 | 0 | 1001001 | 1100000 | 10111 | 1111 | 1011101 | 101000 |
Color Harmonies of #C43507
Complementary color
Monochromatic Colors of #C43507
Black with #C43507
Text Example
Text Example
White with #C43507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43507; }
p { color: rgb(196,53,7); }
H1.HeaderClassName
{
color: #C43507;
}
.AnyTagClassName
{
color: #C43507;
}
</style>
background-color css
<style>
a { background-color: #C43507; }
a { background-color: rgb(196,53,7); }
div.DivClassName
{
background-color: #C43507;
}
.BgClassName
{
background-color: #C43507;
}
</style>
border-color css
<style>
span { border-color: #C43507; }
span { border-color: rgb(196,53,7); }
td.TdClassName
{
border-color: #C43507;
}
.TagClassName
{
border-color: #C43507;
}
</style>