Html Css Color HEX #C54319 Harley Davidson Orange
📋 copy color: '#C54319'red 197 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #C54319
Tints of Harley Davidson Orange #C54319
RGB
CMYK
RGB Variations
Color information
#C54319 (or 0xC54319) is known color: Harley Davidson Orange. HEX triplet: C5, 43 and 19. RGB value is (197,67,25). Sum of RGB (Red+Green+Blue) = 197+67+25=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54319 is #3ABCE6. Grayscale: #656565. Windows color (decimal): -3849447 or 1655749. OLE color: 1655749.
HSL color Cylindrical-coordinate representation of color #C54319: hue angle of 14.65º 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 #C54319 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.23 |
| HSL | 14.65º | 0.77% | 0.44% | - |
| HSV(B) | 14.65º | 0.87% | 0.77% | - |
| XYZ | 25.21 | 15.95 | 2.67 | - |
| YUV | 101.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 25 | 0 | 0.66 | 0.87 | 0.23 | 14.65 | 0.77 | 0.44 |
| Hex | C5 | 43 | 19 | 0 | 42 | 57 | 17 | F | 4D | 2C |
| Octal | 305 | 103 | 31 | 0 | 102 | 127 | 27 | 17 | 115 | 54 |
| Binary | 11000101 | 1000011 | 11001 | 0 | 1000010 | 1010111 | 10111 | 1111 | 1001101 | 101100 |
Color Harmonies of #C54319
Complementary color
Monochromatic Colors of #C54319
Black with #C54319
Text Example
Text Example
White with #C54319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54319; }
p { color: rgb(197,67,25); }
H1.HeaderClassName
{
color: #C54319;
}
.AnyTagClassName
{
color: #C54319;
}
</style>
background-color css
<style>
a { background-color: #C54319; }
a { background-color: rgb(197,67,25); }
div.DivClassName
{
background-color: #C54319;
}
.BgClassName
{
background-color: #C54319;
}
</style>
border-color css
<style>
span { border-color: #C54319; }
span { border-color: rgb(197,67,25); }
td.TdClassName
{
border-color: #C54319;
}
.TagClassName
{
border-color: #C54319;
}
</style>