Html Css Color HEX #C54218 Harley Davidson Orange
📋 copy color: '#C54218'red 197 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #C54218
Tints of Harley Davidson Orange #C54218
RGB
CMYK
RGB Variations
Color information
#C54218 (or 0xC54218) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 18. RGB value is (197,66,24). Sum of RGB (Red+Green+Blue) = 197+66+24=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54218 is #3ABDE7. Grayscale: #646464. Windows color (decimal): -3849704 or 1589957. OLE color: 1589957.
HSL color Cylindrical-coordinate representation of color #C54218: hue angle of 14.57º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C54218 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.23 |
| HSL | 14.57º | 0.78% | 0.43% | - |
| HSV(B) | 14.57º | 0.88% | 0.77% | - |
| XYZ | 25.14 | 15.83 | 2.6 | - |
| YUV | 100.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 24 | 0 | 0.66 | 0.88 | 0.23 | 14.57 | 0.78 | 0.43 |
| Hex | C5 | 42 | 18 | 0 | 42 | 58 | 17 | F | 4E | 2B |
| Octal | 305 | 102 | 30 | 0 | 102 | 130 | 27 | 17 | 116 | 53 |
| Binary | 11000101 | 1000010 | 11000 | 0 | 1000010 | 1011000 | 10111 | 1111 | 1001110 | 101011 |
Color Harmonies of #C54218
Complementary color
Monochromatic Colors of #C54218
Black with #C54218
Text Example
Text Example
White with #C54218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54218; }
p { color: rgb(197,66,24); }
H1.HeaderClassName
{
color: #C54218;
}
.AnyTagClassName
{
color: #C54218;
}
</style>
background-color css
<style>
a { background-color: #C54218; }
a { background-color: rgb(197,66,24); }
div.DivClassName
{
background-color: #C54218;
}
.BgClassName
{
background-color: #C54218;
}
</style>
border-color css
<style>
span { border-color: #C54218; }
span { border-color: rgb(197,66,24); }
td.TdClassName
{
border-color: #C54218;
}
.TagClassName
{
border-color: #C54218;
}
</style>