Html Css Color HEX #C22514 Harley Davidson Orange
📋 copy color: '#C22514'red 194 ◦ green 37 ◦ blue 20
Shades of Harley Davidson Orange #C22514
Tints of Harley Davidson Orange #C22514
RGB
CMYK
RGB Variations
Color information
#C22514 (or 0xC22514) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 14. RGB value is (194,37,20). Sum of RGB (Red+Green+Blue) = 194+37+20=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C22514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22514 is #3DDAEB. Grayscale: #525252. Windows color (decimal): -4053740 or 1320386. OLE color: 1320386.
HSL color Cylindrical-coordinate representation of color #C22514: hue angle of 5.86º 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 #C22514 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.24 |
| HSL | 5.86º | 0.81% | 0.42% | - |
| HSV(B) | 5.86º | 0.9% | 0.76% | - |
| XYZ | 23.04 | 12.84 | 1.93 | - |
| YUV | 82.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 20 | 0 | 0.81 | 0.90 | 0.24 | 5.86 | 0.81 | 0.42 |
| Hex | C2 | 25 | 14 | 0 | 51 | 5A | 18 | 6 | 51 | 2A |
| Octal | 302 | 45 | 24 | 0 | 121 | 132 | 30 | 6 | 121 | 52 |
| Binary | 11000010 | 100101 | 10100 | 0 | 1010001 | 1011010 | 11000 | 110 | 1010001 | 101010 |
Color Harmonies of #C22514
Complementary color
Monochromatic Colors of #C22514
Black with #C22514
Text Example
Text Example
White with #C22514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22514; }
p { color: rgb(194,37,20); }
H1.HeaderClassName
{
color: #C22514;
}
.AnyTagClassName
{
color: #C22514;
}
</style>
background-color css
<style>
a { background-color: #C22514; }
a { background-color: rgb(194,37,20); }
div.DivClassName
{
background-color: #C22514;
}
.BgClassName
{
background-color: #C22514;
}
</style>
border-color css
<style>
span { border-color: #C22514; }
span { border-color: rgb(194,37,20); }
td.TdClassName
{
border-color: #C22514;
}
.TagClassName
{
border-color: #C22514;
}
</style>