Html Css Color HEX #C4421F Harley Davidson Orange
📋 copy color: '#C4421F'red 196 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #C4421F
Tints of Harley Davidson Orange #C4421F
RGB
CMYK
RGB Variations
Color information
#C4421F (or 0xC4421F) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 1F. RGB value is (196,66,31). Sum of RGB (Red+Green+Blue) = 196+66+31=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4421F is #3BBDE0. Grayscale: #656565. Windows color (decimal): -3915233 or 2048708. OLE color: 2048708.
HSL color Cylindrical-coordinate representation of color #C4421F: hue angle of 12.73º degrees, saturation: 0.73, 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 #C4421F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 12.73º | 0.73% | 0.45% | - |
| HSV(B) | 12.73º | 0.84% | 0.77% | - |
| XYZ | 24.96 | 15.73 | 3.02 | - |
| YUV | 100.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 31 | 0 | 0.66 | 0.84 | 0.23 | 12.73 | 0.73 | 0.45 |
| Hex | C4 | 42 | 1F | 0 | 42 | 54 | 17 | D | 49 | 2D |
| Octal | 304 | 102 | 37 | 0 | 102 | 124 | 27 | 15 | 111 | 55 |
| Binary | 11000100 | 1000010 | 11111 | 0 | 1000010 | 1010100 | 10111 | 1101 | 1001001 | 101101 |
Color Harmonies of #C4421F
Complementary color
Monochromatic Colors of #C4421F
Black with #C4421F
Text Example
Text Example
White with #C4421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4421F; }
p { color: rgb(196,66,31); }
H1.HeaderClassName
{
color: #C4421F;
}
.AnyTagClassName
{
color: #C4421F;
}
</style>
background-color css
<style>
a { background-color: #C4421F; }
a { background-color: rgb(196,66,31); }
div.DivClassName
{
background-color: #C4421F;
}
.BgClassName
{
background-color: #C4421F;
}
</style>
border-color css
<style>
span { border-color: #C4421F; }
span { border-color: rgb(196,66,31); }
td.TdClassName
{
border-color: #C4421F;
}
.TagClassName
{
border-color: #C4421F;
}
</style>