Html Css Color HEX #C22414 Harley Davidson Orange
📋 copy color: '#C22414'red 194 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #C22414
Tints of Harley Davidson Orange #C22414
RGB
CMYK
RGB Variations
Color information
#C22414 (or 0xC22414) is known color: Harley Davidson Orange. HEX triplet: C2, 24 and 14. RGB value is (194,36,20). Sum of RGB (Red+Green+Blue) = 194+36+20=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C22414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22414 is #3DDBEB. Grayscale: #515151. Windows color (decimal): -4053996 or 1320130. OLE color: 1320130.
HSL color Cylindrical-coordinate representation of color #C22414: hue angle of 5.52º 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 #C22414 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.24 |
| HSL | 5.52º | 0.81% | 0.42% | - |
| HSV(B) | 5.52º | 0.9% | 0.76% | - |
| XYZ | 23.01 | 12.78 | 1.92 | - |
| YUV | 81.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 20 | 0 | 0.81 | 0.90 | 0.24 | 5.52 | 0.81 | 0.42 |
| Hex | C2 | 24 | 14 | 0 | 51 | 5A | 18 | 6 | 51 | 2A |
| Octal | 302 | 44 | 24 | 0 | 121 | 132 | 30 | 6 | 121 | 52 |
| Binary | 11000010 | 100100 | 10100 | 0 | 1010001 | 1011010 | 11000 | 110 | 1010001 | 101010 |
Color Harmonies of #C22414
Complementary color
Monochromatic Colors of #C22414
Black with #C22414
Text Example
Text Example
White with #C22414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22414; }
p { color: rgb(194,36,20); }
H1.HeaderClassName
{
color: #C22414;
}
.AnyTagClassName
{
color: #C22414;
}
</style>
background-color css
<style>
a { background-color: #C22414; }
a { background-color: rgb(194,36,20); }
div.DivClassName
{
background-color: #C22414;
}
.BgClassName
{
background-color: #C22414;
}
</style>
border-color css
<style>
span { border-color: #C22414; }
span { border-color: rgb(194,36,20); }
td.TdClassName
{
border-color: #C22414;
}
.TagClassName
{
border-color: #C22414;
}
</style>