Html Css Color HEX #C4421B Harley Davidson Orange
📋 copy color: '#C4421B'red 196 ◦ green 66 ◦ blue 27
Shades of Harley Davidson Orange #C4421B
Tints of Harley Davidson Orange #C4421B
RGB
CMYK
RGB Variations
Color information
#C4421B (or 0xC4421B) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 1B. RGB value is (196,66,27). Sum of RGB (Red+Green+Blue) = 196+66+27=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4421B is #3BBDE4. Grayscale: #646464. Windows color (decimal): -3915237 or 1786564. OLE color: 1786564.
HSL color Cylindrical-coordinate representation of color #C4421B: hue angle of 13.85º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4421B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.23 |
| HSL | 13.85º | 0.76% | 0.44% | - |
| HSV(B) | 13.85º | 0.86% | 0.77% | - |
| XYZ | 24.91 | 15.71 | 2.76 | - |
| YUV | 100.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 27 | 0 | 0.66 | 0.86 | 0.23 | 13.85 | 0.76 | 0.44 |
| Hex | C4 | 42 | 1B | 0 | 42 | 56 | 17 | E | 4C | 2C |
| Octal | 304 | 102 | 33 | 0 | 102 | 126 | 27 | 16 | 114 | 54 |
| Binary | 11000100 | 1000010 | 11011 | 0 | 1000010 | 1010110 | 10111 | 1110 | 1001100 | 101100 |
Color Harmonies of #C4421B
Complementary color
Monochromatic Colors of #C4421B
Black with #C4421B
Text Example
Text Example
White with #C4421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4421B; }
p { color: rgb(196,66,27); }
H1.HeaderClassName
{
color: #C4421B;
}
.AnyTagClassName
{
color: #C4421B;
}
</style>
background-color css
<style>
a { background-color: #C4421B; }
a { background-color: rgb(196,66,27); }
div.DivClassName
{
background-color: #C4421B;
}
.BgClassName
{
background-color: #C4421B;
}
</style>
border-color css
<style>
span { border-color: #C4421B; }
span { border-color: rgb(196,66,27); }
td.TdClassName
{
border-color: #C4421B;
}
.TagClassName
{
border-color: #C4421B;
}
</style>