Html Css Color HEX #C4421A Harley Davidson Orange
📋 copy color: '#C4421A'red 196 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #C4421A
Tints of Harley Davidson Orange #C4421A
RGB
CMYK
RGB Variations
Color information
#C4421A (or 0xC4421A) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 1A. RGB value is (196,66,26). Sum of RGB (Red+Green+Blue) = 196+66+26=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4421A is #3BBDE5. Grayscale: #646464. Windows color (decimal): -3915238 or 1721028. OLE color: 1721028.
HSL color Cylindrical-coordinate representation of color #C4421A: hue angle of 14.12º 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 #C4421A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.23 |
| HSL | 14.12º | 0.77% | 0.44% | - |
| HSV(B) | 14.12º | 0.87% | 0.77% | - |
| XYZ | 24.9 | 15.71 | 2.7 | - |
| YUV | 100.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 26 | 0 | 0.66 | 0.87 | 0.23 | 14.12 | 0.77 | 0.44 |
| Hex | C4 | 42 | 1A | 0 | 42 | 57 | 17 | E | 4D | 2C |
| Octal | 304 | 102 | 32 | 0 | 102 | 127 | 27 | 16 | 115 | 54 |
| Binary | 11000100 | 1000010 | 11010 | 0 | 1000010 | 1010111 | 10111 | 1110 | 1001101 | 101100 |
Color Harmonies of #C4421A
Complementary color
Monochromatic Colors of #C4421A
Black with #C4421A
Text Example
Text Example
White with #C4421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4421A; }
p { color: rgb(196,66,26); }
H1.HeaderClassName
{
color: #C4421A;
}
.AnyTagClassName
{
color: #C4421A;
}
</style>
background-color css
<style>
a { background-color: #C4421A; }
a { background-color: rgb(196,66,26); }
div.DivClassName
{
background-color: #C4421A;
}
.BgClassName
{
background-color: #C4421A;
}
</style>
border-color css
<style>
span { border-color: #C4421A; }
span { border-color: rgb(196,66,26); }
td.TdClassName
{
border-color: #C4421A;
}
.TagClassName
{
border-color: #C4421A;
}
</style>