#C24120

Color #C24120 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C24120

Tints of Harley Davidson Orange #C24120

Color information

#C24120 (or 0xC24120) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 41 and 20. RGB value is (194,65,32). Sum of RGB (Red+Green+Blue) = 194+65+32=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C24120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24120 is #3DBEDF. Grayscale: #646464. Windows color (decimal): -4046560 or 2113986. OLE color: 2113986.

HSL color Cylindrical-coordinate representation of color #C24120: hue angle of 12.22º 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 #C24120 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1946532-
CMYK00.660.840.24
HSL12.22º71.68%44.31%-
HSV(B)12.22º83.51%76.08%-
XYZ24.415.353.04-
YUV99.8189.74195.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 66.67%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=66.67%
G=22.34%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194653200.660.840.2412.2271.6844.31
HexC241200425418c482c
Octal302101400102124301411054
Binary1100001010000011000000100001010101001100011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24120; }

 p { color: rgb(194,65,32); }

 H1.HeaderClassName
 {
   color: #C24120;
 }
 .AnyTagClassName
 {
   color: #C24120;
 }
</style>
background-color css

<style>
 a { background-color: #C24120; }

 a { background-color: rgb(194,65,32); }

 div.DivClassName
 {
   background-color: #C24120;
 }
 .BgClassName
 {
   background-color: #C24120;
 }
</style>
border-color css

<style>
 span { border-color: #C24120; }

 span { border-color: rgb(194,65,32); }

 td.TdClassName
 {
   border-color: #C24120;
 }
 .TagClassName
 {
   border-color: #C24120;
 }
</style>