Html Css Color HEX #C5421A Harley Davidson Orange
📋 copy color: '#C5421A'red 197 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #C5421A
Tints of Harley Davidson Orange #C5421A
RGB
CMYK
RGB Variations
Color information
#C5421A (or 0xC5421A) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 1A. RGB value is (197,66,26). Sum of RGB (Red+Green+Blue) = 197+66+26=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5421A is #3ABDE5. Grayscale: #646464. Windows color (decimal): -3849702 or 1721029. OLE color: 1721029.
HSL color Cylindrical-coordinate representation of color #C5421A: hue angle of 14.04º 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 #C5421A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.23 |
| HSL | 14.04º | 0.77% | 0.44% | - |
| HSV(B) | 14.04º | 0.87% | 0.77% | - |
| XYZ | 25.16 | 15.84 | 2.71 | - |
| YUV | 100.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 26 | 0 | 0.66 | 0.87 | 0.23 | 14.04 | 0.77 | 0.44 |
| Hex | C5 | 42 | 1A | 0 | 42 | 57 | 17 | E | 4D | 2C |
| Octal | 305 | 102 | 32 | 0 | 102 | 127 | 27 | 16 | 115 | 54 |
| Binary | 11000101 | 1000010 | 11010 | 0 | 1000010 | 1010111 | 10111 | 1110 | 1001101 | 101100 |
Color Harmonies of #C5421A
Complementary color
Monochromatic Colors of #C5421A
Black with #C5421A
Text Example
Text Example
White with #C5421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5421A; }
p { color: rgb(197,66,26); }
H1.HeaderClassName
{
color: #C5421A;
}
.AnyTagClassName
{
color: #C5421A;
}
</style>
background-color css
<style>
a { background-color: #C5421A; }
a { background-color: rgb(197,66,26); }
div.DivClassName
{
background-color: #C5421A;
}
.BgClassName
{
background-color: #C5421A;
}
</style>
border-color css
<style>
span { border-color: #C5421A; }
span { border-color: rgb(197,66,26); }
td.TdClassName
{
border-color: #C5421A;
}
.TagClassName
{
border-color: #C5421A;
}
</style>