Html Css Color HEX #C42210 Harley Davidson Orange
📋 copy color: '#C42210'red 196 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #C42210
Tints of Harley Davidson Orange #C42210
RGB
CMYK
RGB Variations
Color information
#C42210 (or 0xC42210) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 10. RGB value is (196,34,16). Sum of RGB (Red+Green+Blue) = 196+34+16=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C42210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42210 is #3BDDEF. Grayscale: #505050. Windows color (decimal): -3923440 or 1057476. OLE color: 1057476.
HSL color Cylindrical-coordinate representation of color #C42210: hue angle of 6º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C42210 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.23 |
| HSL | 6º | 0.85% | 0.42% | - |
| HSV(B) | 6º | 0.92% | 0.77% | - |
| XYZ | 23.43 | 12.92 | 1.75 | - |
| YUV | 80.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 16 | 0 | 0.83 | 0.92 | 0.23 | 6 | 0.85 | 0.42 |
| Hex | C4 | 22 | 10 | 0 | 53 | 5C | 17 | 6 | 55 | 2A |
| Octal | 304 | 42 | 20 | 0 | 123 | 134 | 27 | 6 | 125 | 52 |
| Binary | 11000100 | 100010 | 10000 | 0 | 1010011 | 1011100 | 10111 | 110 | 1010101 | 101010 |
Color Harmonies of #C42210
Complementary color
Monochromatic Colors of #C42210
Black with #C42210
Text Example
Text Example
White with #C42210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42210; }
p { color: rgb(196,34,16); }
H1.HeaderClassName
{
color: #C42210;
}
.AnyTagClassName
{
color: #C42210;
}
</style>
background-color css
<style>
a { background-color: #C42210; }
a { background-color: rgb(196,34,16); }
div.DivClassName
{
background-color: #C42210;
}
.BgClassName
{
background-color: #C42210;
}
</style>
border-color css
<style>
span { border-color: #C42210; }
span { border-color: rgb(196,34,16); }
td.TdClassName
{
border-color: #C42210;
}
.TagClassName
{
border-color: #C42210;
}
</style>