Html Css Color HEX #C4220F Harley Davidson Orange
📋 copy color: '#C4220F'red 196 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #C4220F
Tints of Harley Davidson Orange #C4220F
RGB
CMYK
RGB Variations
Color information
#C4220F (or 0xC4220F) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 0F. RGB value is (196,34,15). Sum of RGB (Red+Green+Blue) = 196+34+15=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4220F is #3BDDF0. Grayscale: #505050. Windows color (decimal): -3923441 or 991940. OLE color: 991940.
HSL color Cylindrical-coordinate representation of color #C4220F: hue angle of 6.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4220F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.23 |
| HSL | 6.3º | 0.86% | 0.41% | - |
| HSV(B) | 6.3º | 0.92% | 0.77% | - |
| XYZ | 23.42 | 12.91 | 1.71 | - |
| YUV | 80.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 15 | 0 | 0.83 | 0.92 | 0.23 | 6.3 | 0.86 | 0.41 |
| Hex | C4 | 22 | F | 0 | 53 | 5C | 17 | 6 | 56 | 29 |
| Octal | 304 | 42 | 17 | 0 | 123 | 134 | 27 | 6 | 126 | 51 |
| Binary | 11000100 | 100010 | 1111 | 0 | 1010011 | 1011100 | 10111 | 110 | 1010110 | 101001 |
Color Harmonies of #C4220F
Complementary color
Monochromatic Colors of #C4220F
Black with #C4220F
Text Example
Text Example
White with #C4220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4220F; }
p { color: rgb(196,34,15); }
H1.HeaderClassName
{
color: #C4220F;
}
.AnyTagClassName
{
color: #C4220F;
}
</style>
background-color css
<style>
a { background-color: #C4220F; }
a { background-color: rgb(196,34,15); }
div.DivClassName
{
background-color: #C4220F;
}
.BgClassName
{
background-color: #C4220F;
}
</style>
border-color css
<style>
span { border-color: #C4220F; }
span { border-color: rgb(196,34,15); }
td.TdClassName
{
border-color: #C4220F;
}
.TagClassName
{
border-color: #C4220F;
}
</style>