Html Css Color HEX #C43D1A Harley Davidson Orange
📋 copy color: '#C43D1A'red 196 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #C43D1A
Tints of Harley Davidson Orange #C43D1A
RGB
CMYK
RGB Variations
Color information
#C43D1A (or 0xC43D1A) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 1A. RGB value is (196,61,26). Sum of RGB (Red+Green+Blue) = 196+61+26=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D1A is #3BC2E5. Grayscale: #616161. Windows color (decimal): -3916518 or 1719748. OLE color: 1719748.
HSL color Cylindrical-coordinate representation of color #C43D1A: hue angle of 12.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C43D1A is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 26 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.23 |
| HSL | 12.35º | 0.77% | 0.44% | - |
| HSV(B) | 12.35º | 0.87% | 0.77% | - |
| XYZ | 24.62 | 15.15 | 2.6 | - |
| YUV | 97.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 26 | 0 | 0.69 | 0.87 | 0.23 | 12.35 | 0.77 | 0.44 |
| Hex | C4 | 3D | 1A | 0 | 45 | 57 | 17 | C | 4D | 2C |
| Octal | 304 | 75 | 32 | 0 | 105 | 127 | 27 | 14 | 115 | 54 |
| Binary | 11000100 | 111101 | 11010 | 0 | 1000101 | 1010111 | 10111 | 1100 | 1001101 | 101100 |
Color Harmonies of #C43D1A
Complementary color
Monochromatic Colors of #C43D1A
Black with #C43D1A
Text Example
Text Example
White with #C43D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D1A; }
p { color: rgb(196,61,26); }
H1.HeaderClassName
{
color: #C43D1A;
}
.AnyTagClassName
{
color: #C43D1A;
}
</style>
background-color css
<style>
a { background-color: #C43D1A; }
a { background-color: rgb(196,61,26); }
div.DivClassName
{
background-color: #C43D1A;
}
.BgClassName
{
background-color: #C43D1A;
}
</style>
border-color css
<style>
span { border-color: #C43D1A; }
span { border-color: rgb(196,61,26); }
td.TdClassName
{
border-color: #C43D1A;
}
.TagClassName
{
border-color: #C43D1A;
}
</style>