Html Css Color HEX #C43D1B Harley Davidson Orange
📋 copy color: '#C43D1B'red 196 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #C43D1B
Tints of Harley Davidson Orange #C43D1B
RGB
CMYK
RGB Variations
Color information
#C43D1B (or 0xC43D1B) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 1B. RGB value is (196,61,27). Sum of RGB (Red+Green+Blue) = 196+61+27=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D1B is #3BC2E4. Grayscale: #616161. Windows color (decimal): -3916517 or 1785284. OLE color: 1785284.
HSL color Cylindrical-coordinate representation of color #C43D1B: hue angle of 12.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C43D1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.23 |
| HSL | 12.07º | 0.76% | 0.44% | - |
| HSV(B) | 12.07º | 0.86% | 0.77% | - |
| XYZ | 24.63 | 15.15 | 2.66 | - |
| YUV | 97.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 27 | 0 | 0.69 | 0.86 | 0.23 | 12.07 | 0.76 | 0.44 |
| Hex | C4 | 3D | 1B | 0 | 45 | 56 | 17 | C | 4C | 2C |
| Octal | 304 | 75 | 33 | 0 | 105 | 126 | 27 | 14 | 114 | 54 |
| Binary | 11000100 | 111101 | 11011 | 0 | 1000101 | 1010110 | 10111 | 1100 | 1001100 | 101100 |
Color Harmonies of #C43D1B
Complementary color
Monochromatic Colors of #C43D1B
Black with #C43D1B
Text Example
Text Example
White with #C43D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D1B; }
p { color: rgb(196,61,27); }
H1.HeaderClassName
{
color: #C43D1B;
}
.AnyTagClassName
{
color: #C43D1B;
}
</style>
background-color css
<style>
a { background-color: #C43D1B; }
a { background-color: rgb(196,61,27); }
div.DivClassName
{
background-color: #C43D1B;
}
.BgClassName
{
background-color: #C43D1B;
}
</style>
border-color css
<style>
span { border-color: #C43D1B; }
span { border-color: rgb(196,61,27); }
td.TdClassName
{
border-color: #C43D1B;
}
.TagClassName
{
border-color: #C43D1B;
}
</style>