Html Css Color HEX #C5290F Harley Davidson Orange
📋 copy color: '#C5290F'red 197 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #C5290F
Tints of Harley Davidson Orange #C5290F
RGB
CMYK
RGB Variations
Color information
#C5290F (or 0xC5290F) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 0F. RGB value is (197,41,15). Sum of RGB (Red+Green+Blue) = 197+41+15=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C5290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5290F is #3AD6F0. Grayscale: #545454. Windows color (decimal): -3856113 or 993733. OLE color: 993733.
HSL color Cylindrical-coordinate representation of color #C5290F: hue angle of 8.57º degrees, saturation: 0.86, 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 #C5290F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.23 |
| HSL | 8.57º | 0.86% | 0.42% | - |
| HSV(B) | 8.57º | 0.92% | 0.77% | - |
| XYZ | 23.91 | 13.49 | 1.8 | - |
| YUV | 84.68 | 88.68 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 15 | 0 | 0.79 | 0.92 | 0.23 | 8.57 | 0.86 | 0.42 |
| Hex | C5 | 29 | F | 0 | 4F | 5C | 17 | 9 | 56 | 2A |
| Octal | 305 | 51 | 17 | 0 | 117 | 134 | 27 | 11 | 126 | 52 |
| Binary | 11000101 | 101001 | 1111 | 0 | 1001111 | 1011100 | 10111 | 1001 | 1010110 | 101010 |
Color Harmonies of #C5290F
Complementary color
Monochromatic Colors of #C5290F
Black with #C5290F
Text Example
Text Example
White with #C5290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5290F; }
p { color: rgb(197,41,15); }
H1.HeaderClassName
{
color: #C5290F;
}
.AnyTagClassName
{
color: #C5290F;
}
</style>
background-color css
<style>
a { background-color: #C5290F; }
a { background-color: rgb(197,41,15); }
div.DivClassName
{
background-color: #C5290F;
}
.BgClassName
{
background-color: #C5290F;
}
</style>
border-color css
<style>
span { border-color: #C5290F; }
span { border-color: rgb(197,41,15); }
td.TdClassName
{
border-color: #C5290F;
}
.TagClassName
{
border-color: #C5290F;
}
</style>