#C23219

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

Shades of Harley Davidson Orange #C23219

Tints of Harley Davidson Orange #C23219

Color information

#C23219 (or 0xC23219) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 32 and 19. RGB value is (194,50,25). Sum of RGB (Red+Green+Blue) = 194+50+25=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23219 is #3DCDE6. Grayscale: #5A5A5A. Windows color (decimal): -4050407 or 1651394. OLE color: 1651394.

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

Color convert

RGB1945025-
CMYK00.740.870.24
HSL8.88º77.17%42.94%-
HSV(B)8.88º87.11%76.08%-
XYZ23.5613.822.35-
YUV90.2191.21202.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.12%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=72.12%
G=18.59%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194502500.740.870.248.8877.1742.94
HexC2321904A571894d2b
Octal30262310112127301111553
Binary11000010110010110010100101010101111100010011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23219; }

 p { color: rgb(194,50,25); }

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

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

 a { background-color: rgb(194,50,25); }

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

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

 span { border-color: rgb(194,50,25); }

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