Html Css Color HEX #C54020 Harley Davidson Orange
📋 copy color: '#C54020'red 197 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #C54020
Tints of Harley Davidson Orange #C54020
RGB
CMYK
RGB Variations
Color information
#C54020 (or 0xC54020) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 20. RGB value is (197,64,32). Sum of RGB (Red+Green+Blue) = 197+64+32=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C54020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54020 is #3ABFDF. Grayscale: #646464. Windows color (decimal): -3850208 or 2113733. OLE color: 2113733.
HSL color Cylindrical-coordinate representation of color #C54020: hue angle of 11.64º degrees, saturation: 0.72, 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 #C54020 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.23 |
| HSL | 11.64º | 0.72% | 0.45% | - |
| HSV(B) | 11.64º | 0.84% | 0.77% | - |
| XYZ | 25.12 | 15.64 | 3.06 | - |
| YUV | 100.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 32 | 0 | 0.68 | 0.84 | 0.23 | 11.64 | 0.72 | 0.45 |
| Hex | C5 | 40 | 20 | 0 | 44 | 54 | 17 | C | 48 | 2D |
| Octal | 305 | 100 | 40 | 0 | 104 | 124 | 27 | 14 | 110 | 55 |
| Binary | 11000101 | 1000000 | 100000 | 0 | 1000100 | 1010100 | 10111 | 1100 | 1001000 | 101101 |
Color Harmonies of #C54020
Complementary color
Monochromatic Colors of #C54020
Black with #C54020
Text Example
Text Example
White with #C54020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54020; }
p { color: rgb(197,64,32); }
H1.HeaderClassName
{
color: #C54020;
}
.AnyTagClassName
{
color: #C54020;
}
</style>
background-color css
<style>
a { background-color: #C54020; }
a { background-color: rgb(197,64,32); }
div.DivClassName
{
background-color: #C54020;
}
.BgClassName
{
background-color: #C54020;
}
</style>
border-color css
<style>
span { border-color: #C54020; }
span { border-color: rgb(197,64,32); }
td.TdClassName
{
border-color: #C54020;
}
.TagClassName
{
border-color: #C54020;
}
</style>