Html Css Color HEX #C5290D Harley Davidson Orange
📋 copy color: '#C5290D'red 197 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #C5290D
Tints of Harley Davidson Orange #C5290D
RGB
CMYK
RGB Variations
Color information
#C5290D (or 0xC5290D) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 0D. RGB value is (197,41,13). Sum of RGB (Red+Green+Blue) = 197+41+13=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5290D is #3AD6F2. Grayscale: #545454. Windows color (decimal): -3856115 or 862661. OLE color: 862661.
HSL color Cylindrical-coordinate representation of color #C5290D: hue angle of 9.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5290D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.23 |
| HSL | 9.13º | 0.88% | 0.41% | - |
| HSV(B) | 9.13º | 0.93% | 0.77% | - |
| XYZ | 23.89 | 13.49 | 1.72 | - |
| YUV | 84.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 13 | 0 | 0.79 | 0.93 | 0.23 | 9.13 | 0.88 | 0.41 |
| Hex | C5 | 29 | D | 0 | 4F | 5D | 17 | 9 | 58 | 29 |
| Octal | 305 | 51 | 15 | 0 | 117 | 135 | 27 | 11 | 130 | 51 |
| Binary | 11000101 | 101001 | 1101 | 0 | 1001111 | 1011101 | 10111 | 1001 | 1011000 | 101001 |
Color Harmonies of #C5290D
Complementary color
Monochromatic Colors of #C5290D
Black with #C5290D
Text Example
Text Example
White with #C5290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5290D; }
p { color: rgb(197,41,13); }
H1.HeaderClassName
{
color: #C5290D;
}
.AnyTagClassName
{
color: #C5290D;
}
</style>
background-color css
<style>
a { background-color: #C5290D; }
a { background-color: rgb(197,41,13); }
div.DivClassName
{
background-color: #C5290D;
}
.BgClassName
{
background-color: #C5290D;
}
</style>
border-color css
<style>
span { border-color: #C5290D; }
span { border-color: rgb(197,41,13); }
td.TdClassName
{
border-color: #C5290D;
}
.TagClassName
{
border-color: #C5290D;
}
</style>