#C22917

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

Shades of Harley Davidson Orange #C22917

Tints of Harley Davidson Orange #C22917

Color information

#C22917 (or 0xC22917) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 29 and 17. RGB value is (194,41,23). Sum of RGB (Red+Green+Blue) = 194+41+23=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C22917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22917 is #3DD6E8. Grayscale: #545454. Windows color (decimal): -4052713 or 1518018. OLE color: 1518018.

HSL color Cylindrical-coordinate representation of color #C22917: hue angle of 6.32º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C22917 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1944123-
CMYK00.790.880.24
HSL6.32º78.8%42.55%-
HSV(B)6.32º88.14%76.08%-
XYZ23.213.122.12-
YUV84.793.19205.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.19%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 23 (9.38% from 255) = 8.91%
R=75.19%
G=15.89%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194412300.790.880.246.3278.842.55
HexC2291704F581864f2b
Octal3025127011713030611753
Binary1100001010100110111010011111011000110001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22917; }

 p { color: rgb(194,41,23); }

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

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

 a { background-color: rgb(194,41,23); }

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

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

 span { border-color: rgb(194,41,23); }

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