Html Css Color HEX #C24220 Harley Davidson Orange
📋 copy color: '#C24220'red 194 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #C24220
Tints of Harley Davidson Orange #C24220
RGB
CMYK
RGB Variations
Color information
#C24220 (or 0xC24220) is known color: Harley Davidson Orange. HEX triplet: C2, 42 and 20. RGB value is (194,66,32). Sum of RGB (Red+Green+Blue) = 194+66+32=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C24220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24220 is #3DBDDF. Grayscale: #646464. Windows color (decimal): -4046304 or 2114242. OLE color: 2114242.
HSL color Cylindrical-coordinate representation of color #C24220: hue angle of 12.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C24220 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.24 |
| HSL | 12.59º | 0.72% | 0.44% | - |
| HSV(B) | 12.59º | 0.84% | 0.76% | - |
| XYZ | 24.46 | 15.47 | 3.06 | - |
| YUV | 100.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 32 | 0 | 0.66 | 0.84 | 0.24 | 12.59 | 0.72 | 0.44 |
| Hex | C2 | 42 | 20 | 0 | 42 | 54 | 18 | D | 48 | 2C |
| Octal | 302 | 102 | 40 | 0 | 102 | 124 | 30 | 15 | 110 | 54 |
| Binary | 11000010 | 1000010 | 100000 | 0 | 1000010 | 1010100 | 11000 | 1101 | 1001000 | 101100 |
Color Harmonies of #C24220
Complementary color
Monochromatic Colors of #C24220
Black with #C24220
Text Example
Text Example
White with #C24220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24220; }
p { color: rgb(194,66,32); }
H1.HeaderClassName
{
color: #C24220;
}
.AnyTagClassName
{
color: #C24220;
}
</style>
background-color css
<style>
a { background-color: #C24220; }
a { background-color: rgb(194,66,32); }
div.DivClassName
{
background-color: #C24220;
}
.BgClassName
{
background-color: #C24220;
}
</style>
border-color css
<style>
span { border-color: #C24220; }
span { border-color: rgb(194,66,32); }
td.TdClassName
{
border-color: #C24220;
}
.TagClassName
{
border-color: #C24220;
}
</style>