Html Css Color HEX #C5451F Harley Davidson Orange
📋 copy color: '#C5451F'red 197 ◦ green 69 ◦ blue 31
Shades of Harley Davidson Orange #C5451F
Tints of Harley Davidson Orange #C5451F
RGB
CMYK
RGB Variations
Color information
#C5451F (or 0xC5451F) is known color: Harley Davidson Orange. HEX triplet: C5, 45 and 1F. RGB value is (197,69,31). Sum of RGB (Red+Green+Blue) = 197+69+31=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5451F is #3ABAE0. Grayscale: #676767. Windows color (decimal): -3848929 or 2049477. OLE color: 2049477.
HSL color Cylindrical-coordinate representation of color #C5451F: hue angle of 13.73º 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 #C5451F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.23 |
| HSL | 13.73º | 0.73% | 0.45% | - |
| HSV(B) | 13.73º | 0.84% | 0.77% | - |
| XYZ | 25.4 | 16.23 | 3.09 | - |
| YUV | 102.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 31 | 0 | 0.65 | 0.84 | 0.23 | 13.73 | 0.73 | 0.45 |
| Hex | C5 | 45 | 1F | 0 | 41 | 54 | 17 | E | 49 | 2D |
| Octal | 305 | 105 | 37 | 0 | 101 | 124 | 27 | 16 | 111 | 55 |
| Binary | 11000101 | 1000101 | 11111 | 0 | 1000001 | 1010100 | 10111 | 1110 | 1001001 | 101101 |
Color Harmonies of #C5451F
Complementary color
Monochromatic Colors of #C5451F
Black with #C5451F
Text Example
Text Example
White with #C5451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5451F; }
p { color: rgb(197,69,31); }
H1.HeaderClassName
{
color: #C5451F;
}
.AnyTagClassName
{
color: #C5451F;
}
</style>
background-color css
<style>
a { background-color: #C5451F; }
a { background-color: rgb(197,69,31); }
div.DivClassName
{
background-color: #C5451F;
}
.BgClassName
{
background-color: #C5451F;
}
</style>
border-color css
<style>
span { border-color: #C5451F; }
span { border-color: rgb(197,69,31); }
td.TdClassName
{
border-color: #C5451F;
}
.TagClassName
{
border-color: #C5451F;
}
</style>