Html Css Color HEX #C5421F Harley Davidson Orange
📋 copy color: '#C5421F'red 197 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #C5421F
Tints of Harley Davidson Orange #C5421F
RGB
CMYK
RGB Variations
Color information
#C5421F (or 0xC5421F) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 1F. RGB value is (197,66,31). Sum of RGB (Red+Green+Blue) = 197+66+31=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5421F is #3ABDE0. Grayscale: #656565. Windows color (decimal): -3849697 or 2048709. OLE color: 2048709.
HSL color Cylindrical-coordinate representation of color #C5421F: hue angle of 12.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5421F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 12.65º | 0.73% | 0.45% | - |
| HSV(B) | 12.65º | 0.84% | 0.77% | - |
| XYZ | 25.22 | 15.87 | 3.03 | - |
| YUV | 101.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 31 | 0 | 0.66 | 0.84 | 0.23 | 12.65 | 0.73 | 0.45 |
| Hex | C5 | 42 | 1F | 0 | 42 | 54 | 17 | D | 49 | 2D |
| Octal | 305 | 102 | 37 | 0 | 102 | 124 | 27 | 15 | 111 | 55 |
| Binary | 11000101 | 1000010 | 11111 | 0 | 1000010 | 1010100 | 10111 | 1101 | 1001001 | 101101 |
Color Harmonies of #C5421F
Complementary color
Monochromatic Colors of #C5421F
Black with #C5421F
Text Example
Text Example
White with #C5421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5421F; }
p { color: rgb(197,66,31); }
H1.HeaderClassName
{
color: #C5421F;
}
.AnyTagClassName
{
color: #C5421F;
}
</style>
background-color css
<style>
a { background-color: #C5421F; }
a { background-color: rgb(197,66,31); }
div.DivClassName
{
background-color: #C5421F;
}
.BgClassName
{
background-color: #C5421F;
}
</style>
border-color css
<style>
span { border-color: #C5421F; }
span { border-color: rgb(197,66,31); }
td.TdClassName
{
border-color: #C5421F;
}
.TagClassName
{
border-color: #C5421F;
}
</style>