#C23022

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

Shades of Harley Davidson Orange #C23022

Tints of Harley Davidson Orange #C23022

Color information

#C23022 (or 0xC23022) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 30 and 22. RGB value is (194,48,34). Sum of RGB (Red+Green+Blue) = 194+48+34=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C23022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23022 is #3DCFDD. Grayscale: #5A5A5A. Windows color (decimal): -4050910 or 2240706. OLE color: 2240706.

HSL color Cylindrical-coordinate representation of color #C23022: hue angle of 5.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C23022 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1944834-
CMYK00.750.820.24
HSL5.25º70.18%44.71%-
HSV(B)5.25º82.47%76.08%-
XYZ23.5913.72.91-
YUV90.0696.37202.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.29%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=70.29%
G=17.39%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194483400.750.820.245.2570.1844.71
HexC2302204B52185462d
Octal3026042011312230510655
Binary11000010110000100010010010111010010110001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23022; }

 p { color: rgb(194,48,34); }

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

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

 a { background-color: rgb(194,48,34); }

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

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

 span { border-color: rgb(194,48,34); }

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