Html Css Color HEX #C5431D Harley Davidson Orange
📋 copy color: '#C5431D'red 197 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #C5431D
Tints of Harley Davidson Orange #C5431D
RGB
CMYK
RGB Variations
Color information
#C5431D (or 0xC5431D) is known color: Harley Davidson Orange. HEX triplet: C5, 43 and 1D. RGB value is (197,67,29). Sum of RGB (Red+Green+Blue) = 197+67+29=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5431D is #3ABCE2. Grayscale: #656565. Windows color (decimal): -3849443 or 1917893. OLE color: 1917893.
HSL color Cylindrical-coordinate representation of color #C5431D: hue angle of 13.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5431D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 29 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.23 |
| HSL | 13.57º | 0.74% | 0.44% | - |
| HSV(B) | 13.57º | 0.85% | 0.77% | - |
| XYZ | 25.25 | 15.97 | 2.91 | - |
| YUV | 101.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 29 | 0 | 0.66 | 0.85 | 0.23 | 13.57 | 0.74 | 0.44 |
| Hex | C5 | 43 | 1D | 0 | 42 | 55 | 17 | E | 4A | 2C |
| Octal | 305 | 103 | 35 | 0 | 102 | 125 | 27 | 16 | 112 | 54 |
| Binary | 11000101 | 1000011 | 11101 | 0 | 1000010 | 1010101 | 10111 | 1110 | 1001010 | 101100 |
Color Harmonies of #C5431D
Complementary color
Monochromatic Colors of #C5431D
Black with #C5431D
Text Example
Text Example
White with #C5431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5431D; }
p { color: rgb(197,67,29); }
H1.HeaderClassName
{
color: #C5431D;
}
.AnyTagClassName
{
color: #C5431D;
}
</style>
background-color css
<style>
a { background-color: #C5431D; }
a { background-color: rgb(197,67,29); }
div.DivClassName
{
background-color: #C5431D;
}
.BgClassName
{
background-color: #C5431D;
}
</style>
border-color css
<style>
span { border-color: #C5431D; }
span { border-color: rgb(197,67,29); }
td.TdClassName
{
border-color: #C5431D;
}
.TagClassName
{
border-color: #C5431D;
}
</style>