#C22517

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

Shades of Harley Davidson Orange #C22517

Tints of Harley Davidson Orange #C22517

Color information

#C22517 (or 0xC22517) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 25 and 17. RGB value is (194,37,23). Sum of RGB (Red+Green+Blue) = 194+37+23=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22517 is #3DDAE8. Grayscale: #525252. Windows color (decimal): -4053737 or 1516994. OLE color: 1516994.

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

Color convert

RGB1943723-
CMYK00.810.880.24
HSL4.91º78.8%42.55%-
HSV(B)4.91º88.14%76.08%-
XYZ23.0612.852.08-
YUV82.3594.51207.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.38%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=76.38%
G=14.57%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194372300.810.880.244.9178.842.55
HexC22517051581854f2b
Octal3024527012113030511753
Binary1100001010010110111010100011011000110001011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22517; }

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

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

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

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

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

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

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

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