Html Css Color HEX #C24122 Harley Davidson Orange
📋 copy color: '#C24122'red 194 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #C24122
Tints of Harley Davidson Orange #C24122
RGB
CMYK
RGB Variations
Color information
#C24122 (or 0xC24122) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 22. RGB value is (194,65,34). Sum of RGB (Red+Green+Blue) = 194+65+34=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C24122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24122 is #3DBEDD. Grayscale: #646464. Windows color (decimal): -4046558 or 2245058. OLE color: 2245058.
HSL color Cylindrical-coordinate representation of color #C24122: hue angle of 11.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C24122 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 34 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.24 |
| HSL | 11.63º | 0.7% | 0.45% | - |
| HSV(B) | 11.63º | 0.82% | 0.76% | - |
| XYZ | 24.43 | 15.37 | 3.19 | - |
| YUV | 100.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 34 | 0 | 0.66 | 0.82 | 0.24 | 11.63 | 0.7 | 0.45 |
| Hex | C2 | 41 | 22 | 0 | 42 | 52 | 18 | C | 46 | 2D |
| Octal | 302 | 101 | 42 | 0 | 102 | 122 | 30 | 14 | 106 | 55 |
| Binary | 11000010 | 1000001 | 100010 | 0 | 1000010 | 1010010 | 11000 | 1100 | 1000110 | 101101 |
Color Harmonies of #C24122
Complementary color
Monochromatic Colors of #C24122
Black with #C24122
Text Example
Text Example
White with #C24122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24122; }
p { color: rgb(194,65,34); }
H1.HeaderClassName
{
color: #C24122;
}
.AnyTagClassName
{
color: #C24122;
}
</style>
background-color css
<style>
a { background-color: #C24122; }
a { background-color: rgb(194,65,34); }
div.DivClassName
{
background-color: #C24122;
}
.BgClassName
{
background-color: #C24122;
}
</style>
border-color css
<style>
span { border-color: #C24122; }
span { border-color: rgb(194,65,34); }
td.TdClassName
{
border-color: #C24122;
}
.TagClassName
{
border-color: #C24122;
}
</style>