Html Css Color HEX #C4421D Harley Davidson Orange
📋 copy color: '#C4421D'red 196 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #C4421D
Tints of Harley Davidson Orange #C4421D
RGB
CMYK
RGB Variations
Color information
#C4421D (or 0xC4421D) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 1D. RGB value is (196,66,29). Sum of RGB (Red+Green+Blue) = 196+66+29=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4421D is #3BBDE2. Grayscale: #646464. Windows color (decimal): -3915235 or 1917636. OLE color: 1917636.
HSL color Cylindrical-coordinate representation of color #C4421D: hue angle of 13.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4421D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 29 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.23 |
| HSL | 13.29º | 0.74% | 0.44% | - |
| HSV(B) | 13.29º | 0.85% | 0.77% | - |
| XYZ | 24.93 | 15.72 | 2.88 | - |
| YUV | 100.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 29 | 0 | 0.66 | 0.85 | 0.23 | 13.29 | 0.74 | 0.44 |
| Hex | C4 | 42 | 1D | 0 | 42 | 55 | 17 | D | 4A | 2C |
| Octal | 304 | 102 | 35 | 0 | 102 | 125 | 27 | 15 | 112 | 54 |
| Binary | 11000100 | 1000010 | 11101 | 0 | 1000010 | 1010101 | 10111 | 1101 | 1001010 | 101100 |
Color Harmonies of #C4421D
Complementary color
Monochromatic Colors of #C4421D
Black with #C4421D
Text Example
Text Example
White with #C4421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4421D; }
p { color: rgb(196,66,29); }
H1.HeaderClassName
{
color: #C4421D;
}
.AnyTagClassName
{
color: #C4421D;
}
</style>
background-color css
<style>
a { background-color: #C4421D; }
a { background-color: rgb(196,66,29); }
div.DivClassName
{
background-color: #C4421D;
}
.BgClassName
{
background-color: #C4421D;
}
</style>
border-color css
<style>
span { border-color: #C4421D; }
span { border-color: rgb(196,66,29); }
td.TdClassName
{
border-color: #C4421D;
}
.TagClassName
{
border-color: #C4421D;
}
</style>