Html Css Color HEX #C54419 Harley Davidson Orange
📋 copy color: '#C54419'red 197 ◦ green 68 ◦ blue 25
Shades of Harley Davidson Orange #C54419
Tints of Harley Davidson Orange #C54419
RGB
CMYK
RGB Variations
Color information
#C54419 (or 0xC54419) is known color: Harley Davidson Orange. HEX triplet: C5, 44 and 19. RGB value is (197,68,25). Sum of RGB (Red+Green+Blue) = 197+68+25=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C54419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54419 is #3ABBE6. Grayscale: #656565. Windows color (decimal): -3849191 or 1656005. OLE color: 1656005.
HSL color Cylindrical-coordinate representation of color #C54419: hue angle of 15º 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 #C54419 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.23 |
| HSL | 15º | 0.77% | 0.44% | - |
| HSV(B) | 15º | 0.87% | 0.77% | - |
| XYZ | 25.27 | 16.07 | 2.69 | - |
| YUV | 101.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 25 | 0 | 0.65 | 0.87 | 0.23 | 15 | 0.77 | 0.44 |
| Hex | C5 | 44 | 19 | 0 | 41 | 57 | 17 | F | 4D | 2C |
| Octal | 305 | 104 | 31 | 0 | 101 | 127 | 27 | 17 | 115 | 54 |
| Binary | 11000101 | 1000100 | 11001 | 0 | 1000001 | 1010111 | 10111 | 1111 | 1001101 | 101100 |
Color Harmonies of #C54419
Complementary color
Monochromatic Colors of #C54419
Black with #C54419
Text Example
Text Example
White with #C54419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54419; }
p { color: rgb(197,68,25); }
H1.HeaderClassName
{
color: #C54419;
}
.AnyTagClassName
{
color: #C54419;
}
</style>
background-color css
<style>
a { background-color: #C54419; }
a { background-color: rgb(197,68,25); }
div.DivClassName
{
background-color: #C54419;
}
.BgClassName
{
background-color: #C54419;
}
</style>
border-color css
<style>
span { border-color: #C54419; }
span { border-color: rgb(197,68,25); }
td.TdClassName
{
border-color: #C54419;
}
.TagClassName
{
border-color: #C54419;
}
</style>