Html Css Color HEX #C43D10 Harley Davidson Orange
📋 copy color: '#C43D10'red 196 ◦ green 61 ◦ blue 16
Shades of Harley Davidson Orange #C43D10
Tints of Harley Davidson Orange #C43D10
RGB
CMYK
RGB Variations
Color information
#C43D10 (or 0xC43D10) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 10. RGB value is (196,61,16). Sum of RGB (Red+Green+Blue) = 196+61+16=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43D10 is #3BC2EF. Grayscale: #606060. Windows color (decimal): -3916528 or 1064388. OLE color: 1064388.
HSL color Cylindrical-coordinate representation of color #C43D10: hue angle of 15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C43D10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.23 |
| HSL | 15º | 0.85% | 0.42% | - |
| HSV(B) | 15º | 0.92% | 0.77% | - |
| XYZ | 24.53 | 15.11 | 2.11 | - |
| YUV | 96.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 16 | 0 | 0.69 | 0.92 | 0.23 | 15 | 0.85 | 0.42 |
| Hex | C4 | 3D | 10 | 0 | 45 | 5C | 17 | F | 55 | 2A |
| Octal | 304 | 75 | 20 | 0 | 105 | 134 | 27 | 17 | 125 | 52 |
| Binary | 11000100 | 111101 | 10000 | 0 | 1000101 | 1011100 | 10111 | 1111 | 1010101 | 101010 |
Color Harmonies of #C43D10
Complementary color
Monochromatic Colors of #C43D10
Black with #C43D10
Text Example
Text Example
White with #C43D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D10; }
p { color: rgb(196,61,16); }
H1.HeaderClassName
{
color: #C43D10;
}
.AnyTagClassName
{
color: #C43D10;
}
</style>
background-color css
<style>
a { background-color: #C43D10; }
a { background-color: rgb(196,61,16); }
div.DivClassName
{
background-color: #C43D10;
}
.BgClassName
{
background-color: #C43D10;
}
</style>
border-color css
<style>
span { border-color: #C43D10; }
span { border-color: rgb(196,61,16); }
td.TdClassName
{
border-color: #C43D10;
}
.TagClassName
{
border-color: #C43D10;
}
</style>