Html Css Color HEX #C22614 Harley Davidson Orange
📋 copy color: '#C22614'red 194 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #C22614
Tints of Harley Davidson Orange #C22614
RGB
CMYK
RGB Variations
Color information
#C22614 (or 0xC22614) is known color: Harley Davidson Orange. HEX triplet: C2, 26 and 14. RGB value is (194,38,20). Sum of RGB (Red+Green+Blue) = 194+38+20=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22614 is #3DD9EB. Grayscale: #525252. Windows color (decimal): -4053484 or 1320642. OLE color: 1320642.
HSL color Cylindrical-coordinate representation of color #C22614: hue angle of 6.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22614 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.24 |
| HSL | 6.21º | 0.81% | 0.42% | - |
| HSV(B) | 6.21º | 0.9% | 0.76% | - |
| XYZ | 23.07 | 12.91 | 1.94 | - |
| YUV | 82.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 20 | 0 | 0.80 | 0.90 | 0.24 | 6.21 | 0.81 | 0.42 |
| Hex | C2 | 26 | 14 | 0 | 50 | 5A | 18 | 6 | 51 | 2A |
| Octal | 302 | 46 | 24 | 0 | 120 | 132 | 30 | 6 | 121 | 52 |
| Binary | 11000010 | 100110 | 10100 | 0 | 1010000 | 1011010 | 11000 | 110 | 1010001 | 101010 |
Color Harmonies of #C22614
Complementary color
Monochromatic Colors of #C22614
Black with #C22614
Text Example
Text Example
White with #C22614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22614; }
p { color: rgb(194,38,20); }
H1.HeaderClassName
{
color: #C22614;
}
.AnyTagClassName
{
color: #C22614;
}
</style>
background-color css
<style>
a { background-color: #C22614; }
a { background-color: rgb(194,38,20); }
div.DivClassName
{
background-color: #C22614;
}
.BgClassName
{
background-color: #C22614;
}
</style>
border-color css
<style>
span { border-color: #C22614; }
span { border-color: rgb(194,38,20); }
td.TdClassName
{
border-color: #C22614;
}
.TagClassName
{
border-color: #C22614;
}
</style>