#C23B22

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

Shades of Harley Davidson Orange #C23B22

Tints of Harley Davidson Orange #C23B22

Color information

#C23B22 (or 0xC23B22) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 3B and 22. RGB value is (194,59,34). Sum of RGB (Red+Green+Blue) = 194+59+34=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B22 is #3DC4DD. Grayscale: #606060. Windows color (decimal): -4048094 or 2243522. OLE color: 2243522.

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

Color convert

RGB1945934-
CMYK00.700.820.24
HSL9.38º70.18%44.71%-
HSV(B)9.38º82.47%76.08%-
XYZ24.114.713.08-
YUV96.5292.73197.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.60%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=67.60%
G=20.56%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194593400.700.820.249.3870.1844.71
HexC23B2204652189462d
Octal30273420106122301110655
Binary110000101110111000100100011010100101100010011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B22; }

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

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

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

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

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

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

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

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